Shades of Liver #56434F
Tints of Liver #56434F
RGB
CMYK
RGB Variations
Color information
#56434F (or 0x56434F) is known color: Liver. HEX triplet: 56, 43 and 4F. RGB value is (86,67,79). Sum of RGB (Red+Green+Blue) = 86+67+79=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #56434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56434F is #A9BCB0. Grayscale: #4A4A4A. Windows color (decimal): -11123889 or 5194582. OLE color: 5194582.
HSL color Cylindrical-coordinate representation of color #56434F: hue angle of 322.11º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56434F is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 67 | 79 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.66 |
| HSL | 322.11º | 0.12% | 0.3% | - |
| HSV(B) | 322.11º | 0.22% | 0.34% | - |
| XYZ | 7.26 | 6.56 | 8.28 | - |
| YUV | 74.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 79 | 0 | 0.22 | 0.08 | 0.66 | 322.11 | 0.12 | 0.3 |
| Hex | 56 | 43 | 4F | 0 | 16 | 8 | 42 | 142 | C | 1E |
| Octal | 126 | 103 | 117 | 0 | 26 | 10 | 102 | 502 | 14 | 36 |
| Binary | 1010110 | 1000011 | 1001111 | 0 | 10110 | 1000 | 1000010 | 101000010 | 1100 | 11110 |
Color Harmonies of #56434F
Complementary color
Monochromatic Colors of #56434F
Black with #56434F
Text Example
Text Example
White with #56434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56434F; }
p { color: rgb(86,67,79); }
H1.HeaderClassName
{
color: #56434F;
}
.AnyTagClassName
{
color: #56434F;
}
</style>
background-color css
<style>
a { background-color: #56434F; }
a { background-color: rgb(86,67,79); }
div.DivClassName
{
background-color: #56434F;
}
.BgClassName
{
background-color: #56434F;
}
</style>
border-color css
<style>
span { border-color: #56434F; }
span { border-color: rgb(86,67,79); }
td.TdClassName
{
border-color: #56434F;
}
.TagClassName
{
border-color: #56434F;
}
</style>