Shades of Liver #593B4C
Tints of Liver #593B4C
RGB
CMYK
RGB Variations
Color information
#593B4C (or 0x593B4C) is known color: Liver. HEX triplet: 59, 3B and 4C. RGB value is (89,59,76). Sum of RGB (Red+Green+Blue) = 89+59+76=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #593B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593B4C is #A6C4B3. Grayscale: #454545. Windows color (decimal): -10929332 or 4995929. OLE color: 4995929.
HSL color Cylindrical-coordinate representation of color #593B4C: hue angle of 326º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #593B4C is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 59 | 76 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.65 |
| HSL | 326º | 0.2% | 0.29% | - |
| HSV(B) | 326º | 0.34% | 0.35% | - |
| XYZ | 6.99 | 5.77 | 7.58 | - |
| YUV | 69.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 76 | 0 | 0.34 | 0.15 | 0.65 | 326 | 0.2 | 0.29 |
| Hex | 59 | 3B | 4C | 0 | 22 | F | 41 | 146 | 14 | 1D |
| Octal | 131 | 73 | 114 | 0 | 42 | 17 | 101 | 506 | 24 | 35 |
| Binary | 1011001 | 111011 | 1001100 | 0 | 100010 | 1111 | 1000001 | 101000110 | 10100 | 11101 |
Color Harmonies of #593B4C
Complementary color
Monochromatic Colors of #593B4C
Black with #593B4C
Text Example
Text Example
White with #593B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593B4C; }
p { color: rgb(89,59,76); }
H1.HeaderClassName
{
color: #593B4C;
}
.AnyTagClassName
{
color: #593B4C;
}
</style>
background-color css
<style>
a { background-color: #593B4C; }
a { background-color: rgb(89,59,76); }
div.DivClassName
{
background-color: #593B4C;
}
.BgClassName
{
background-color: #593B4C;
}
</style>
border-color css
<style>
span { border-color: #593B4C; }
span { border-color: rgb(89,59,76); }
td.TdClassName
{
border-color: #593B4C;
}
.TagClassName
{
border-color: #593B4C;
}
</style>