Shades of Liver #5A404C
Tints of Liver #5A404C
RGB
CMYK
RGB Variations
Color information
#5A404C (or 0x5A404C) is known color: Liver. HEX triplet: 5A, 40 and 4C. RGB value is (90,64,76). Sum of RGB (Red+Green+Blue) = 90+64+76=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A404C is #A5BFB3. Grayscale: #494949. Windows color (decimal): -10862516 or 4997210. OLE color: 4997210.
HSL color Cylindrical-coordinate representation of color #5A404C: hue angle of 332.31º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A404C is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 76 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.65 |
| HSL | 332.31º | 0.17% | 0.3% | - |
| HSV(B) | 332.31º | 0.29% | 0.35% | - |
| XYZ | 7.35 | 6.36 | 7.68 | - |
| YUV | 73.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 76 | 0 | 0.29 | 0.16 | 0.65 | 332.31 | 0.17 | 0.3 |
| Hex | 5A | 40 | 4C | 0 | 1D | 10 | 41 | 14C | 11 | 1E |
| Octal | 132 | 100 | 114 | 0 | 35 | 20 | 101 | 514 | 21 | 36 |
| Binary | 1011010 | 1000000 | 1001100 | 0 | 11101 | 10000 | 1000001 | 101001100 | 10001 | 11110 |
Color Harmonies of #5A404C
Complementary color
Monochromatic Colors of #5A404C
Black with #5A404C
Text Example
Text Example
White with #5A404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A404C; }
p { color: rgb(90,64,76); }
H1.HeaderClassName
{
color: #5A404C;
}
.AnyTagClassName
{
color: #5A404C;
}
</style>
background-color css
<style>
a { background-color: #5A404C; }
a { background-color: rgb(90,64,76); }
div.DivClassName
{
background-color: #5A404C;
}
.BgClassName
{
background-color: #5A404C;
}
</style>
border-color css
<style>
span { border-color: #5A404C; }
span { border-color: rgb(90,64,76); }
td.TdClassName
{
border-color: #5A404C;
}
.TagClassName
{
border-color: #5A404C;
}
</style>