Shades of Loulou #55174D
Tints of Loulou #55174D
RGB
CMYK
RGB Variations
Color information
#55174D (or 0x55174D) is known color: Loulou. HEX triplet: 55, 17 and 4D. RGB value is (85,23,77). Sum of RGB (Red+Green+Blue) = 85+23+77=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55174D is #AAE8B2. Grayscale: #2F2F2F. Windows color (decimal): -11200691 or 5052245. OLE color: 5052245.
HSL color Cylindrical-coordinate representation of color #55174D: hue angle of 307.74º 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 #55174D is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 77 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.67 |
| HSL | 307.74º | 0.57% | 0.21% | - |
| HSV(B) | 307.74º | 0.73% | 0.33% | - |
| XYZ | 5.39 | 3.08 | 7.33 | - |
| YUV | 47.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 77 | 0 | 0.73 | 0.09 | 0.67 | 307.74 | 0.57 | 0.21 |
| Hex | 55 | 17 | 4D | 0 | 49 | 9 | 43 | 134 | 39 | 15 |
| Octal | 125 | 27 | 115 | 0 | 111 | 11 | 103 | 464 | 71 | 25 |
| Binary | 1010101 | 10111 | 1001101 | 0 | 1001001 | 1001 | 1000011 | 100110100 | 111001 | 10101 |
Color Harmonies of #55174D
Complementary color
Monochromatic Colors of #55174D
Black with #55174D
Text Example
Text Example
White with #55174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55174D; }
p { color: rgb(85,23,77); }
H1.HeaderClassName
{
color: #55174D;
}
.AnyTagClassName
{
color: #55174D;
}
</style>
background-color css
<style>
a { background-color: #55174D; }
a { background-color: rgb(85,23,77); }
div.DivClassName
{
background-color: #55174D;
}
.BgClassName
{
background-color: #55174D;
}
</style>
border-color css
<style>
span { border-color: #55174D; }
span { border-color: rgb(85,23,77); }
td.TdClassName
{
border-color: #55174D;
}
.TagClassName
{
border-color: #55174D;
}
</style>