Shades of Liver #544850
Tints of Liver #544850
RGB
CMYK
RGB Variations
Color information
#544850 (or 0x544850) is known color: Liver. HEX triplet: 54, 48 and 50. RGB value is (84,72,80). Sum of RGB (Red+Green+Blue) = 84+72+80=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544850 is #ABB7AF. Grayscale: #4C4C4C. Windows color (decimal): -11253680 or 5261396. OLE color: 5261396.
HSL color Cylindrical-coordinate representation of color #544850: hue angle of 320º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #544850 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 80 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.67 |
| HSL | 320º | 0.08% | 0.31% | - |
| HSV(B) | 320º | 0.14% | 0.33% | - |
| XYZ | 7.42 | 7.1 | 8.57 | - |
| YUV | 76.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 80 | 0 | 0.14 | 0.05 | 0.67 | 320 | 0.08 | 0.31 |
| Hex | 54 | 48 | 50 | 0 | E | 5 | 43 | 140 | 8 | 1F |
| Octal | 124 | 110 | 120 | 0 | 16 | 5 | 103 | 500 | 10 | 37 |
| Binary | 1010100 | 1001000 | 1010000 | 0 | 1110 | 101 | 1000011 | 101000000 | 1000 | 11111 |
Color Harmonies of #544850
Complementary color
Monochromatic Colors of #544850
Black with #544850
Text Example
Text Example
White with #544850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544850; }
p { color: rgb(84,72,80); }
H1.HeaderClassName
{
color: #544850;
}
.AnyTagClassName
{
color: #544850;
}
</style>
background-color css
<style>
a { background-color: #544850; }
a { background-color: rgb(84,72,80); }
div.DivClassName
{
background-color: #544850;
}
.BgClassName
{
background-color: #544850;
}
</style>
border-color css
<style>
span { border-color: #544850; }
span { border-color: rgb(84,72,80); }
td.TdClassName
{
border-color: #544850;
}
.TagClassName
{
border-color: #544850;
}
</style>