Shades of Liver #555153
Tints of Liver #555153
RGB
CMYK
RGB Variations
Color information
#555153 (or 0x555153) is known color: Liver. HEX triplet: 55, 51 and 53. RGB value is (85,81,83). Sum of RGB (Red+Green+Blue) = 85+81+83=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 85 - color contains mainly: red. Hex color #555153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555153 is #AAAEAC. Grayscale: #525252. Windows color (decimal): -11185837 or 5460309. OLE color: 5460309.
HSL color Cylindrical-coordinate representation of color #555153: hue angle of 330º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #555153 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 83 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.67 |
| HSL | 330º | 0.02% | 0.33% | - |
| HSV(B) | 330º | 0.05% | 0.33% | - |
| XYZ | 8.25 | 8.44 | 9.38 | - |
| YUV | 82.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 83 | 0 | 0.05 | 0.02 | 0.67 | 330 | 0.02 | 0.33 |
| Hex | 55 | 51 | 53 | 0 | 5 | 2 | 43 | 14A | 2 | 21 |
| Octal | 125 | 121 | 123 | 0 | 5 | 2 | 103 | 512 | 2 | 41 |
| Binary | 1010101 | 1010001 | 1010011 | 0 | 101 | 10 | 1000011 | 101001010 | 10 | 100001 |
Color Harmonies of #555153
Complementary color
Monochromatic Colors of #555153
Black with #555153
Text Example
Text Example
White with #555153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555153; }
p { color: rgb(85,81,83); }
H1.HeaderClassName
{
color: #555153;
}
.AnyTagClassName
{
color: #555153;
}
</style>
background-color css
<style>
a { background-color: #555153; }
a { background-color: rgb(85,81,83); }
div.DivClassName
{
background-color: #555153;
}
.BgClassName
{
background-color: #555153;
}
</style>
border-color css
<style>
span { border-color: #555153; }
span { border-color: rgb(85,81,83); }
td.TdClassName
{
border-color: #555153;
}
.TagClassName
{
border-color: #555153;
}
</style>