Shades of Liver #534D51
Tints of Liver #534D51
RGB
CMYK
RGB Variations
Color information
#534D51 (or 0x534D51) is known color: Liver. HEX triplet: 53, 4D and 51. RGB value is (83,77,81). Sum of RGB (Red+Green+Blue) = 83+77+81=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 83 - color contains mainly: red. Hex color #534D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D51 is #ACB2AE. Grayscale: #4F4F4F. Windows color (decimal): -11317935 or 5328211. OLE color: 5328211.
HSL color Cylindrical-coordinate representation of color #534D51: hue angle of 320º 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 #534D51 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 81 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.67 |
| HSL | 320º | 0.04% | 0.31% | - |
| HSV(B) | 320º | 0.07% | 0.33% | - |
| XYZ | 7.71 | 7.74 | 8.87 | - |
| YUV | 79.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 81 | 0 | 0.07 | 0.02 | 0.67 | 320 | 0.04 | 0.31 |
| Hex | 53 | 4D | 51 | 0 | 7 | 2 | 43 | 140 | 4 | 1F |
| Octal | 123 | 115 | 121 | 0 | 7 | 2 | 103 | 500 | 4 | 37 |
| Binary | 1010011 | 1001101 | 1010001 | 0 | 111 | 10 | 1000011 | 101000000 | 100 | 11111 |
Color Harmonies of #534D51
Complementary color
Monochromatic Colors of #534D51
Black with #534D51
Text Example
Text Example
White with #534D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D51; }
p { color: rgb(83,77,81); }
H1.HeaderClassName
{
color: #534D51;
}
.AnyTagClassName
{
color: #534D51;
}
</style>
background-color css
<style>
a { background-color: #534D51; }
a { background-color: rgb(83,77,81); }
div.DivClassName
{
background-color: #534D51;
}
.BgClassName
{
background-color: #534D51;
}
</style>
border-color css
<style>
span { border-color: #534D51; }
span { border-color: rgb(83,77,81); }
td.TdClassName
{
border-color: #534D51;
}
.TagClassName
{
border-color: #534D51;
}
</style>