Shades of Liver #5A5859
Tints of Liver #5A5859
RGB
CMYK
RGB Variations
Color information
#5A5859 (or 0x5A5859) is known color: Liver. HEX triplet: 5A, 58 and 59. RGB value is (90,88,89). Sum of RGB (Red+Green+Blue) = 90+88+89=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5859 is #A5A7A6. Grayscale: #585858. Windows color (decimal): -10856359 or 5855322. OLE color: 5855322.
HSL color Cylindrical-coordinate representation of color #5A5859: hue angle of 330º degrees, saturation: 0.01, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #5A5859 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 88 | 89 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.65 |
| HSL | 330º | 0.01% | 0.35% | - |
| HSV(B) | 330º | 0.02% | 0.35% | - |
| XYZ | 9.51 | 9.87 | 10.86 | - |
| YUV | 88.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 89 | 0 | 0.02 | 0.01 | 0.65 | 330 | 0.01 | 0.35 |
| Hex | 5A | 58 | 59 | 0 | 2 | 1 | 41 | 14A | 1 | 23 |
| Octal | 132 | 130 | 131 | 0 | 2 | 1 | 101 | 512 | 1 | 43 |
| Binary | 1011010 | 1011000 | 1011001 | 0 | 10 | 1 | 1000001 | 101001010 | 1 | 100011 |
Color Harmonies of #5A5859
Complementary color
Monochromatic Colors of #5A5859
Black with #5A5859
Text Example
Text Example
White with #5A5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5859; }
p { color: rgb(90,88,89); }
H1.HeaderClassName
{
color: #5A5859;
}
.AnyTagClassName
{
color: #5A5859;
}
</style>
background-color css
<style>
a { background-color: #5A5859; }
a { background-color: rgb(90,88,89); }
div.DivClassName
{
background-color: #5A5859;
}
.BgClassName
{
background-color: #5A5859;
}
</style>
border-color css
<style>
span { border-color: #5A5859; }
span { border-color: rgb(90,88,89); }
td.TdClassName
{
border-color: #5A5859;
}
.TagClassName
{
border-color: #5A5859;
}
</style>