Shades of Loulou #56294C
Tints of Loulou #56294C
RGB
CMYK
RGB Variations
Color information
#56294C (or 0x56294C) is known color: Loulou. HEX triplet: 56, 29 and 4C. RGB value is (86,41,76). Sum of RGB (Red+Green+Blue) = 86+41+76=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #56294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56294C is #A9D6B3. Grayscale: #3A3A3A. Windows color (decimal): -11130548 or 4991318. OLE color: 4991318.
HSL color Cylindrical-coordinate representation of color #56294C: hue angle of 313.33º 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 #56294C is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 76 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.66 |
| HSL | 313.33º | 0.35% | 0.25% | - |
| HSV(B) | 313.33º | 0.52% | 0.34% | - |
| XYZ | 5.94 | 4.09 | 7.31 | - |
| YUV | 58.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 76 | 0 | 0.52 | 0.12 | 0.66 | 313.33 | 0.35 | 0.25 |
| Hex | 56 | 29 | 4C | 0 | 34 | C | 42 | 139 | 23 | 19 |
| Octal | 126 | 51 | 114 | 0 | 64 | 14 | 102 | 471 | 43 | 31 |
| Binary | 1010110 | 101001 | 1001100 | 0 | 110100 | 1100 | 1000010 | 100111001 | 100011 | 11001 |
Color Harmonies of #56294C
Complementary color
Monochromatic Colors of #56294C
Black with #56294C
Text Example
Text Example
White with #56294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56294C; }
p { color: rgb(86,41,76); }
H1.HeaderClassName
{
color: #56294C;
}
.AnyTagClassName
{
color: #56294C;
}
</style>
background-color css
<style>
a { background-color: #56294C; }
a { background-color: rgb(86,41,76); }
div.DivClassName
{
background-color: #56294C;
}
.BgClassName
{
background-color: #56294C;
}
</style>
border-color css
<style>
span { border-color: #56294C; }
span { border-color: rgb(86,41,76); }
td.TdClassName
{
border-color: #56294C;
}
.TagClassName
{
border-color: #56294C;
}
</style>