Shades of Liver #56494E
Tints of Liver #56494E
RGB
CMYK
RGB Variations
Color information
#56494E (or 0x56494E) is known color: Liver. HEX triplet: 56, 49 and 4E. RGB value is (86,73,78). Sum of RGB (Red+Green+Blue) = 86+73+78=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #56494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56494E is #A9B6B1. Grayscale: #4D4D4D. Windows color (decimal): -11122354 or 5130582. OLE color: 5130582.
HSL color Cylindrical-coordinate representation of color #56494E: hue angle of 336.92º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56494E is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 73 | 78 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.66 |
| HSL | 336.92º | 0.08% | 0.31% | - |
| HSV(B) | 336.92º | 0.15% | 0.34% | - |
| XYZ | 7.6 | 7.29 | 8.22 | - |
| YUV | 77.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 78 | 0 | 0.15 | 0.09 | 0.66 | 336.92 | 0.08 | 0.31 |
| Hex | 56 | 49 | 4E | 0 | F | 9 | 42 | 151 | 8 | 1F |
| Octal | 126 | 111 | 116 | 0 | 17 | 11 | 102 | 521 | 10 | 37 |
| Binary | 1010110 | 1001001 | 1001110 | 0 | 1111 | 1001 | 1000010 | 101010001 | 1000 | 11111 |
Color Harmonies of #56494E
Complementary color
Monochromatic Colors of #56494E
Black with #56494E
Text Example
Text Example
White with #56494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56494E; }
p { color: rgb(86,73,78); }
H1.HeaderClassName
{
color: #56494E;
}
.AnyTagClassName
{
color: #56494E;
}
</style>
background-color css
<style>
a { background-color: #56494E; }
a { background-color: rgb(86,73,78); }
div.DivClassName
{
background-color: #56494E;
}
.BgClassName
{
background-color: #56494E;
}
</style>
border-color css
<style>
span { border-color: #56494E; }
span { border-color: rgb(86,73,78); }
td.TdClassName
{
border-color: #56494E;
}
.TagClassName
{
border-color: #56494E;
}
</style>