Shades of Loulou #55164C
Tints of Loulou #55164C
RGB
CMYK
RGB Variations
Color information
#55164C (or 0x55164C) is known color: Loulou. HEX triplet: 55, 16 and 4C. RGB value is (85,22,76). Sum of RGB (Red+Green+Blue) = 85+22+76=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55164C is #AAE9B3. Grayscale: #2E2E2E. Windows color (decimal): -11200948 or 4986453. OLE color: 4986453.
HSL color Cylindrical-coordinate representation of color #55164C: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55164C is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 76 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.67 |
| HSL | 308.57º | 0.59% | 0.21% | - |
| HSV(B) | 308.57º | 0.74% | 0.33% | - |
| XYZ | 5.34 | 3.03 | 7.14 | - |
| YUV | 46.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 76 | 0 | 0.74 | 0.11 | 0.67 | 308.57 | 0.59 | 0.21 |
| Hex | 55 | 16 | 4C | 0 | 4A | B | 43 | 135 | 3B | 15 |
| Octal | 125 | 26 | 114 | 0 | 112 | 13 | 103 | 465 | 73 | 25 |
| Binary | 1010101 | 10110 | 1001100 | 0 | 1001010 | 1011 | 1000011 | 100110101 | 111011 | 10101 |
Color Harmonies of #55164C
Complementary color
Monochromatic Colors of #55164C
Black with #55164C
Text Example
Text Example
White with #55164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55164C; }
p { color: rgb(85,22,76); }
H1.HeaderClassName
{
color: #55164C;
}
.AnyTagClassName
{
color: #55164C;
}
</style>
background-color css
<style>
a { background-color: #55164C; }
a { background-color: rgb(85,22,76); }
div.DivClassName
{
background-color: #55164C;
}
.BgClassName
{
background-color: #55164C;
}
</style>
border-color css
<style>
span { border-color: #55164C; }
span { border-color: rgb(85,22,76); }
td.TdClassName
{
border-color: #55164C;
}
.TagClassName
{
border-color: #55164C;
}
</style>