Shades of Loulou #552F4C
Tints of Loulou #552F4C
RGB
CMYK
RGB Variations
Color information
#552F4C (or 0x552F4C) is known color: Loulou. HEX triplet: 55, 2F and 4C. RGB value is (85,47,76). Sum of RGB (Red+Green+Blue) = 85+47+76=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #552F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F4C is #AAD0B3. Grayscale: #3D3D3D. Windows color (decimal): -11194548 or 4992853. OLE color: 4992853.
HSL color Cylindrical-coordinate representation of color #552F4C: hue angle of 314.21º 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 #552F4C is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 76 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.67 |
| HSL | 314.21º | 0.29% | 0.26% | - |
| HSV(B) | 314.21º | 0.45% | 0.33% | - |
| XYZ | 6.07 | 4.49 | 7.38 | - |
| YUV | 61.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 76 | 0 | 0.45 | 0.11 | 0.67 | 314.21 | 0.29 | 0.26 |
| Hex | 55 | 2F | 4C | 0 | 2D | B | 43 | 13A | 1D | 1A |
| Octal | 125 | 57 | 114 | 0 | 55 | 13 | 103 | 472 | 35 | 32 |
| Binary | 1010101 | 101111 | 1001100 | 0 | 101101 | 1011 | 1000011 | 100111010 | 11101 | 11010 |
Color Harmonies of #552F4C
Complementary color
Monochromatic Colors of #552F4C
Black with #552F4C
Text Example
Text Example
White with #552F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F4C; }
p { color: rgb(85,47,76); }
H1.HeaderClassName
{
color: #552F4C;
}
.AnyTagClassName
{
color: #552F4C;
}
</style>
background-color css
<style>
a { background-color: #552F4C; }
a { background-color: rgb(85,47,76); }
div.DivClassName
{
background-color: #552F4C;
}
.BgClassName
{
background-color: #552F4C;
}
</style>
border-color css
<style>
span { border-color: #552F4C; }
span { border-color: rgb(85,47,76); }
td.TdClassName
{
border-color: #552F4C;
}
.TagClassName
{
border-color: #552F4C;
}
</style>