Shades of Loulou #562A4E
Tints of Loulou #562A4E
RGB
CMYK
RGB Variations
Color information
#562A4E (or 0x562A4E) is known color: Loulou. HEX triplet: 56, 2A and 4E. RGB value is (86,42,78). Sum of RGB (Red+Green+Blue) = 86+42+78=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #562A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A4E is #A9D5B1. Grayscale: #3B3B3B. Windows color (decimal): -11130290 or 5122646. OLE color: 5122646.
HSL color Cylindrical-coordinate representation of color #562A4E: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #562A4E is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 42 | 78 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.66 |
| HSL | 310.91º | 0.34% | 0.25% | - |
| HSV(B) | 310.91º | 0.51% | 0.34% | - |
| XYZ | 6.04 | 4.18 | 7.7 | - |
| YUV | 59.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 78 | 0 | 0.51 | 0.09 | 0.66 | 310.91 | 0.34 | 0.25 |
| Hex | 56 | 2A | 4E | 0 | 33 | 9 | 42 | 137 | 22 | 19 |
| Octal | 126 | 52 | 116 | 0 | 63 | 11 | 102 | 467 | 42 | 31 |
| Binary | 1010110 | 101010 | 1001110 | 0 | 110011 | 1001 | 1000010 | 100110111 | 100010 | 11001 |
Color Harmonies of #562A4E
Complementary color
Monochromatic Colors of #562A4E
Black with #562A4E
Text Example
Text Example
White with #562A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A4E; }
p { color: rgb(86,42,78); }
H1.HeaderClassName
{
color: #562A4E;
}
.AnyTagClassName
{
color: #562A4E;
}
</style>
background-color css
<style>
a { background-color: #562A4E; }
a { background-color: rgb(86,42,78); }
div.DivClassName
{
background-color: #562A4E;
}
.BgClassName
{
background-color: #562A4E;
}
</style>
border-color css
<style>
span { border-color: #562A4E; }
span { border-color: rgb(86,42,78); }
td.TdClassName
{
border-color: #562A4E;
}
.TagClassName
{
border-color: #562A4E;
}
</style>