Shades of Liver #534E51
Tints of Liver #534E51
RGB
CMYK
RGB Variations
Color information
#534E51 (or 0x534E51) is known color: Liver. HEX triplet: 53, 4E and 51. RGB value is (83,78,81). Sum of RGB (Red+Green+Blue) = 83+78+81=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 83 - color contains mainly: red. Hex color #534E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E51 is #ACB1AE. Grayscale: #4F4F4F. Windows color (decimal): -11317679 or 5328467. OLE color: 5328467.
HSL color Cylindrical-coordinate representation of color #534E51: hue angle of 324º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #534E51 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 81 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.67 |
| HSL | 324º | 0.03% | 0.32% | - |
| HSV(B) | 324º | 0.06% | 0.33% | - |
| XYZ | 7.78 | 7.88 | 8.9 | - |
| YUV | 79.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 81 | 0 | 0.06 | 0.02 | 0.67 | 324 | 0.03 | 0.32 |
| Hex | 53 | 4E | 51 | 0 | 6 | 2 | 43 | 144 | 3 | 20 |
| Octal | 123 | 116 | 121 | 0 | 6 | 2 | 103 | 504 | 3 | 40 |
| Binary | 1010011 | 1001110 | 1010001 | 0 | 110 | 10 | 1000011 | 101000100 | 11 | 100000 |
Color Harmonies of #534E51
Complementary color
Monochromatic Colors of #534E51
Black with #534E51
Text Example
Text Example
White with #534E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E51; }
p { color: rgb(83,78,81); }
H1.HeaderClassName
{
color: #534E51;
}
.AnyTagClassName
{
color: #534E51;
}
</style>
background-color css
<style>
a { background-color: #534E51; }
a { background-color: rgb(83,78,81); }
div.DivClassName
{
background-color: #534E51;
}
.BgClassName
{
background-color: #534E51;
}
</style>
border-color css
<style>
span { border-color: #534E51; }
span { border-color: rgb(83,78,81); }
td.TdClassName
{
border-color: #534E51;
}
.TagClassName
{
border-color: #534E51;
}
</style>