Shades of Liver #5A5156
Tints of Liver #5A5156
RGB
CMYK
RGB Variations
Color information
#5A5156 (or 0x5A5156) is known color: Liver. HEX triplet: 5A, 51 and 56. RGB value is (90,81,86). Sum of RGB (Red+Green+Blue) = 90+81+86=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5156 is #A5AEA9. Grayscale: #545454. Windows color (decimal): -10858154 or 5656922. OLE color: 5656922.
HSL color Cylindrical-coordinate representation of color #5A5156: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5156 is Cyan = 0, Magento = 0.1, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 86 | - |
| CMYK | 0 | 0.1 | 0.04 | 0.65 |
| HSL | 326.67º | 0.05% | 0.34% | - |
| HSV(B) | 326.67º | 0.1% | 0.35% | - |
| XYZ | 8.84 | 8.73 | 10.02 | - |
| YUV | 84.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 86 | 0 | 0.1 | 0.04 | 0.65 | 326.67 | 0.05 | 0.34 |
| Hex | 5A | 51 | 56 | 0 | A | 4 | 41 | 147 | 5 | 22 |
| Octal | 132 | 121 | 126 | 0 | 12 | 4 | 101 | 507 | 5 | 42 |
| Binary | 1011010 | 1010001 | 1010110 | 0 | 1010 | 100 | 1000001 | 101000111 | 101 | 100010 |
Color Harmonies of #5A5156
Complementary color
Monochromatic Colors of #5A5156
Black with #5A5156
Text Example
Text Example
White with #5A5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5156; }
p { color: rgb(90,81,86); }
H1.HeaderClassName
{
color: #5A5156;
}
.AnyTagClassName
{
color: #5A5156;
}
</style>
background-color css
<style>
a { background-color: #5A5156; }
a { background-color: rgb(90,81,86); }
div.DivClassName
{
background-color: #5A5156;
}
.BgClassName
{
background-color: #5A5156;
}
</style>
border-color css
<style>
span { border-color: #5A5156; }
span { border-color: rgb(90,81,86); }
td.TdClassName
{
border-color: #5A5156;
}
.TagClassName
{
border-color: #5A5156;
}
</style>