Shades of Loulou #562D52
Tints of Loulou #562D52
RGB
CMYK
RGB Variations
Color information
#562D52 (or 0x562D52) is known color: Loulou. HEX triplet: 56, 2D and 52. RGB value is (86,45,82). Sum of RGB (Red+Green+Blue) = 86+45+82=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #562D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562D52 is #A9D2AD. Grayscale: #3D3D3D. Windows color (decimal): -11129518 or 5385558. OLE color: 5385558.
HSL color Cylindrical-coordinate representation of color #562D52: hue angle of 305.85º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #562D52 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 45 | 82 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.66 |
| HSL | 305.85º | 0.31% | 0.26% | - |
| HSV(B) | 305.85º | 0.48% | 0.34% | - |
| XYZ | 6.3 | 4.46 | 8.51 | - |
| YUV | 61.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 82 | 0 | 0.48 | 0.05 | 0.66 | 305.85 | 0.31 | 0.26 |
| Hex | 56 | 2D | 52 | 0 | 30 | 5 | 42 | 132 | 1F | 1A |
| Octal | 126 | 55 | 122 | 0 | 60 | 5 | 102 | 462 | 37 | 32 |
| Binary | 1010110 | 101101 | 1010010 | 0 | 110000 | 101 | 1000010 | 100110010 | 11111 | 11010 |
Color Harmonies of #562D52
Complementary color
Monochromatic Colors of #562D52
Black with #562D52
Text Example
Text Example
White with #562D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562D52; }
p { color: rgb(86,45,82); }
H1.HeaderClassName
{
color: #562D52;
}
.AnyTagClassName
{
color: #562D52;
}
</style>
background-color css
<style>
a { background-color: #562D52; }
a { background-color: rgb(86,45,82); }
div.DivClassName
{
background-color: #562D52;
}
.BgClassName
{
background-color: #562D52;
}
</style>
border-color css
<style>
span { border-color: #562D52; }
span { border-color: rgb(86,45,82); }
td.TdClassName
{
border-color: #562D52;
}
.TagClassName
{
border-color: #562D52;
}
</style>