Shades of Loulou #55174C
Tints of Loulou #55174C
RGB
CMYK
RGB Variations
Color information
#55174C (or 0x55174C) is known color: Loulou. HEX triplet: 55, 17 and 4C. RGB value is (85,23,76). Sum of RGB (Red+Green+Blue) = 85+23+76=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55174C is #AAE8B3. Grayscale: #2F2F2F. Windows color (decimal): -11200692 or 4986709. OLE color: 4986709.
HSL color Cylindrical-coordinate representation of color #55174C: hue angle of 308.71º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55174C is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 76 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.67 |
| HSL | 308.71º | 0.57% | 0.21% | - |
| HSV(B) | 308.71º | 0.73% | 0.33% | - |
| XYZ | 5.36 | 3.07 | 7.15 | - |
| YUV | 47.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 76 | 0 | 0.73 | 0.11 | 0.67 | 308.71 | 0.57 | 0.21 |
| Hex | 55 | 17 | 4C | 0 | 49 | B | 43 | 135 | 39 | 15 |
| Octal | 125 | 27 | 114 | 0 | 111 | 13 | 103 | 465 | 71 | 25 |
| Binary | 1010101 | 10111 | 1001100 | 0 | 1001001 | 1011 | 1000011 | 100110101 | 111001 | 10101 |
Color Harmonies of #55174C
Complementary color
Monochromatic Colors of #55174C
Black with #55174C
Text Example
Text Example
White with #55174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55174C; }
p { color: rgb(85,23,76); }
H1.HeaderClassName
{
color: #55174C;
}
.AnyTagClassName
{
color: #55174C;
}
</style>
background-color css
<style>
a { background-color: #55174C; }
a { background-color: rgb(85,23,76); }
div.DivClassName
{
background-color: #55174C;
}
.BgClassName
{
background-color: #55174C;
}
</style>
border-color css
<style>
span { border-color: #55174C; }
span { border-color: rgb(85,23,76); }
td.TdClassName
{
border-color: #55174C;
}
.TagClassName
{
border-color: #55174C;
}
</style>