Shades of Loulou #56294E
Tints of Loulou #56294E
RGB
CMYK
RGB Variations
Color information
#56294E (or 0x56294E) is known color: Loulou. HEX triplet: 56, 29 and 4E. RGB value is (86,41,78). Sum of RGB (Red+Green+Blue) = 86+41+78=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #56294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56294E is #A9D6B1. Grayscale: #3A3A3A. Windows color (decimal): -11130546 or 5122390. OLE color: 5122390.
HSL color Cylindrical-coordinate representation of color #56294E: hue angle of 310.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56294E is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 78 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.66 |
| HSL | 310.67º | 0.35% | 0.25% | - |
| HSV(B) | 310.67º | 0.52% | 0.34% | - |
| XYZ | 6.01 | 4.11 | 7.69 | - |
| YUV | 58.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 78 | 0 | 0.52 | 0.09 | 0.66 | 310.67 | 0.35 | 0.25 |
| Hex | 56 | 29 | 4E | 0 | 34 | 9 | 42 | 137 | 23 | 19 |
| Octal | 126 | 51 | 116 | 0 | 64 | 11 | 102 | 467 | 43 | 31 |
| Binary | 1010110 | 101001 | 1001110 | 0 | 110100 | 1001 | 1000010 | 100110111 | 100011 | 11001 |
Color Harmonies of #56294E
Complementary color
Monochromatic Colors of #56294E
Black with #56294E
Text Example
Text Example
White with #56294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56294E; }
p { color: rgb(86,41,78); }
H1.HeaderClassName
{
color: #56294E;
}
.AnyTagClassName
{
color: #56294E;
}
</style>
background-color css
<style>
a { background-color: #56294E; }
a { background-color: rgb(86,41,78); }
div.DivClassName
{
background-color: #56294E;
}
.BgClassName
{
background-color: #56294E;
}
</style>
border-color css
<style>
span { border-color: #56294E; }
span { border-color: rgb(86,41,78); }
td.TdClassName
{
border-color: #56294E;
}
.TagClassName
{
border-color: #56294E;
}
</style>