Shades of Liver #564B50
Tints of Liver #564B50
RGB
CMYK
RGB Variations
Color information
#564B50 (or 0x564B50) is known color: Liver. HEX triplet: 56, 4B and 50. RGB value is (86,75,80). Sum of RGB (Red+Green+Blue) = 86+75+80=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 86 - color contains mainly: red. Hex color #564B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B50 is #A9B4AF. Grayscale: #4E4E4E. Windows color (decimal): -11121840 or 5262166. OLE color: 5262166.
HSL color Cylindrical-coordinate representation of color #564B50: hue angle of 332.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564B50 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 80 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.66 |
| HSL | 332.73º | 0.07% | 0.32% | - |
| HSV(B) | 332.73º | 0.13% | 0.34% | - |
| XYZ | 7.8 | 7.59 | 8.64 | - |
| YUV | 78.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 80 | 0 | 0.13 | 0.07 | 0.66 | 332.73 | 0.07 | 0.32 |
| Hex | 56 | 4B | 50 | 0 | D | 7 | 42 | 14D | 7 | 20 |
| Octal | 126 | 113 | 120 | 0 | 15 | 7 | 102 | 515 | 7 | 40 |
| Binary | 1010110 | 1001011 | 1010000 | 0 | 1101 | 111 | 1000010 | 101001101 | 111 | 100000 |
Color Harmonies of #564B50
Complementary color
Monochromatic Colors of #564B50
Black with #564B50
Text Example
Text Example
White with #564B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B50; }
p { color: rgb(86,75,80); }
H1.HeaderClassName
{
color: #564B50;
}
.AnyTagClassName
{
color: #564B50;
}
</style>
background-color css
<style>
a { background-color: #564B50; }
a { background-color: rgb(86,75,80); }
div.DivClassName
{
background-color: #564B50;
}
.BgClassName
{
background-color: #564B50;
}
</style>
border-color css
<style>
span { border-color: #564B50; }
span { border-color: rgb(86,75,80); }
td.TdClassName
{
border-color: #564B50;
}
.TagClassName
{
border-color: #564B50;
}
</style>