Shades of Liver #555254
Tints of Liver #555254
RGB
CMYK
RGB Variations
Color information
#555254 (or 0x555254) is known color: Liver. HEX triplet: 55, 52 and 54. RGB value is (85,82,84). Sum of RGB (Red+Green+Blue) = 85+82+84=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 85 - color contains mainly: red. Hex color #555254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555254 is #AAADAB. Grayscale: #535353. Windows color (decimal): -11185580 or 5526101. OLE color: 5526101.
HSL color Cylindrical-coordinate representation of color #555254: hue angle of 320º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555254 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 84 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.67 |
| HSL | 320º | 0.02% | 0.33% | - |
| HSV(B) | 320º | 0.04% | 0.33% | - |
| XYZ | 8.36 | 8.61 | 9.61 | - |
| YUV | 83.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 84 | 0 | 0.04 | 0.01 | 0.67 | 320 | 0.02 | 0.33 |
| Hex | 55 | 52 | 54 | 0 | 4 | 1 | 43 | 140 | 2 | 21 |
| Octal | 125 | 122 | 124 | 0 | 4 | 1 | 103 | 500 | 2 | 41 |
| Binary | 1010101 | 1010010 | 1010100 | 0 | 100 | 1 | 1000011 | 101000000 | 10 | 100001 |
Color Harmonies of #555254
Complementary color
Monochromatic Colors of #555254
Black with #555254
Text Example
Text Example
White with #555254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555254; }
p { color: rgb(85,82,84); }
H1.HeaderClassName
{
color: #555254;
}
.AnyTagClassName
{
color: #555254;
}
</style>
background-color css
<style>
a { background-color: #555254; }
a { background-color: rgb(85,82,84); }
div.DivClassName
{
background-color: #555254;
}
.BgClassName
{
background-color: #555254;
}
</style>
border-color css
<style>
span { border-color: #555254; }
span { border-color: rgb(85,82,84); }
td.TdClassName
{
border-color: #555254;
}
.TagClassName
{
border-color: #555254;
}
</style>