Shades of Liver #5D595B
Tints of Liver #5D595B
RGB
CMYK
RGB Variations
Color information
#5D595B (or 0x5D595B) is known color: Liver. HEX triplet: 5D, 59 and 5B. RGB value is (93,89,91). Sum of RGB (Red+Green+Blue) = 93+89+91=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 93 - color contains mainly: red. Hex color #5D595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D595B is #A2A6A4. Grayscale: #5A5A5A. Windows color (decimal): -10659493 or 5986653. OLE color: 5986653.
HSL color Cylindrical-coordinate representation of color #5D595B: hue angle of 330º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5D595B is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 89 | 91 | - |
CMYK | 0 | 0.04 | 0.02 | 0.64 |
HSL | 330º | 0.02% | 0.36% | - |
HSV(B) | 330º | 0.04% | 0.36% | - |
XYZ | 9.97 | 10.23 | 11.35 | - |
YUV | 90.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 89 | 91 | 0 | 0.04 | 0.02 | 0.64 | 330 | 0.02 | 0.36 |
Hex | 5D | 59 | 5B | 0 | 4 | 2 | 40 | 14A | 2 | 24 |
Octal | 135 | 131 | 133 | 0 | 4 | 2 | 100 | 512 | 2 | 44 |
Binary | 1011101 | 1011001 | 1011011 | 0 | 100 | 10 | 1000000 | 101001010 | 10 | 100100 |
Color Harmonies of #5D595B
Complementary color
Monochromatic Colors of #5D595B
Black with #5D595B
Text Example
Text Example
White with #5D595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D595B; }
p { color: rgb(93,89,91); }
H1.HeaderClassName
{
color: #5D595B;
}
.AnyTagClassName
{
color: #5D595B;
}
</style>
background-color css
<style>
a { background-color: #5D595B; }
a { background-color: rgb(93,89,91); }
div.DivClassName
{
background-color: #5D595B;
}
.BgClassName
{
background-color: #5D595B;
}
</style>
border-color css
<style>
span { border-color: #5D595B; }
span { border-color: rgb(93,89,91); }
td.TdClassName
{
border-color: #5D595B;
}
.TagClassName
{
border-color: #5D595B;
}
</style>