Shades of Loulou #55334A
Tints of Loulou #55334A
RGB
CMYK
RGB Variations
Color information
#55334A (or 0x55334A) is known color: Loulou. HEX triplet: 55, 33 and 4A. RGB value is (85,51,74). Sum of RGB (Red+Green+Blue) = 85+51+74=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55334A is #AACCB5. Grayscale: #3F3F3F. Windows color (decimal): -11193526 or 4862805. OLE color: 4862805.
HSL color Cylindrical-coordinate representation of color #55334A: hue angle of 319.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55334A is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 74 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.67 |
| HSL | 319.41º | 0.25% | 0.27% | - |
| HSV(B) | 319.41º | 0.4% | 0.33% | - |
| XYZ | 6.17 | 4.79 | 7.08 | - |
| YUV | 63.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 74 | 0 | 0.40 | 0.13 | 0.67 | 319.41 | 0.25 | 0.27 |
| Hex | 55 | 33 | 4A | 0 | 28 | D | 43 | 13F | 19 | 1B |
| Octal | 125 | 63 | 112 | 0 | 50 | 15 | 103 | 477 | 31 | 33 |
| Binary | 1010101 | 110011 | 1001010 | 0 | 101000 | 1101 | 1000011 | 100111111 | 11001 | 11011 |
Color Harmonies of #55334A
Complementary color
Monochromatic Colors of #55334A
Black with #55334A
Text Example
Text Example
White with #55334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55334A; }
p { color: rgb(85,51,74); }
H1.HeaderClassName
{
color: #55334A;
}
.AnyTagClassName
{
color: #55334A;
}
</style>
background-color css
<style>
a { background-color: #55334A; }
a { background-color: rgb(85,51,74); }
div.DivClassName
{
background-color: #55334A;
}
.BgClassName
{
background-color: #55334A;
}
</style>
border-color css
<style>
span { border-color: #55334A; }
span { border-color: rgb(85,51,74); }
td.TdClassName
{
border-color: #55334A;
}
.TagClassName
{
border-color: #55334A;
}
</style>