Shades of Liver #563C4B
Tints of Liver #563C4B
RGB
CMYK
RGB Variations
Color information
#563C4B (or 0x563C4B) is known color: Liver. HEX triplet: 56, 3C and 4B. RGB value is (86,60,75). Sum of RGB (Red+Green+Blue) = 86+60+75=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C4B is #A9C3B4. Grayscale: #454545. Windows color (decimal): -11125685 or 4930646. OLE color: 4930646.
HSL color Cylindrical-coordinate representation of color #563C4B: hue angle of 325.38º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C4B is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 75 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.66 |
| HSL | 325.38º | 0.18% | 0.29% | - |
| HSV(B) | 325.38º | 0.3% | 0.34% | - |
| XYZ | 6.72 | 5.72 | 7.41 | - |
| YUV | 69.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 75 | 0 | 0.30 | 0.13 | 0.66 | 325.38 | 0.18 | 0.29 |
| Hex | 56 | 3C | 4B | 0 | 1E | D | 42 | 145 | 12 | 1D |
| Octal | 126 | 74 | 113 | 0 | 36 | 15 | 102 | 505 | 22 | 35 |
| Binary | 1010110 | 111100 | 1001011 | 0 | 11110 | 1101 | 1000010 | 101000101 | 10010 | 11101 |
Color Harmonies of #563C4B
Complementary color
Monochromatic Colors of #563C4B
Black with #563C4B
Text Example
Text Example
White with #563C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C4B; }
p { color: rgb(86,60,75); }
H1.HeaderClassName
{
color: #563C4B;
}
.AnyTagClassName
{
color: #563C4B;
}
</style>
background-color css
<style>
a { background-color: #563C4B; }
a { background-color: rgb(86,60,75); }
div.DivClassName
{
background-color: #563C4B;
}
.BgClassName
{
background-color: #563C4B;
}
</style>
border-color css
<style>
span { border-color: #563C4B; }
span { border-color: rgb(86,60,75); }
td.TdClassName
{
border-color: #563C4B;
}
.TagClassName
{
border-color: #563C4B;
}
</style>