RGB55
RGB55 is a color representation in which the red, green, and blue components are each encoded with 5 bits. This results in 15 bits of color information per pixel, allowing 32 × 32 × 32 = 32,768 possible colors. In practice, RGB55 is usually stored in a 16-bit word, with the remaining bit typically unused or repurposed as alpha in related schemes such as ARGB1555, which uses a single bit for transparency.
Bit layout for RGB55 can vary by hardware, but a common arrangement places red in the most
Each channel’s 5-bit value ranges from 0 to 31. To convert to standard 8-bit-per-channel color, a typical
RGB55 is commonly used in memory- or bandwidth-constrained environments where 16-bit pixels are advantageous, such as