Shades of Liver #56404D
Tints of Liver #56404D
RGB
CMYK
RGB Variations
Color information
#56404D (or 0x56404D) is known color: Liver. HEX triplet: 56, 40 and 4D. RGB value is (86,64,77). Sum of RGB (Red+Green+Blue) = 86+64+77=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #56404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56404D is #A9BFB2. Grayscale: #484848. Windows color (decimal): -11124659 or 5062742. OLE color: 5062742.
HSL color Cylindrical-coordinate representation of color #56404D: hue angle of 324.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56404D is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 77 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.66 |
| HSL | 324.55º | 0.15% | 0.29% | - |
| HSV(B) | 324.55º | 0.26% | 0.34% | - |
| XYZ | 7.01 | 6.18 | 7.84 | - |
| YUV | 72.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 77 | 0 | 0.26 | 0.10 | 0.66 | 324.55 | 0.15 | 0.29 |
| Hex | 56 | 40 | 4D | 0 | 1A | A | 42 | 145 | F | 1D |
| Octal | 126 | 100 | 115 | 0 | 32 | 12 | 102 | 505 | 17 | 35 |
| Binary | 1010110 | 1000000 | 1001101 | 0 | 11010 | 1010 | 1000010 | 101000101 | 1111 | 11101 |
Color Harmonies of #56404D
Complementary color
Monochromatic Colors of #56404D
Black with #56404D
Text Example
Text Example
White with #56404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56404D; }
p { color: rgb(86,64,77); }
H1.HeaderClassName
{
color: #56404D;
}
.AnyTagClassName
{
color: #56404D;
}
</style>
background-color css
<style>
a { background-color: #56404D; }
a { background-color: rgb(86,64,77); }
div.DivClassName
{
background-color: #56404D;
}
.BgClassName
{
background-color: #56404D;
}
</style>
border-color css
<style>
span { border-color: #56404D; }
span { border-color: rgb(86,64,77); }
td.TdClassName
{
border-color: #56404D;
}
.TagClassName
{
border-color: #56404D;
}
</style>