Shades of Loulou #55194C
Tints of Loulou #55194C
RGB
CMYK
RGB Variations
Color information
#55194C (or 0x55194C) is known color: Loulou. HEX triplet: 55, 19 and 4C. RGB value is (85,25,76). Sum of RGB (Red+Green+Blue) = 85+25+76=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55194C is #AAE6B3. Grayscale: #303030. Windows color (decimal): -11200180 or 4987221. OLE color: 4987221.
HSL color Cylindrical-coordinate representation of color #55194C: hue angle of 309º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55194C is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 76 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.67 |
| HSL | 309º | 0.55% | 0.22% | - |
| HSV(B) | 309º | 0.71% | 0.33% | - |
| XYZ | 5.4 | 3.15 | 7.16 | - |
| YUV | 48.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 76 | 0 | 0.71 | 0.11 | 0.67 | 309 | 0.55 | 0.22 |
| Hex | 55 | 19 | 4C | 0 | 47 | B | 43 | 135 | 37 | 16 |
| Octal | 125 | 31 | 114 | 0 | 107 | 13 | 103 | 465 | 67 | 26 |
| Binary | 1010101 | 11001 | 1001100 | 0 | 1000111 | 1011 | 1000011 | 100110101 | 110111 | 10110 |
Color Harmonies of #55194C
Complementary color
Monochromatic Colors of #55194C
Black with #55194C
Text Example
Text Example
White with #55194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55194C; }
p { color: rgb(85,25,76); }
H1.HeaderClassName
{
color: #55194C;
}
.AnyTagClassName
{
color: #55194C;
}
</style>
background-color css
<style>
a { background-color: #55194C; }
a { background-color: rgb(85,25,76); }
div.DivClassName
{
background-color: #55194C;
}
.BgClassName
{
background-color: #55194C;
}
</style>
border-color css
<style>
span { border-color: #55194C; }
span { border-color: rgb(85,25,76); }
td.TdClassName
{
border-color: #55194C;
}
.TagClassName
{
border-color: #55194C;
}
</style>