Shades of Liver #593F4C
Tints of Liver #593F4C
RGB
CMYK
RGB Variations
Color information
#593F4C (or 0x593F4C) is known color: Liver. HEX triplet: 59, 3F and 4C. RGB value is (89,63,76). Sum of RGB (Red+Green+Blue) = 89+63+76=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 89 - color contains mainly: red. Hex color #593F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F4C is #A6C0B3. Grayscale: #484848. Windows color (decimal): -10928308 or 4996953. OLE color: 4996953.
HSL color Cylindrical-coordinate representation of color #593F4C: hue angle of 330º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #593F4C is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 76 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.65 |
| HSL | 330º | 0.17% | 0.3% | - |
| HSV(B) | 330º | 0.29% | 0.35% | - |
| XYZ | 7.2 | 6.2 | 7.65 | - |
| YUV | 72.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 76 | 0 | 0.29 | 0.15 | 0.65 | 330 | 0.17 | 0.3 |
| Hex | 59 | 3F | 4C | 0 | 1D | F | 41 | 14A | 11 | 1E |
| Octal | 131 | 77 | 114 | 0 | 35 | 17 | 101 | 512 | 21 | 36 |
| Binary | 1011001 | 111111 | 1001100 | 0 | 11101 | 1111 | 1000001 | 101001010 | 10001 | 11110 |
Color Harmonies of #593F4C
Complementary color
Monochromatic Colors of #593F4C
Black with #593F4C
Text Example
Text Example
White with #593F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F4C; }
p { color: rgb(89,63,76); }
H1.HeaderClassName
{
color: #593F4C;
}
.AnyTagClassName
{
color: #593F4C;
}
</style>
background-color css
<style>
a { background-color: #593F4C; }
a { background-color: rgb(89,63,76); }
div.DivClassName
{
background-color: #593F4C;
}
.BgClassName
{
background-color: #593F4C;
}
</style>
border-color css
<style>
span { border-color: #593F4C; }
span { border-color: rgb(89,63,76); }
td.TdClassName
{
border-color: #593F4C;
}
.TagClassName
{
border-color: #593F4C;
}
</style>