Shades of Liver #554C50
Tints of Liver #554C50
RGB
CMYK
RGB Variations
Color information
#554C50 (or 0x554C50) is known color: Liver. HEX triplet: 55, 4C and 50. RGB value is (85,76,80). Sum of RGB (Red+Green+Blue) = 85+76+80=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #554C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C50 is #AAB3AF. Grayscale: #4F4F4F. Windows color (decimal): -11187120 or 5262421. OLE color: 5262421.
HSL color Cylindrical-coordinate representation of color #554C50: hue angle of 333.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #554C50 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 76 | 80 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.67 |
| HSL | 333.33º | 0.06% | 0.32% | - |
| HSV(B) | 333.33º | 0.11% | 0.33% | - |
| XYZ | 7.78 | 7.68 | 8.66 | - |
| YUV | 79.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 80 | 0 | 0.11 | 0.06 | 0.67 | 333.33 | 0.06 | 0.32 |
| Hex | 55 | 4C | 50 | 0 | B | 6 | 43 | 14D | 6 | 20 |
| Octal | 125 | 114 | 120 | 0 | 13 | 6 | 103 | 515 | 6 | 40 |
| Binary | 1010101 | 1001100 | 1010000 | 0 | 1011 | 110 | 1000011 | 101001101 | 110 | 100000 |
Color Harmonies of #554C50
Complementary color
Monochromatic Colors of #554C50
Black with #554C50
Text Example
Text Example
White with #554C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C50; }
p { color: rgb(85,76,80); }
H1.HeaderClassName
{
color: #554C50;
}
.AnyTagClassName
{
color: #554C50;
}
</style>
background-color css
<style>
a { background-color: #554C50; }
a { background-color: rgb(85,76,80); }
div.DivClassName
{
background-color: #554C50;
}
.BgClassName
{
background-color: #554C50;
}
</style>
border-color css
<style>
span { border-color: #554C50; }
span { border-color: rgb(85,76,80); }
td.TdClassName
{
border-color: #554C50;
}
.TagClassName
{
border-color: #554C50;
}
</style>