Shades of Liver #564A51
Tints of Liver #564A51
RGB
CMYK
RGB Variations
Color information
#564A51 (or 0x564A51) is known color: Liver. HEX triplet: 56, 4A and 51. RGB value is (86,74,81). Sum of RGB (Red+Green+Blue) = 86+74+81=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #564A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A51 is #A9B5AE. Grayscale: #4E4E4E. Windows color (decimal): -11122095 or 5327446. OLE color: 5327446.
HSL color Cylindrical-coordinate representation of color #564A51: hue angle of 325º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #564A51 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 81 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.66 |
| HSL | 325º | 0.08% | 0.31% | - |
| HSV(B) | 325º | 0.14% | 0.34% | - |
| XYZ | 7.77 | 7.47 | 8.82 | - |
| YUV | 78.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 81 | 0 | 0.14 | 0.06 | 0.66 | 325 | 0.08 | 0.31 |
| Hex | 56 | 4A | 51 | 0 | E | 6 | 42 | 145 | 8 | 1F |
| Octal | 126 | 112 | 121 | 0 | 16 | 6 | 102 | 505 | 10 | 37 |
| Binary | 1010110 | 1001010 | 1010001 | 0 | 1110 | 110 | 1000010 | 101000101 | 1000 | 11111 |
Color Harmonies of #564A51
Complementary color
Monochromatic Colors of #564A51
Black with #564A51
Text Example
Text Example
White with #564A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A51; }
p { color: rgb(86,74,81); }
H1.HeaderClassName
{
color: #564A51;
}
.AnyTagClassName
{
color: #564A51;
}
</style>
background-color css
<style>
a { background-color: #564A51; }
a { background-color: rgb(86,74,81); }
div.DivClassName
{
background-color: #564A51;
}
.BgClassName
{
background-color: #564A51;
}
</style>
border-color css
<style>
span { border-color: #564A51; }
span { border-color: rgb(86,74,81); }
td.TdClassName
{
border-color: #564A51;
}
.TagClassName
{
border-color: #564A51;
}
</style>