Shades of Loulou #552F4B
Tints of Loulou #552F4B
RGB
CMYK
RGB Variations
Color information
#552F4B (or 0x552F4B) is known color: Loulou. HEX triplet: 55, 2F and 4B. RGB value is (85,47,75). Sum of RGB (Red+Green+Blue) = 85+47+75=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #552F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F4B is #AAD0B4. Grayscale: #3D3D3D. Windows color (decimal): -11194549 or 4927317. OLE color: 4927317.
HSL color Cylindrical-coordinate representation of color #552F4B: hue angle of 315.79º 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 #552F4B is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 47 | 75 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.67 |
| HSL | 315.79º | 0.29% | 0.26% | - |
| HSV(B) | 315.79º | 0.45% | 0.33% | - |
| XYZ | 6.03 | 4.47 | 7.2 | - |
| YUV | 61.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 75 | 0 | 0.45 | 0.12 | 0.67 | 315.79 | 0.29 | 0.26 |
| Hex | 55 | 2F | 4B | 0 | 2D | C | 43 | 13C | 1D | 1A |
| Octal | 125 | 57 | 113 | 0 | 55 | 14 | 103 | 474 | 35 | 32 |
| Binary | 1010101 | 101111 | 1001011 | 0 | 101101 | 1100 | 1000011 | 100111100 | 11101 | 11010 |
Color Harmonies of #552F4B
Complementary color
Monochromatic Colors of #552F4B
Black with #552F4B
Text Example
Text Example
White with #552F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552F4B; }
p { color: rgb(85,47,75); }
H1.HeaderClassName
{
color: #552F4B;
}
.AnyTagClassName
{
color: #552F4B;
}
</style>
background-color css
<style>
a { background-color: #552F4B; }
a { background-color: rgb(85,47,75); }
div.DivClassName
{
background-color: #552F4B;
}
.BgClassName
{
background-color: #552F4B;
}
</style>
border-color css
<style>
span { border-color: #552F4B; }
span { border-color: rgb(85,47,75); }
td.TdClassName
{
border-color: #552F4B;
}
.TagClassName
{
border-color: #552F4B;
}
</style>