Shades of Loulou #56224F
Tints of Loulou #56224F
RGB
CMYK
RGB Variations
Color information
#56224F (or 0x56224F) is known color: Loulou. HEX triplet: 56, 22 and 4F. RGB value is (86,34,79). Sum of RGB (Red+Green+Blue) = 86+34+79=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56224F is #A9DDB0. Grayscale: #363636. Windows color (decimal): -11132337 or 5186134. OLE color: 5186134.
HSL color Cylindrical-coordinate representation of color #56224F: hue angle of 308.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56224F is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 79 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.66 |
| HSL | 308.08º | 0.43% | 0.24% | - |
| HSV(B) | 308.08º | 0.6% | 0.34% | - |
| XYZ | 5.82 | 3.69 | 7.8 | - |
| YUV | 54.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 79 | 0 | 0.60 | 0.08 | 0.66 | 308.08 | 0.43 | 0.24 |
| Hex | 56 | 22 | 4F | 0 | 3C | 8 | 42 | 134 | 2B | 18 |
| Octal | 126 | 42 | 117 | 0 | 74 | 10 | 102 | 464 | 53 | 30 |
| Binary | 1010110 | 100010 | 1001111 | 0 | 111100 | 1000 | 1000010 | 100110100 | 101011 | 11000 |
Color Harmonies of #56224F
Complementary color
Monochromatic Colors of #56224F
Black with #56224F
Text Example
Text Example
White with #56224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56224F; }
p { color: rgb(86,34,79); }
H1.HeaderClassName
{
color: #56224F;
}
.AnyTagClassName
{
color: #56224F;
}
</style>
background-color css
<style>
a { background-color: #56224F; }
a { background-color: rgb(86,34,79); }
div.DivClassName
{
background-color: #56224F;
}
.BgClassName
{
background-color: #56224F;
}
</style>
border-color css
<style>
span { border-color: #56224F; }
span { border-color: rgb(86,34,79); }
td.TdClassName
{
border-color: #56224F;
}
.TagClassName
{
border-color: #56224F;
}
</style>