Shades of Liver #5A5457
Tints of Liver #5A5457
RGB
CMYK
RGB Variations
Color information
#5A5457 (or 0x5A5457) is known color: Liver. HEX triplet: 5A, 54 and 57. RGB value is (90,84,87). Sum of RGB (Red+Green+Blue) = 90+84+87=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5457 is #A5ABA8. Grayscale: #565656. Windows color (decimal): -10857385 or 5723226. OLE color: 5723226.
HSL color Cylindrical-coordinate representation of color #5A5457: hue angle of 330º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5457 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 87 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.65 |
| HSL | 330º | 0.03% | 0.34% | - |
| HSV(B) | 330º | 0.07% | 0.35% | - |
| XYZ | 9.11 | 9.2 | 10.31 | - |
| YUV | 86.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 87 | 0 | 0.07 | 0.03 | 0.65 | 330 | 0.03 | 0.34 |
| Hex | 5A | 54 | 57 | 0 | 7 | 3 | 41 | 14A | 3 | 22 |
| Octal | 132 | 124 | 127 | 0 | 7 | 3 | 101 | 512 | 3 | 42 |
| Binary | 1011010 | 1010100 | 1010111 | 0 | 111 | 11 | 1000001 | 101001010 | 11 | 100010 |
Color Harmonies of #5A5457
Complementary color
Monochromatic Colors of #5A5457
Black with #5A5457
Text Example
Text Example
White with #5A5457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5457; }
p { color: rgb(90,84,87); }
H1.HeaderClassName
{
color: #5A5457;
}
.AnyTagClassName
{
color: #5A5457;
}
</style>
background-color css
<style>
a { background-color: #5A5457; }
a { background-color: rgb(90,84,87); }
div.DivClassName
{
background-color: #5A5457;
}
.BgClassName
{
background-color: #5A5457;
}
</style>
border-color css
<style>
span { border-color: #5A5457; }
span { border-color: rgb(90,84,87); }
td.TdClassName
{
border-color: #5A5457;
}
.TagClassName
{
border-color: #5A5457;
}
</style>