Shades of Liver #593C4D
Tints of Liver #593C4D
RGB
CMYK
RGB Variations
Color information
#593C4D (or 0x593C4D) is known color: Liver. HEX triplet: 59, 3C and 4D. RGB value is (89,60,77). Sum of RGB (Red+Green+Blue) = 89+60+77=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #593C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593C4D is #A6C3B2. Grayscale: #464646. Windows color (decimal): -10929075 or 5061721. OLE color: 5061721.
HSL color Cylindrical-coordinate representation of color #593C4D: hue angle of 324.83º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #593C4D is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 60 | 77 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.65 |
| HSL | 324.83º | 0.19% | 0.29% | - |
| HSV(B) | 324.83º | 0.33% | 0.35% | - |
| XYZ | 7.08 | 5.89 | 7.79 | - |
| YUV | 70.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 77 | 0 | 0.33 | 0.13 | 0.65 | 324.83 | 0.19 | 0.29 |
| Hex | 59 | 3C | 4D | 0 | 21 | D | 41 | 145 | 13 | 1D |
| Octal | 131 | 74 | 115 | 0 | 41 | 15 | 101 | 505 | 23 | 35 |
| Binary | 1011001 | 111100 | 1001101 | 0 | 100001 | 1101 | 1000001 | 101000101 | 10011 | 11101 |
Color Harmonies of #593C4D
Complementary color
Monochromatic Colors of #593C4D
Black with #593C4D
Text Example
Text Example
White with #593C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593C4D; }
p { color: rgb(89,60,77); }
H1.HeaderClassName
{
color: #593C4D;
}
.AnyTagClassName
{
color: #593C4D;
}
</style>
background-color css
<style>
a { background-color: #593C4D; }
a { background-color: rgb(89,60,77); }
div.DivClassName
{
background-color: #593C4D;
}
.BgClassName
{
background-color: #593C4D;
}
</style>
border-color css
<style>
span { border-color: #593C4D; }
span { border-color: rgb(89,60,77); }
td.TdClassName
{
border-color: #593C4D;
}
.TagClassName
{
border-color: #593C4D;
}
</style>