Shades of Liver #56454E
Tints of Liver #56454E
RGB
CMYK
RGB Variations
Color information
#56454E (or 0x56454E) is known color: Liver. HEX triplet: 56, 45 and 4E. RGB value is (86,69,78). Sum of RGB (Red+Green+Blue) = 86+69+78=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #56454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56454E is #A9BAB1. Grayscale: #4B4B4B. Windows color (decimal): -11123378 or 5129558. OLE color: 5129558.
HSL color Cylindrical-coordinate representation of color #56454E: hue angle of 328.24º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56454E is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 78 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.66 |
| HSL | 328.24º | 0.11% | 0.3% | - |
| HSV(B) | 328.24º | 0.2% | 0.34% | - |
| XYZ | 7.34 | 6.78 | 8.13 | - |
| YUV | 75.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 78 | 0 | 0.20 | 0.09 | 0.66 | 328.24 | 0.11 | 0.3 |
| Hex | 56 | 45 | 4E | 0 | 14 | 9 | 42 | 148 | B | 1E |
| Octal | 126 | 105 | 116 | 0 | 24 | 11 | 102 | 510 | 13 | 36 |
| Binary | 1010110 | 1000101 | 1001110 | 0 | 10100 | 1001 | 1000010 | 101001000 | 1011 | 11110 |
Color Harmonies of #56454E
Complementary color
Monochromatic Colors of #56454E
Black with #56454E
Text Example
Text Example
White with #56454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56454E; }
p { color: rgb(86,69,78); }
H1.HeaderClassName
{
color: #56454E;
}
.AnyTagClassName
{
color: #56454E;
}
</style>
background-color css
<style>
a { background-color: #56454E; }
a { background-color: rgb(86,69,78); }
div.DivClassName
{
background-color: #56454E;
}
.BgClassName
{
background-color: #56454E;
}
</style>
border-color css
<style>
span { border-color: #56454E; }
span { border-color: rgb(86,69,78); }
td.TdClassName
{
border-color: #56454E;
}
.TagClassName
{
border-color: #56454E;
}
</style>