Shades of Liver #534A4E
Tints of Liver #534A4E
RGB
CMYK
RGB Variations
Color information
#534A4E (or 0x534A4E) is known color: Liver. HEX triplet: 53, 4A and 4E. RGB value is (83,74,78). Sum of RGB (Red+Green+Blue) = 83+74+78=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A4E is #ACB5B1. Grayscale: #4D4D4D. Windows color (decimal): -11318706 or 5130835. OLE color: 5130835.
HSL color Cylindrical-coordinate representation of color #534A4E: hue angle of 333.33º 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 #534A4E is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 78 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.67 |
| HSL | 333.33º | 0.06% | 0.31% | - |
| HSV(B) | 333.33º | 0.11% | 0.33% | - |
| XYZ | 7.39 | 7.29 | 8.22 | - |
| YUV | 77.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 78 | 0 | 0.11 | 0.06 | 0.67 | 333.33 | 0.06 | 0.31 |
| Hex | 53 | 4A | 4E | 0 | B | 6 | 43 | 14D | 6 | 1F |
| Octal | 123 | 112 | 116 | 0 | 13 | 6 | 103 | 515 | 6 | 37 |
| Binary | 1010011 | 1001010 | 1001110 | 0 | 1011 | 110 | 1000011 | 101001101 | 110 | 11111 |
Color Harmonies of #534A4E
Complementary color
Monochromatic Colors of #534A4E
Black with #534A4E
Text Example
Text Example
White with #534A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A4E; }
p { color: rgb(83,74,78); }
H1.HeaderClassName
{
color: #534A4E;
}
.AnyTagClassName
{
color: #534A4E;
}
</style>
background-color css
<style>
a { background-color: #534A4E; }
a { background-color: rgb(83,74,78); }
div.DivClassName
{
background-color: #534A4E;
}
.BgClassName
{
background-color: #534A4E;
}
</style>
border-color css
<style>
span { border-color: #534A4E; }
span { border-color: rgb(83,74,78); }
td.TdClassName
{
border-color: #534A4E;
}
.TagClassName
{
border-color: #534A4E;
}
</style>