Shades of Liver #5D585B
Tints of Liver #5D585B
RGB
CMYK
RGB Variations
Color information
#5D585B (or 0x5D585B) is known color: Liver. HEX triplet: 5D, 58 and 5B. RGB value is (93,88,91). Sum of RGB (Red+Green+Blue) = 93+88+91=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 93 - color contains mainly: red. Hex color #5D585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D585B is #A2A7A4. Grayscale: #595959. Windows color (decimal): -10659749 or 5986397. OLE color: 5986397.
HSL color Cylindrical-coordinate representation of color #5D585B: hue angle of 324º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D585B is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 91 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.64 |
| HSL | 324º | 0.03% | 0.35% | - |
| HSV(B) | 324º | 0.05% | 0.36% | - |
| XYZ | 9.89 | 10.06 | 11.32 | - |
| YUV | 89.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 91 | 0 | 0.05 | 0.02 | 0.64 | 324 | 0.03 | 0.35 |
| Hex | 5D | 58 | 5B | 0 | 5 | 2 | 40 | 144 | 3 | 23 |
| Octal | 135 | 130 | 133 | 0 | 5 | 2 | 100 | 504 | 3 | 43 |
| Binary | 1011101 | 1011000 | 1011011 | 0 | 101 | 10 | 1000000 | 101000100 | 11 | 100011 |
Color Harmonies of #5D585B
Complementary color
Monochromatic Colors of #5D585B
Black with #5D585B
Text Example
Text Example
White with #5D585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D585B; }
p { color: rgb(93,88,91); }
H1.HeaderClassName
{
color: #5D585B;
}
.AnyTagClassName
{
color: #5D585B;
}
</style>
background-color css
<style>
a { background-color: #5D585B; }
a { background-color: rgb(93,88,91); }
div.DivClassName
{
background-color: #5D585B;
}
.BgClassName
{
background-color: #5D585B;
}
</style>
border-color css
<style>
span { border-color: #5D585B; }
span { border-color: rgb(93,88,91); }
td.TdClassName
{
border-color: #5D585B;
}
.TagClassName
{
border-color: #5D585B;
}
</style>