Shades of Liver #5E555A
Tints of Liver #5E555A
RGB
CMYK
RGB Variations
Color information
#5E555A (or 0x5E555A) is known color: Liver. HEX triplet: 5E, 55 and 5A. RGB value is (94,85,90). Sum of RGB (Red+Green+Blue) = 94+85+90=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 94 - color contains mainly: red. Hex color #5E555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E555A is #A1AAA5. Grayscale: #585858. Windows color (decimal): -10594982 or 5920094. OLE color: 5920094.
HSL color Cylindrical-coordinate representation of color #5E555A: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E555A is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 90 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.63 |
| HSL | 326.67º | 0.05% | 0.35% | - |
| HSV(B) | 326.67º | 0.1% | 0.37% | - |
| XYZ | 9.71 | 9.61 | 11.02 | - |
| YUV | 88.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 90 | 0 | 0.10 | 0.04 | 0.63 | 326.67 | 0.05 | 0.35 |
| Hex | 5E | 55 | 5A | 0 | A | 4 | 3F | 147 | 5 | 23 |
| Octal | 136 | 125 | 132 | 0 | 12 | 4 | 77 | 507 | 5 | 43 |
| Binary | 1011110 | 1010101 | 1011010 | 0 | 1010 | 100 | 111111 | 101000111 | 101 | 100011 |
Color Harmonies of #5E555A
Complementary color
Monochromatic Colors of #5E555A
Black with #5E555A
Text Example
Text Example
White with #5E555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E555A; }
p { color: rgb(94,85,90); }
H1.HeaderClassName
{
color: #5E555A;
}
.AnyTagClassName
{
color: #5E555A;
}
</style>
background-color css
<style>
a { background-color: #5E555A; }
a { background-color: rgb(94,85,90); }
div.DivClassName
{
background-color: #5E555A;
}
.BgClassName
{
background-color: #5E555A;
}
</style>
border-color css
<style>
span { border-color: #5E555A; }
span { border-color: rgb(94,85,90); }
td.TdClassName
{
border-color: #5E555A;
}
.TagClassName
{
border-color: #5E555A;
}
</style>