Shades of Loulou #55294C
Tints of Loulou #55294C
RGB
CMYK
RGB Variations
Color information
#55294C (or 0x55294C) is known color: Loulou. HEX triplet: 55, 29 and 4C. RGB value is (85,41,76). Sum of RGB (Red+Green+Blue) = 85+41+76=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55294C is #AAD6B3. Grayscale: #3A3A3A. Windows color (decimal): -11196084 or 4991317. OLE color: 4991317.
HSL color Cylindrical-coordinate representation of color #55294C: hue angle of 312.27º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55294C is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 76 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.67 |
| HSL | 312.27º | 0.35% | 0.25% | - |
| HSV(B) | 312.27º | 0.52% | 0.33% | - |
| XYZ | 5.84 | 4.04 | 7.31 | - |
| YUV | 58.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 76 | 0 | 0.52 | 0.11 | 0.67 | 312.27 | 0.35 | 0.25 |
| Hex | 55 | 29 | 4C | 0 | 34 | B | 43 | 138 | 23 | 19 |
| Octal | 125 | 51 | 114 | 0 | 64 | 13 | 103 | 470 | 43 | 31 |
| Binary | 1010101 | 101001 | 1001100 | 0 | 110100 | 1011 | 1000011 | 100111000 | 100011 | 11001 |
Color Harmonies of #55294C
Complementary color
Monochromatic Colors of #55294C
Black with #55294C
Text Example
Text Example
White with #55294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55294C; }
p { color: rgb(85,41,76); }
H1.HeaderClassName
{
color: #55294C;
}
.AnyTagClassName
{
color: #55294C;
}
</style>
background-color css
<style>
a { background-color: #55294C; }
a { background-color: rgb(85,41,76); }
div.DivClassName
{
background-color: #55294C;
}
.BgClassName
{
background-color: #55294C;
}
</style>
border-color css
<style>
span { border-color: #55294C; }
span { border-color: rgb(85,41,76); }
td.TdClassName
{
border-color: #55294C;
}
.TagClassName
{
border-color: #55294C;
}
</style>