Shades of Liver #5A4C51
Tints of Liver #5A4C51
RGB
CMYK
RGB Variations
Color information
#5A4C51 (or 0x5A4C51) is known color: Liver. HEX triplet: 5A, 4C and 51. RGB value is (90,76,81). Sum of RGB (Red+Green+Blue) = 90+76+81=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4C51 is #A5B3AE. Grayscale: #505050. Windows color (decimal): -10859439 or 5327962. OLE color: 5327962.
HSL color Cylindrical-coordinate representation of color #5A4C51: hue angle of 338.57º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A4C51 is Cyan = 0, Magento = 0.16, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 81 | - |
| CMYK | 0 | 0.16 | 0.1 | 0.65 |
| HSL | 338.57º | 0.08% | 0.33% | - |
| HSV(B) | 338.57º | 0.16% | 0.35% | - |
| XYZ | 8.29 | 7.94 | 8.88 | - |
| YUV | 80.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 81 | 0 | 0.16 | 0.1 | 0.65 | 338.57 | 0.08 | 0.33 |
| Hex | 5A | 4C | 51 | 0 | 10 | A | 41 | 153 | 8 | 21 |
| Octal | 132 | 114 | 121 | 0 | 20 | 12 | 101 | 523 | 10 | 41 |
| Binary | 1011010 | 1001100 | 1010001 | 0 | 10000 | 1010 | 1000001 | 101010011 | 1000 | 100001 |
Color Harmonies of #5A4C51
Complementary color
Monochromatic Colors of #5A4C51
Black with #5A4C51
Text Example
Text Example
White with #5A4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C51; }
p { color: rgb(90,76,81); }
H1.HeaderClassName
{
color: #5A4C51;
}
.AnyTagClassName
{
color: #5A4C51;
}
</style>
background-color css
<style>
a { background-color: #5A4C51; }
a { background-color: rgb(90,76,81); }
div.DivClassName
{
background-color: #5A4C51;
}
.BgClassName
{
background-color: #5A4C51;
}
</style>
border-color css
<style>
span { border-color: #5A4C51; }
span { border-color: rgb(90,76,81); }
td.TdClassName
{
border-color: #5A4C51;
}
.TagClassName
{
border-color: #5A4C51;
}
</style>