Shades of Liver #593B4B
Tints of Liver #593B4B
RGB
CMYK
RGB Variations
Color information
#593B4B (or 0x593B4B) is known color: Liver. HEX triplet: 59, 3B and 4B. RGB value is (89,59,75). Sum of RGB (Red+Green+Blue) = 89+59+75=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #593B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593B4B is #A6C4B4. Grayscale: #454545. Windows color (decimal): -10929333 or 4930393. OLE color: 4930393.
HSL color Cylindrical-coordinate representation of color #593B4B: hue angle of 328º 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 #593B4B is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 59 | 75 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.65 |
| HSL | 328º | 0.2% | 0.29% | - |
| HSV(B) | 328º | 0.34% | 0.35% | - |
| XYZ | 6.95 | 5.76 | 7.4 | - |
| YUV | 69.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 75 | 0 | 0.34 | 0.16 | 0.65 | 328 | 0.2 | 0.29 |
| Hex | 59 | 3B | 4B | 0 | 22 | 10 | 41 | 148 | 14 | 1D |
| Octal | 131 | 73 | 113 | 0 | 42 | 20 | 101 | 510 | 24 | 35 |
| Binary | 1011001 | 111011 | 1001011 | 0 | 100010 | 10000 | 1000001 | 101001000 | 10100 | 11101 |
Color Harmonies of #593B4B
Complementary color
Monochromatic Colors of #593B4B
Black with #593B4B
Text Example
Text Example
White with #593B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593B4B; }
p { color: rgb(89,59,75); }
H1.HeaderClassName
{
color: #593B4B;
}
.AnyTagClassName
{
color: #593B4B;
}
</style>
background-color css
<style>
a { background-color: #593B4B; }
a { background-color: rgb(89,59,75); }
div.DivClassName
{
background-color: #593B4B;
}
.BgClassName
{
background-color: #593B4B;
}
</style>
border-color css
<style>
span { border-color: #593B4B; }
span { border-color: rgb(89,59,75); }
td.TdClassName
{
border-color: #593B4B;
}
.TagClassName
{
border-color: #593B4B;
}
</style>