Shades of Liver #5E555B
Tints of Liver #5E555B
RGB
CMYK
RGB Variations
Color information
#5E555B (or 0x5E555B) is known color: Liver. HEX triplet: 5E, 55 and 5B. RGB value is (94,85,91). Sum of RGB (Red+Green+Blue) = 94+85+91=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 94 - color contains mainly: red. Hex color #5E555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E555B is #A1AAA4. Grayscale: #585858. Windows color (decimal): -10594981 or 5985630. OLE color: 5985630.
HSL color Cylindrical-coordinate representation of color #5E555B: hue angle of 320º 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 #5E555B is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 85 | 91 | - |
CMYK | 0 | 0.10 | 0.03 | 0.63 |
HSL | 320º | 0.05% | 0.35% | - |
HSV(B) | 320º | 0.1% | 0.37% | - |
XYZ | 9.75 | 9.63 | 11.24 | - |
YUV | 88.38 | 129.48 | 132.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 85 | 91 | 0 | 0.10 | 0.03 | 0.63 | 320 | 0.05 | 0.35 |
Hex | 5E | 55 | 5B | 0 | A | 3 | 3F | 140 | 5 | 23 |
Octal | 136 | 125 | 133 | 0 | 12 | 3 | 77 | 500 | 5 | 43 |
Binary | 1011110 | 1010101 | 1011011 | 0 | 1010 | 11 | 111111 | 101000000 | 101 | 100011 |
Color Harmonies of #5E555B
Complementary color
Monochromatic Colors of #5E555B
Black with #5E555B
Text Example
Text Example
White with #5E555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E555B; }
p { color: rgb(94,85,91); }
H1.HeaderClassName
{
color: #5E555B;
}
.AnyTagClassName
{
color: #5E555B;
}
</style>
background-color css
<style>
a { background-color: #5E555B; }
a { background-color: rgb(94,85,91); }
div.DivClassName
{
background-color: #5E555B;
}
.BgClassName
{
background-color: #5E555B;
}
</style>
border-color css
<style>
span { border-color: #5E555B; }
span { border-color: rgb(94,85,91); }
td.TdClassName
{
border-color: #5E555B;
}
.TagClassName
{
border-color: #5E555B;
}
</style>