Shades of Loulou #552F4E
Tints of Loulou #552F4E
RGB
CMYK
RGB Variations
Color information
#552F4E (or 0x552F4E) is known color: Loulou. HEX triplet: 55, 2F and 4E. RGB value is (85,47,78). Sum of RGB (Red+Green+Blue) = 85+47+78=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #552F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F4E is #AAD0B1. Grayscale: #3D3D3D. Windows color (decimal): -11194546 or 5123925. OLE color: 5123925.
HSL color Cylindrical-coordinate representation of color #552F4E: hue angle of 311.05º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #552F4E is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 78 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.67 |
| HSL | 311.05º | 0.29% | 0.26% | - |
| HSV(B) | 311.05º | 0.45% | 0.33% | - |
| XYZ | 6.14 | 4.51 | 7.76 | - |
| YUV | 61.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 78 | 0 | 0.45 | 0.08 | 0.67 | 311.05 | 0.29 | 0.26 |
| Hex | 55 | 2F | 4E | 0 | 2D | 8 | 43 | 137 | 1D | 1A |
| Octal | 125 | 57 | 116 | 0 | 55 | 10 | 103 | 467 | 35 | 32 |
| Binary | 1010101 | 101111 | 1001110 | 0 | 101101 | 1000 | 1000011 | 100110111 | 11101 | 11010 |
Color Harmonies of #552F4E
Complementary color
Monochromatic Colors of #552F4E
Black with #552F4E
Text Example
Text Example
White with #552F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F4E; }
p { color: rgb(85,47,78); }
H1.HeaderClassName
{
color: #552F4E;
}
.AnyTagClassName
{
color: #552F4E;
}
</style>
background-color css
<style>
a { background-color: #552F4E; }
a { background-color: rgb(85,47,78); }
div.DivClassName
{
background-color: #552F4E;
}
.BgClassName
{
background-color: #552F4E;
}
</style>
border-color css
<style>
span { border-color: #552F4E; }
span { border-color: rgb(85,47,78); }
td.TdClassName
{
border-color: #552F4E;
}
.TagClassName
{
border-color: #552F4E;
}
</style>