Shades of Loulou #55294D
Tints of Loulou #55294D
RGB
CMYK
RGB Variations
Color information
#55294D (or 0x55294D) is known color: Loulou. HEX triplet: 55, 29 and 4D. RGB value is (85,41,77). Sum of RGB (Red+Green+Blue) = 85+41+77=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #55294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55294D is #AAD6B2. Grayscale: #3A3A3A. Windows color (decimal): -11196083 or 5056853. OLE color: 5056853.
HSL color Cylindrical-coordinate representation of color #55294D: hue angle of 310.91º 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 #55294D is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 41 | 77 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.67 |
| HSL | 310.91º | 0.35% | 0.25% | - |
| HSV(B) | 310.91º | 0.52% | 0.33% | - |
| XYZ | 5.88 | 4.05 | 7.49 | - |
| YUV | 58.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 77 | 0 | 0.52 | 0.09 | 0.67 | 310.91 | 0.35 | 0.25 |
| Hex | 55 | 29 | 4D | 0 | 34 | 9 | 43 | 137 | 23 | 19 |
| Octal | 125 | 51 | 115 | 0 | 64 | 11 | 103 | 467 | 43 | 31 |
| Binary | 1010101 | 101001 | 1001101 | 0 | 110100 | 1001 | 1000011 | 100110111 | 100011 | 11001 |
Color Harmonies of #55294D
Complementary color
Monochromatic Colors of #55294D
Black with #55294D
Text Example
Text Example
White with #55294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55294D; }
p { color: rgb(85,41,77); }
H1.HeaderClassName
{
color: #55294D;
}
.AnyTagClassName
{
color: #55294D;
}
</style>
background-color css
<style>
a { background-color: #55294D; }
a { background-color: rgb(85,41,77); }
div.DivClassName
{
background-color: #55294D;
}
.BgClassName
{
background-color: #55294D;
}
</style>
border-color css
<style>
span { border-color: #55294D; }
span { border-color: rgb(85,41,77); }
td.TdClassName
{
border-color: #55294D;
}
.TagClassName
{
border-color: #55294D;
}
</style>