Shades of Liver #56404C
Tints of Liver #56404C
RGB
CMYK
RGB Variations
Color information
#56404C (or 0x56404C) is known color: Liver. HEX triplet: 56, 40 and 4C. RGB value is (86,64,76). Sum of RGB (Red+Green+Blue) = 86+64+76=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #56404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56404C is #A9BFB3. Grayscale: #474747. Windows color (decimal): -11124660 or 4997206. OLE color: 4997206.
HSL color Cylindrical-coordinate representation of color #56404C: hue angle of 327.27º 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 #56404C is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 64 | 76 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.66 |
| HSL | 327.27º | 0.15% | 0.29% | - |
| HSV(B) | 327.27º | 0.26% | 0.34% | - |
| XYZ | 6.98 | 6.17 | 7.66 | - |
| YUV | 71.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 76 | 0 | 0.26 | 0.12 | 0.66 | 327.27 | 0.15 | 0.29 |
| Hex | 56 | 40 | 4C | 0 | 1A | C | 42 | 147 | F | 1D |
| Octal | 126 | 100 | 114 | 0 | 32 | 14 | 102 | 507 | 17 | 35 |
| Binary | 1010110 | 1000000 | 1001100 | 0 | 11010 | 1100 | 1000010 | 101000111 | 1111 | 11101 |
Color Harmonies of #56404C
Complementary color
Monochromatic Colors of #56404C
Black with #56404C
Text Example
Text Example
White with #56404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56404C; }
p { color: rgb(86,64,76); }
H1.HeaderClassName
{
color: #56404C;
}
.AnyTagClassName
{
color: #56404C;
}
</style>
background-color css
<style>
a { background-color: #56404C; }
a { background-color: rgb(86,64,76); }
div.DivClassName
{
background-color: #56404C;
}
.BgClassName
{
background-color: #56404C;
}
</style>
border-color css
<style>
span { border-color: #56404C; }
span { border-color: rgb(86,64,76); }
td.TdClassName
{
border-color: #56404C;
}
.TagClassName
{
border-color: #56404C;
}
</style>