Shades of Loulou #55174B
Tints of Loulou #55174B
RGB
CMYK
RGB Variations
Color information
#55174B (or 0x55174B) is known color: Loulou. HEX triplet: 55, 17 and 4B. RGB value is (85,23,75). Sum of RGB (Red+Green+Blue) = 85+23+75=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55174B is #AAE8B4. Grayscale: #2F2F2F. Windows color (decimal): -11200693 or 4921173. OLE color: 4921173.
HSL color Cylindrical-coordinate representation of color #55174B: hue angle of 309.68º 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 #55174B is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 75 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.67 |
| HSL | 309.68º | 0.57% | 0.21% | - |
| HSV(B) | 309.68º | 0.73% | 0.33% | - |
| XYZ | 5.32 | 3.05 | 6.97 | - |
| YUV | 47.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 75 | 0 | 0.73 | 0.12 | 0.67 | 309.68 | 0.57 | 0.21 |
| Hex | 55 | 17 | 4B | 0 | 49 | C | 43 | 136 | 39 | 15 |
| Octal | 125 | 27 | 113 | 0 | 111 | 14 | 103 | 466 | 71 | 25 |
| Binary | 1010101 | 10111 | 1001011 | 0 | 1001001 | 1100 | 1000011 | 100110110 | 111001 | 10101 |
Color Harmonies of #55174B
Complementary color
Monochromatic Colors of #55174B
Black with #55174B
Text Example
Text Example
White with #55174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55174B; }
p { color: rgb(85,23,75); }
H1.HeaderClassName
{
color: #55174B;
}
.AnyTagClassName
{
color: #55174B;
}
</style>
background-color css
<style>
a { background-color: #55174B; }
a { background-color: rgb(85,23,75); }
div.DivClassName
{
background-color: #55174B;
}
.BgClassName
{
background-color: #55174B;
}
</style>
border-color css
<style>
span { border-color: #55174B; }
span { border-color: rgb(85,23,75); }
td.TdClassName
{
border-color: #55174B;
}
.TagClassName
{
border-color: #55174B;
}
</style>