Shades of Loulou #55334B
Tints of Loulou #55334B
RGB
CMYK
RGB Variations
Color information
#55334B (or 0x55334B) is known color: Loulou. HEX triplet: 55, 33 and 4B. RGB value is (85,51,75). Sum of RGB (Red+Green+Blue) = 85+51+75=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55334B is #AACCB4. Grayscale: #3F3F3F. Windows color (decimal): -11193525 or 4928341. OLE color: 4928341.
HSL color Cylindrical-coordinate representation of color #55334B: hue angle of 317.65º 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 #55334B is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 75 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.67 |
| HSL | 317.65º | 0.25% | 0.27% | - |
| HSV(B) | 317.65º | 0.4% | 0.33% | - |
| XYZ | 6.2 | 4.81 | 7.26 | - |
| YUV | 63.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 75 | 0 | 0.40 | 0.12 | 0.67 | 317.65 | 0.25 | 0.27 |
| Hex | 55 | 33 | 4B | 0 | 28 | C | 43 | 13E | 19 | 1B |
| Octal | 125 | 63 | 113 | 0 | 50 | 14 | 103 | 476 | 31 | 33 |
| Binary | 1010101 | 110011 | 1001011 | 0 | 101000 | 1100 | 1000011 | 100111110 | 11001 | 11011 |
Color Harmonies of #55334B
Complementary color
Monochromatic Colors of #55334B
Black with #55334B
Text Example
Text Example
White with #55334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55334B; }
p { color: rgb(85,51,75); }
H1.HeaderClassName
{
color: #55334B;
}
.AnyTagClassName
{
color: #55334B;
}
</style>
background-color css
<style>
a { background-color: #55334B; }
a { background-color: rgb(85,51,75); }
div.DivClassName
{
background-color: #55334B;
}
.BgClassName
{
background-color: #55334B;
}
</style>
border-color css
<style>
span { border-color: #55334B; }
span { border-color: rgb(85,51,75); }
td.TdClassName
{
border-color: #55334B;
}
.TagClassName
{
border-color: #55334B;
}
</style>