Shades of Liver #563F4B
Tints of Liver #563F4B
RGB
CMYK
RGB Variations
Color information
#563F4B (or 0x563F4B) is known color: Liver. HEX triplet: 56, 3F and 4B. RGB value is (86,63,75). Sum of RGB (Red+Green+Blue) = 86+63+75=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #563F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F4B is #A9C0B4. Grayscale: #474747. Windows color (decimal): -11124917 or 4931414. OLE color: 4931414.
HSL color Cylindrical-coordinate representation of color #563F4B: hue angle of 328.7º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #563F4B is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 63 | 75 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.66 |
| HSL | 328.7º | 0.15% | 0.29% | - |
| HSV(B) | 328.7º | 0.27% | 0.34% | - |
| XYZ | 6.89 | 6.04 | 7.46 | - |
| YUV | 71.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 63 | 75 | 0 | 0.27 | 0.13 | 0.66 | 328.7 | 0.15 | 0.29 |
| Hex | 56 | 3F | 4B | 0 | 1B | D | 42 | 149 | F | 1D |
| Octal | 126 | 77 | 113 | 0 | 33 | 15 | 102 | 511 | 17 | 35 |
| Binary | 1010110 | 111111 | 1001011 | 0 | 11011 | 1101 | 1000010 | 101001001 | 1111 | 11101 |
Color Harmonies of #563F4B
Complementary color
Monochromatic Colors of #563F4B
Black with #563F4B
Text Example
Text Example
White with #563F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563F4B; }
p { color: rgb(86,63,75); }
H1.HeaderClassName
{
color: #563F4B;
}
.AnyTagClassName
{
color: #563F4B;
}
</style>
background-color css
<style>
a { background-color: #563F4B; }
a { background-color: rgb(86,63,75); }
div.DivClassName
{
background-color: #563F4B;
}
.BgClassName
{
background-color: #563F4B;
}
</style>
border-color css
<style>
span { border-color: #563F4B; }
span { border-color: rgb(86,63,75); }
td.TdClassName
{
border-color: #563F4B;
}
.TagClassName
{
border-color: #563F4B;
}
</style>