Shades of Liver #534D50
Tints of Liver #534D50
RGB
CMYK
RGB Variations
Color information
#534D50 (or 0x534D50) is known color: Liver. HEX triplet: 53, 4D and 50. RGB value is (83,77,80). Sum of RGB (Red+Green+Blue) = 83+77+80=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 83 - color contains mainly: red. Hex color #534D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D50 is #ACB2AF. Grayscale: #4F4F4F. Windows color (decimal): -11317936 or 5262675. OLE color: 5262675.
HSL color Cylindrical-coordinate representation of color #534D50: hue angle of 330º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #534D50 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 80 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.67 |
| HSL | 330º | 0.04% | 0.31% | - |
| HSV(B) | 330º | 0.07% | 0.33% | - |
| XYZ | 7.67 | 7.73 | 8.68 | - |
| YUV | 79.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 80 | 0 | 0.07 | 0.04 | 0.67 | 330 | 0.04 | 0.31 |
| Hex | 53 | 4D | 50 | 0 | 7 | 4 | 43 | 14A | 4 | 1F |
| Octal | 123 | 115 | 120 | 0 | 7 | 4 | 103 | 512 | 4 | 37 |
| Binary | 1010011 | 1001101 | 1010000 | 0 | 111 | 100 | 1000011 | 101001010 | 100 | 11111 |
Color Harmonies of #534D50
Complementary color
Monochromatic Colors of #534D50
Black with #534D50
Text Example
Text Example
White with #534D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D50; }
p { color: rgb(83,77,80); }
H1.HeaderClassName
{
color: #534D50;
}
.AnyTagClassName
{
color: #534D50;
}
</style>
background-color css
<style>
a { background-color: #534D50; }
a { background-color: rgb(83,77,80); }
div.DivClassName
{
background-color: #534D50;
}
.BgClassName
{
background-color: #534D50;
}
</style>
border-color css
<style>
span { border-color: #534D50; }
span { border-color: rgb(83,77,80); }
td.TdClassName
{
border-color: #534D50;
}
.TagClassName
{
border-color: #534D50;
}
</style>