Shades of Liver #564C52
Tints of Liver #564C52
RGB
CMYK
RGB Variations
Color information
#564C52 (or 0x564C52) is known color: Liver. HEX triplet: 56, 4C and 52. RGB value is (86,76,82). Sum of RGB (Red+Green+Blue) = 86+76+82=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 86 - color contains mainly: red. Hex color #564C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C52 is #A9B3AD. Grayscale: #4F4F4F. Windows color (decimal): -11121582 or 5393494. OLE color: 5393494.
HSL color Cylindrical-coordinate representation of color #564C52: hue angle of 324º 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 #564C52 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 82 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.66 |
| HSL | 324º | 0.06% | 0.32% | - |
| HSV(B) | 324º | 0.12% | 0.34% | - |
| XYZ | 7.95 | 7.76 | 9.06 | - |
| YUV | 79.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 82 | 0 | 0.12 | 0.05 | 0.66 | 324 | 0.06 | 0.32 |
| Hex | 56 | 4C | 52 | 0 | C | 5 | 42 | 144 | 6 | 20 |
| Octal | 126 | 114 | 122 | 0 | 14 | 5 | 102 | 504 | 6 | 40 |
| Binary | 1010110 | 1001100 | 1010010 | 0 | 1100 | 101 | 1000010 | 101000100 | 110 | 100000 |
Color Harmonies of #564C52
Complementary color
Monochromatic Colors of #564C52
Black with #564C52
Text Example
Text Example
White with #564C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C52; }
p { color: rgb(86,76,82); }
H1.HeaderClassName
{
color: #564C52;
}
.AnyTagClassName
{
color: #564C52;
}
</style>
background-color css
<style>
a { background-color: #564C52; }
a { background-color: rgb(86,76,82); }
div.DivClassName
{
background-color: #564C52;
}
.BgClassName
{
background-color: #564C52;
}
</style>
border-color css
<style>
span { border-color: #564C52; }
span { border-color: rgb(86,76,82); }
td.TdClassName
{
border-color: #564C52;
}
.TagClassName
{
border-color: #564C52;
}
</style>