Shades of Liver #5A5557
Tints of Liver #5A5557
RGB
CMYK
RGB Variations
Color information
#5A5557 (or 0x5A5557) is known color: Liver. HEX triplet: 5A, 55 and 57. RGB value is (90,85,87). Sum of RGB (Red+Green+Blue) = 90+85+87=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5557 is #A5AAA8. Grayscale: #565656. Windows color (decimal): -10857129 or 5723482. OLE color: 5723482.
HSL color Cylindrical-coordinate representation of color #5A5557: hue angle of 336º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A5557 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 87 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.65 |
| HSL | 336º | 0.03% | 0.34% | - |
| HSV(B) | 336º | 0.06% | 0.35% | - |
| XYZ | 9.19 | 9.36 | 10.34 | - |
| YUV | 86.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 87 | 0 | 0.06 | 0.03 | 0.65 | 336 | 0.03 | 0.34 |
| Hex | 5A | 55 | 57 | 0 | 6 | 3 | 41 | 150 | 3 | 22 |
| Octal | 132 | 125 | 127 | 0 | 6 | 3 | 101 | 520 | 3 | 42 |
| Binary | 1011010 | 1010101 | 1010111 | 0 | 110 | 11 | 1000001 | 101010000 | 11 | 100010 |
Color Harmonies of #5A5557
Complementary color
Monochromatic Colors of #5A5557
Black with #5A5557
Text Example
Text Example
White with #5A5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5557; }
p { color: rgb(90,85,87); }
H1.HeaderClassName
{
color: #5A5557;
}
.AnyTagClassName
{
color: #5A5557;
}
</style>
background-color css
<style>
a { background-color: #5A5557; }
a { background-color: rgb(90,85,87); }
div.DivClassName
{
background-color: #5A5557;
}
.BgClassName
{
background-color: #5A5557;
}
</style>
border-color css
<style>
span { border-color: #5A5557; }
span { border-color: rgb(90,85,87); }
td.TdClassName
{
border-color: #5A5557;
}
.TagClassName
{
border-color: #5A5557;
}
</style>