Shades of Liver #5A444E
Tints of Liver #5A444E
RGB
CMYK
RGB Variations
Color information
#5A444E (or 0x5A444E) is known color: Liver. HEX triplet: 5A, 44 and 4E. RGB value is (90,68,78). Sum of RGB (Red+Green+Blue) = 90+68+78=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A444E is #A5BBB1. Grayscale: #4B4B4B. Windows color (decimal): -10861490 or 5129306. OLE color: 5129306.
HSL color Cylindrical-coordinate representation of color #5A444E: hue angle of 332.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A444E is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 68 | 78 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.65 |
| HSL | 332.73º | 0.14% | 0.31% | - |
| HSV(B) | 332.73º | 0.24% | 0.35% | - |
| XYZ | 7.66 | 6.86 | 8.13 | - |
| YUV | 75.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 78 | 0 | 0.24 | 0.13 | 0.65 | 332.73 | 0.14 | 0.31 |
| Hex | 5A | 44 | 4E | 0 | 18 | D | 41 | 14D | E | 1F |
| Octal | 132 | 104 | 116 | 0 | 30 | 15 | 101 | 515 | 16 | 37 |
| Binary | 1011010 | 1000100 | 1001110 | 0 | 11000 | 1101 | 1000001 | 101001101 | 1110 | 11111 |
Color Harmonies of #5A444E
Complementary color
Monochromatic Colors of #5A444E
Black with #5A444E
Text Example
Text Example
White with #5A444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A444E; }
p { color: rgb(90,68,78); }
H1.HeaderClassName
{
color: #5A444E;
}
.AnyTagClassName
{
color: #5A444E;
}
</style>
background-color css
<style>
a { background-color: #5A444E; }
a { background-color: rgb(90,68,78); }
div.DivClassName
{
background-color: #5A444E;
}
.BgClassName
{
background-color: #5A444E;
}
</style>
border-color css
<style>
span { border-color: #5A444E; }
span { border-color: rgb(90,68,78); }
td.TdClassName
{
border-color: #5A444E;
}
.TagClassName
{
border-color: #5A444E;
}
</style>