Shades of Liver #593D4E
Tints of Liver #593D4E
RGB
CMYK
RGB Variations
Color information
#593D4E (or 0x593D4E) is known color: Liver. HEX triplet: 59, 3D and 4E. RGB value is (89,61,78). Sum of RGB (Red+Green+Blue) = 89+61+78=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #593D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #593D4E is #A6C2B1. Grayscale: #474747. Windows color (decimal): -10928818 or 5127513. OLE color: 5127513.
HSL color Cylindrical-coordinate representation of color #593D4E: hue angle of 323.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D4E is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 78 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.65 |
| HSL | 323.57º | 0.19% | 0.29% | - |
| HSV(B) | 323.57º | 0.31% | 0.35% | - |
| XYZ | 7.16 | 6.01 | 7.99 | - |
| YUV | 71.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 78 | 0 | 0.31 | 0.12 | 0.65 | 323.57 | 0.19 | 0.29 |
| Hex | 59 | 3D | 4E | 0 | 1F | C | 41 | 144 | 13 | 1D |
| Octal | 131 | 75 | 116 | 0 | 37 | 14 | 101 | 504 | 23 | 35 |
| Binary | 1011001 | 111101 | 1001110 | 0 | 11111 | 1100 | 1000001 | 101000100 | 10011 | 11101 |
Color Harmonies of #593D4E
Complementary color
Monochromatic Colors of #593D4E
Black with #593D4E
Text Example
Text Example
White with #593D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D4E; }
p { color: rgb(89,61,78); }
H1.HeaderClassName
{
color: #593D4E;
}
.AnyTagClassName
{
color: #593D4E;
}
</style>
background-color css
<style>
a { background-color: #593D4E; }
a { background-color: rgb(89,61,78); }
div.DivClassName
{
background-color: #593D4E;
}
.BgClassName
{
background-color: #593D4E;
}
</style>
border-color css
<style>
span { border-color: #593D4E; }
span { border-color: rgb(89,61,78); }
td.TdClassName
{
border-color: #593D4E;
}
.TagClassName
{
border-color: #593D4E;
}
</style>