Shades of Liver #5A5155
Tints of Liver #5A5155
RGB
CMYK
RGB Variations
Color information
#5A5155 (or 0x5A5155) is known color: Liver. HEX triplet: 5A, 51 and 55. RGB value is (90,81,85). Sum of RGB (Red+Green+Blue) = 90+81+85=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5155 is #A5AEAA. Grayscale: #545454. Windows color (decimal): -10858155 or 5591386. OLE color: 5591386.
HSL color Cylindrical-coordinate representation of color #5A5155: hue angle of 333.33º 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 #5A5155 is Cyan = 0, Magento = 0.1, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 85 | - |
| CMYK | 0 | 0.1 | 0.06 | 0.65 |
| HSL | 333.33º | 0.05% | 0.34% | - |
| HSV(B) | 333.33º | 0.1% | 0.35% | - |
| XYZ | 8.8 | 8.71 | 9.81 | - |
| YUV | 84.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 85 | 0 | 0.1 | 0.06 | 0.65 | 333.33 | 0.05 | 0.34 |
| Hex | 5A | 51 | 55 | 0 | A | 6 | 41 | 14D | 5 | 22 |
| Octal | 132 | 121 | 125 | 0 | 12 | 6 | 101 | 515 | 5 | 42 |
| Binary | 1011010 | 1010001 | 1010101 | 0 | 1010 | 110 | 1000001 | 101001101 | 101 | 100010 |
Color Harmonies of #5A5155
Complementary color
Monochromatic Colors of #5A5155
Black with #5A5155
Text Example
Text Example
White with #5A5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5155; }
p { color: rgb(90,81,85); }
H1.HeaderClassName
{
color: #5A5155;
}
.AnyTagClassName
{
color: #5A5155;
}
</style>
background-color css
<style>
a { background-color: #5A5155; }
a { background-color: rgb(90,81,85); }
div.DivClassName
{
background-color: #5A5155;
}
.BgClassName
{
background-color: #5A5155;
}
</style>
border-color css
<style>
span { border-color: #5A5155; }
span { border-color: rgb(90,81,85); }
td.TdClassName
{
border-color: #5A5155;
}
.TagClassName
{
border-color: #5A5155;
}
</style>