Shades of Liver #563A4A
Tints of Liver #563A4A
RGB
CMYK
RGB Variations
Color information
#563A4A (or 0x563A4A) is known color: Liver. HEX triplet: 56, 3A and 4A. RGB value is (86,58,74). Sum of RGB (Red+Green+Blue) = 86+58+74=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #563A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A4A is #A9C5B5. Grayscale: #444444. Windows color (decimal): -11126198 or 4864598. OLE color: 4864598.
HSL color Cylindrical-coordinate representation of color #563A4A: hue angle of 325.71º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563A4A is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 74 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.66 |
| HSL | 325.71º | 0.19% | 0.28% | - |
| HSV(B) | 325.71º | 0.33% | 0.34% | - |
| XYZ | 6.59 | 5.5 | 7.19 | - |
| YUV | 68.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 74 | 0 | 0.33 | 0.14 | 0.66 | 325.71 | 0.19 | 0.28 |
| Hex | 56 | 3A | 4A | 0 | 21 | E | 42 | 146 | 13 | 1C |
| Octal | 126 | 72 | 112 | 0 | 41 | 16 | 102 | 506 | 23 | 34 |
| Binary | 1010110 | 111010 | 1001010 | 0 | 100001 | 1110 | 1000010 | 101000110 | 10011 | 11100 |
Color Harmonies of #563A4A
Complementary color
Monochromatic Colors of #563A4A
Black with #563A4A
Text Example
Text Example
White with #563A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A4A; }
p { color: rgb(86,58,74); }
H1.HeaderClassName
{
color: #563A4A;
}
.AnyTagClassName
{
color: #563A4A;
}
</style>
background-color css
<style>
a { background-color: #563A4A; }
a { background-color: rgb(86,58,74); }
div.DivClassName
{
background-color: #563A4A;
}
.BgClassName
{
background-color: #563A4A;
}
</style>
border-color css
<style>
span { border-color: #563A4A; }
span { border-color: rgb(86,58,74); }
td.TdClassName
{
border-color: #563A4A;
}
.TagClassName
{
border-color: #563A4A;
}
</style>