Shades of Liver #53494F
Tints of Liver #53494F
RGB
CMYK
RGB Variations
Color information
#53494F (or 0x53494F) is known color: Liver. HEX triplet: 53, 49 and 4F. RGB value is (83,73,79). Sum of RGB (Red+Green+Blue) = 83+73+79=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #53494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53494F is #ACB6B0. Grayscale: #4C4C4C. Windows color (decimal): -11318961 or 5196115. OLE color: 5196115.
HSL color Cylindrical-coordinate representation of color #53494F: hue angle of 324º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53494F is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 79 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.67 |
| HSL | 324º | 0.06% | 0.31% | - |
| HSV(B) | 324º | 0.12% | 0.33% | - |
| XYZ | 7.36 | 7.17 | 8.39 | - |
| YUV | 76.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 79 | 0 | 0.12 | 0.05 | 0.67 | 324 | 0.06 | 0.31 |
| Hex | 53 | 49 | 4F | 0 | C | 5 | 43 | 144 | 6 | 1F |
| Octal | 123 | 111 | 117 | 0 | 14 | 5 | 103 | 504 | 6 | 37 |
| Binary | 1010011 | 1001001 | 1001111 | 0 | 1100 | 101 | 1000011 | 101000100 | 110 | 11111 |
Color Harmonies of #53494F
Complementary color
Monochromatic Colors of #53494F
Black with #53494F
Text Example
Text Example
White with #53494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53494F; }
p { color: rgb(83,73,79); }
H1.HeaderClassName
{
color: #53494F;
}
.AnyTagClassName
{
color: #53494F;
}
</style>
background-color css
<style>
a { background-color: #53494F; }
a { background-color: rgb(83,73,79); }
div.DivClassName
{
background-color: #53494F;
}
.BgClassName
{
background-color: #53494F;
}
</style>
border-color css
<style>
span { border-color: #53494F; }
span { border-color: rgb(83,73,79); }
td.TdClassName
{
border-color: #53494F;
}
.TagClassName
{
border-color: #53494F;
}
</style>