Shades of Loulou #562F4E
Tints of Loulou #562F4E
RGB
CMYK
RGB Variations
Color information
#562F4E (or 0x562F4E) is known color: Loulou. HEX triplet: 56, 2F and 4E. RGB value is (86,47,78). Sum of RGB (Red+Green+Blue) = 86+47+78=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #562F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F4E is #A9D0B1. Grayscale: #3E3E3E. Windows color (decimal): -11129010 or 5123926. OLE color: 5123926.
HSL color Cylindrical-coordinate representation of color #562F4E: hue angle of 312.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #562F4E is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 47 | 78 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.66 |
| HSL | 312.31º | 0.29% | 0.26% | - |
| HSV(B) | 312.31º | 0.45% | 0.34% | - |
| XYZ | 6.23 | 4.56 | 7.76 | - |
| YUV | 62.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 78 | 0 | 0.45 | 0.09 | 0.66 | 312.31 | 0.29 | 0.26 |
| Hex | 56 | 2F | 4E | 0 | 2D | 9 | 42 | 138 | 1D | 1A |
| Octal | 126 | 57 | 116 | 0 | 55 | 11 | 102 | 470 | 35 | 32 |
| Binary | 1010110 | 101111 | 1001110 | 0 | 101101 | 1001 | 1000010 | 100111000 | 11101 | 11010 |
Color Harmonies of #562F4E
Complementary color
Monochromatic Colors of #562F4E
Black with #562F4E
Text Example
Text Example
White with #562F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562F4E; }
p { color: rgb(86,47,78); }
H1.HeaderClassName
{
color: #562F4E;
}
.AnyTagClassName
{
color: #562F4E;
}
</style>
background-color css
<style>
a { background-color: #562F4E; }
a { background-color: rgb(86,47,78); }
div.DivClassName
{
background-color: #562F4E;
}
.BgClassName
{
background-color: #562F4E;
}
</style>
border-color css
<style>
span { border-color: #562F4E; }
span { border-color: rgb(86,47,78); }
td.TdClassName
{
border-color: #562F4E;
}
.TagClassName
{
border-color: #562F4E;
}
</style>