Shades of Liver #564C51
Tints of Liver #564C51
RGB
CMYK
RGB Variations
Color information
#564C51 (or 0x564C51) is known color: Liver. HEX triplet: 56, 4C and 51. RGB value is (86,76,81). Sum of RGB (Red+Green+Blue) = 86+76+81=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #564C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C51 is #A9B3AE. Grayscale: #4F4F4F. Windows color (decimal): -11121583 or 5327958. OLE color: 5327958.
HSL color Cylindrical-coordinate representation of color #564C51: hue angle of 330º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564C51 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 81 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.66 |
| HSL | 330º | 0.06% | 0.32% | - |
| HSV(B) | 330º | 0.12% | 0.34% | - |
| XYZ | 7.91 | 7.74 | 8.86 | - |
| YUV | 79.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 81 | 0 | 0.12 | 0.06 | 0.66 | 330 | 0.06 | 0.32 |
| Hex | 56 | 4C | 51 | 0 | C | 6 | 42 | 14A | 6 | 20 |
| Octal | 126 | 114 | 121 | 0 | 14 | 6 | 102 | 512 | 6 | 40 |
| Binary | 1010110 | 1001100 | 1010001 | 0 | 1100 | 110 | 1000010 | 101001010 | 110 | 100000 |
Color Harmonies of #564C51
Complementary color
Monochromatic Colors of #564C51
Black with #564C51
Text Example
Text Example
White with #564C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C51; }
p { color: rgb(86,76,81); }
H1.HeaderClassName
{
color: #564C51;
}
.AnyTagClassName
{
color: #564C51;
}
</style>
background-color css
<style>
a { background-color: #564C51; }
a { background-color: rgb(86,76,81); }
div.DivClassName
{
background-color: #564C51;
}
.BgClassName
{
background-color: #564C51;
}
</style>
border-color css
<style>
span { border-color: #564C51; }
span { border-color: rgb(86,76,81); }
td.TdClassName
{
border-color: #564C51;
}
.TagClassName
{
border-color: #564C51;
}
</style>