Shades of Liver #56444C
Tints of Liver #56444C
RGB
CMYK
RGB Variations
Color information
#56444C (or 0x56444C) is known color: Liver. HEX triplet: 56, 44 and 4C. RGB value is (86,68,76). Sum of RGB (Red+Green+Blue) = 86+68+76=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #56444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56444C is #A9BBB3. Grayscale: #4A4A4A. Windows color (decimal): -11123636 or 4998230. OLE color: 4998230.
HSL color Cylindrical-coordinate representation of color #56444C: hue angle of 333.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56444C is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 76 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.66 |
| HSL | 333.33º | 0.12% | 0.3% | - |
| HSV(B) | 333.33º | 0.21% | 0.34% | - |
| XYZ | 7.21 | 6.63 | 7.74 | - |
| YUV | 74.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 76 | 0 | 0.21 | 0.12 | 0.66 | 333.33 | 0.12 | 0.3 |
| Hex | 56 | 44 | 4C | 0 | 15 | C | 42 | 14D | C | 1E |
| Octal | 126 | 104 | 114 | 0 | 25 | 14 | 102 | 515 | 14 | 36 |
| Binary | 1010110 | 1000100 | 1001100 | 0 | 10101 | 1100 | 1000010 | 101001101 | 1100 | 11110 |
Color Harmonies of #56444C
Complementary color
Monochromatic Colors of #56444C
Black with #56444C
Text Example
Text Example
White with #56444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56444C; }
p { color: rgb(86,68,76); }
H1.HeaderClassName
{
color: #56444C;
}
.AnyTagClassName
{
color: #56444C;
}
</style>
background-color css
<style>
a { background-color: #56444C; }
a { background-color: rgb(86,68,76); }
div.DivClassName
{
background-color: #56444C;
}
.BgClassName
{
background-color: #56444C;
}
</style>
border-color css
<style>
span { border-color: #56444C; }
span { border-color: rgb(86,68,76); }
td.TdClassName
{
border-color: #56444C;
}
.TagClassName
{
border-color: #56444C;
}
</style>