Shades of Loulou #56304E
Tints of Loulou #56304E
RGB
CMYK
RGB Variations
Color information
#56304E (or 0x56304E) is known color: Loulou. HEX triplet: 56, 30 and 4E. RGB value is (86,48,78). Sum of RGB (Red+Green+Blue) = 86+48+78=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56304E is #A9CFB1. Grayscale: #3E3E3E. Windows color (decimal): -11128754 or 5124182. OLE color: 5124182.
HSL color Cylindrical-coordinate representation of color #56304E: hue angle of 312.63º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56304E is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 48 | 78 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.66 |
| HSL | 312.63º | 0.28% | 0.26% | - |
| HSV(B) | 312.63º | 0.44% | 0.34% | - |
| XYZ | 6.27 | 4.64 | 7.77 | - |
| YUV | 62.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 78 | 0 | 0.44 | 0.09 | 0.66 | 312.63 | 0.28 | 0.26 |
| Hex | 56 | 30 | 4E | 0 | 2C | 9 | 42 | 139 | 1C | 1A |
| Octal | 126 | 60 | 116 | 0 | 54 | 11 | 102 | 471 | 34 | 32 |
| Binary | 1010110 | 110000 | 1001110 | 0 | 101100 | 1001 | 1000010 | 100111001 | 11100 | 11010 |
Color Harmonies of #56304E
Complementary color
Monochromatic Colors of #56304E
Black with #56304E
Text Example
Text Example
White with #56304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56304E; }
p { color: rgb(86,48,78); }
H1.HeaderClassName
{
color: #56304E;
}
.AnyTagClassName
{
color: #56304E;
}
</style>
background-color css
<style>
a { background-color: #56304E; }
a { background-color: rgb(86,48,78); }
div.DivClassName
{
background-color: #56304E;
}
.BgClassName
{
background-color: #56304E;
}
</style>
border-color css
<style>
span { border-color: #56304E; }
span { border-color: rgb(86,48,78); }
td.TdClassName
{
border-color: #56304E;
}
.TagClassName
{
border-color: #56304E;
}
</style>