Shades of Loulou #552D52
Tints of Loulou #552D52
RGB
CMYK
RGB Variations
Color information
#552D52 (or 0x552D52) is known color: Loulou. HEX triplet: 55, 2D and 52. RGB value is (85,45,82). Sum of RGB (Red+Green+Blue) = 85+45+82=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #552D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D52 is #AAD2AD. Grayscale: #3D3D3D. Windows color (decimal): -11195054 or 5385557. OLE color: 5385557.
HSL color Cylindrical-coordinate representation of color #552D52: hue angle of 304.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D52 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 82 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.67 |
| HSL | 304.5º | 0.31% | 0.25% | - |
| HSV(B) | 304.5º | 0.47% | 0.33% | - |
| XYZ | 6.21 | 4.42 | 8.51 | - |
| YUV | 61.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 82 | 0 | 0.47 | 0.04 | 0.67 | 304.5 | 0.31 | 0.25 |
| Hex | 55 | 2D | 52 | 0 | 2F | 4 | 43 | 130 | 1F | 19 |
| Octal | 125 | 55 | 122 | 0 | 57 | 4 | 103 | 460 | 37 | 31 |
| Binary | 1010101 | 101101 | 1010010 | 0 | 101111 | 100 | 1000011 | 100110000 | 11111 | 11001 |
Color Harmonies of #552D52
Complementary color
Monochromatic Colors of #552D52
Black with #552D52
Text Example
Text Example
White with #552D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D52; }
p { color: rgb(85,45,82); }
H1.HeaderClassName
{
color: #552D52;
}
.AnyTagClassName
{
color: #552D52;
}
</style>
background-color css
<style>
a { background-color: #552D52; }
a { background-color: rgb(85,45,82); }
div.DivClassName
{
background-color: #552D52;
}
.BgClassName
{
background-color: #552D52;
}
</style>
border-color css
<style>
span { border-color: #552D52; }
span { border-color: rgb(85,45,82); }
td.TdClassName
{
border-color: #552D52;
}
.TagClassName
{
border-color: #552D52;
}
</style>