Shades of Loulou #56294F
Tints of Loulou #56294F
RGB
CMYK
RGB Variations
Color information
#56294F (or 0x56294F) is known color: Loulou. HEX triplet: 56, 29 and 4F. RGB value is (86,41,79). Sum of RGB (Red+Green+Blue) = 86+41+79=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #56294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56294F is #A9D6B0. Grayscale: #3A3A3A. Windows color (decimal): -11130545 or 5187926. OLE color: 5187926.
HSL color Cylindrical-coordinate representation of color #56294F: hue angle of 309.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 #56294F is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 79 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.66 |
| HSL | 309.33º | 0.35% | 0.25% | - |
| HSV(B) | 309.33º | 0.52% | 0.34% | - |
| XYZ | 6.04 | 4.13 | 7.88 | - |
| YUV | 58.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 79 | 0 | 0.52 | 0.08 | 0.66 | 309.33 | 0.35 | 0.25 |
| Hex | 56 | 29 | 4F | 0 | 34 | 8 | 42 | 135 | 23 | 19 |
| Octal | 126 | 51 | 117 | 0 | 64 | 10 | 102 | 465 | 43 | 31 |
| Binary | 1010110 | 101001 | 1001111 | 0 | 110100 | 1000 | 1000010 | 100110101 | 100011 | 11001 |
Color Harmonies of #56294F
Complementary color
Monochromatic Colors of #56294F
Black with #56294F
Text Example
Text Example
White with #56294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56294F; }
p { color: rgb(86,41,79); }
H1.HeaderClassName
{
color: #56294F;
}
.AnyTagClassName
{
color: #56294F;
}
</style>
background-color css
<style>
a { background-color: #56294F; }
a { background-color: rgb(86,41,79); }
div.DivClassName
{
background-color: #56294F;
}
.BgClassName
{
background-color: #56294F;
}
</style>
border-color css
<style>
span { border-color: #56294F; }
span { border-color: rgb(86,41,79); }
td.TdClassName
{
border-color: #56294F;
}
.TagClassName
{
border-color: #56294F;
}
</style>