Shades of Liver #544B50
Tints of Liver #544B50
RGB
CMYK
RGB Variations
Color information
#544B50 (or 0x544B50) is known color: Liver. HEX triplet: 54, 4B and 50. RGB value is (84,75,80). Sum of RGB (Red+Green+Blue) = 84+75+80=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #544B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B50 is #ABB4AF. Grayscale: #4E4E4E. Windows color (decimal): -11252912 or 5262164. OLE color: 5262164.
HSL color Cylindrical-coordinate representation of color #544B50: hue angle of 326.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #544B50 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 75 | 80 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.67 |
| HSL | 326.67º | 0.06% | 0.31% | - |
| HSV(B) | 326.67º | 0.11% | 0.33% | - |
| XYZ | 7.62 | 7.5 | 8.63 | - |
| YUV | 78.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 80 | 0 | 0.11 | 0.05 | 0.67 | 326.67 | 0.06 | 0.31 |
| Hex | 54 | 4B | 50 | 0 | B | 5 | 43 | 147 | 6 | 1F |
| Octal | 124 | 113 | 120 | 0 | 13 | 5 | 103 | 507 | 6 | 37 |
| Binary | 1010100 | 1001011 | 1010000 | 0 | 1011 | 101 | 1000011 | 101000111 | 110 | 11111 |
Color Harmonies of #544B50
Complementary color
Monochromatic Colors of #544B50
Black with #544B50
Text Example
Text Example
White with #544B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B50; }
p { color: rgb(84,75,80); }
H1.HeaderClassName
{
color: #544B50;
}
.AnyTagClassName
{
color: #544B50;
}
</style>
background-color css
<style>
a { background-color: #544B50; }
a { background-color: rgb(84,75,80); }
div.DivClassName
{
background-color: #544B50;
}
.BgClassName
{
background-color: #544B50;
}
</style>
border-color css
<style>
span { border-color: #544B50; }
span { border-color: rgb(84,75,80); }
td.TdClassName
{
border-color: #544B50;
}
.TagClassName
{
border-color: #544B50;
}
</style>