Shades of Loulou #55174A
Tints of Loulou #55174A
RGB
CMYK
RGB Variations
Color information
#55174A (or 0x55174A) is known color: Loulou. HEX triplet: 55, 17 and 4A. RGB value is (85,23,74). Sum of RGB (Red+Green+Blue) = 85+23+74=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55174A is #AAE8B5. Grayscale: #2F2F2F. Windows color (decimal): -11200694 or 4855637. OLE color: 4855637.
HSL color Cylindrical-coordinate representation of color #55174A: hue angle of 310.65º 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 #55174A is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 23 | 74 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.67 |
| HSL | 310.65º | 0.57% | 0.21% | - |
| HSV(B) | 310.65º | 0.73% | 0.33% | - |
| XYZ | 5.29 | 3.04 | 6.79 | - |
| YUV | 47.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 74 | 0 | 0.73 | 0.13 | 0.67 | 310.65 | 0.57 | 0.21 |
| Hex | 55 | 17 | 4A | 0 | 49 | D | 43 | 137 | 39 | 15 |
| Octal | 125 | 27 | 112 | 0 | 111 | 15 | 103 | 467 | 71 | 25 |
| Binary | 1010101 | 10111 | 1001010 | 0 | 1001001 | 1101 | 1000011 | 100110111 | 111001 | 10101 |
Color Harmonies of #55174A
Complementary color
Monochromatic Colors of #55174A
Black with #55174A
Text Example
Text Example
White with #55174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55174A; }
p { color: rgb(85,23,74); }
H1.HeaderClassName
{
color: #55174A;
}
.AnyTagClassName
{
color: #55174A;
}
</style>
background-color css
<style>
a { background-color: #55174A; }
a { background-color: rgb(85,23,74); }
div.DivClassName
{
background-color: #55174A;
}
.BgClassName
{
background-color: #55174A;
}
</style>
border-color css
<style>
span { border-color: #55174A; }
span { border-color: rgb(85,23,74); }
td.TdClassName
{
border-color: #55174A;
}
.TagClassName
{
border-color: #55174A;
}
</style>