Shades of Liver #564F53
Tints of Liver #564F53
RGB
CMYK
RGB Variations
Color information
#564F53 (or 0x564F53) is known color: Liver. HEX triplet: 56, 4F and 53. RGB value is (86,79,83). Sum of RGB (Red+Green+Blue) = 86+79+83=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #564F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F53 is #A9B0AC. Grayscale: #515151. Windows color (decimal): -11120813 or 5459798. OLE color: 5459798.
HSL color Cylindrical-coordinate representation of color #564F53: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #564F53 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 83 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.66 |
| HSL | 325.71º | 0.04% | 0.32% | - |
| HSV(B) | 325.71º | 0.08% | 0.34% | - |
| XYZ | 8.2 | 8.19 | 9.33 | - |
| YUV | 81.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 83 | 0 | 0.08 | 0.03 | 0.66 | 325.71 | 0.04 | 0.32 |
| Hex | 56 | 4F | 53 | 0 | 8 | 3 | 42 | 146 | 4 | 20 |
| Octal | 126 | 117 | 123 | 0 | 10 | 3 | 102 | 506 | 4 | 40 |
| Binary | 1010110 | 1001111 | 1010011 | 0 | 1000 | 11 | 1000010 | 101000110 | 100 | 100000 |
Color Harmonies of #564F53
Complementary color
Monochromatic Colors of #564F53
Black with #564F53
Text Example
Text Example
White with #564F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F53; }
p { color: rgb(86,79,83); }
H1.HeaderClassName
{
color: #564F53;
}
.AnyTagClassName
{
color: #564F53;
}
</style>
background-color css
<style>
a { background-color: #564F53; }
a { background-color: rgb(86,79,83); }
div.DivClassName
{
background-color: #564F53;
}
.BgClassName
{
background-color: #564F53;
}
</style>
border-color css
<style>
span { border-color: #564F53; }
span { border-color: rgb(86,79,83); }
td.TdClassName
{
border-color: #564F53;
}
.TagClassName
{
border-color: #564F53;
}
</style>