Shades of Liver #53454E
Tints of Liver #53454E
RGB
CMYK
RGB Variations
Color information
#53454E (or 0x53454E) is known color: Liver. HEX triplet: 53, 45 and 4E. RGB value is (83,69,78). Sum of RGB (Red+Green+Blue) = 83+69+78=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #53454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53454E is #ACBAB1. Grayscale: #4A4A4A. Windows color (decimal): -11319986 or 5129555. OLE color: 5129555.
HSL color Cylindrical-coordinate representation of color #53454E: hue angle of 321.43º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #53454E is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 78 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.67 |
| HSL | 321.43º | 0.09% | 0.3% | - |
| HSV(B) | 321.43º | 0.17% | 0.33% | - |
| XYZ | 7.07 | 6.65 | 8.12 | - |
| YUV | 74.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 78 | 0 | 0.17 | 0.06 | 0.67 | 321.43 | 0.09 | 0.3 |
| Hex | 53 | 45 | 4E | 0 | 11 | 6 | 43 | 141 | 9 | 1E |
| Octal | 123 | 105 | 116 | 0 | 21 | 6 | 103 | 501 | 11 | 36 |
| Binary | 1010011 | 1000101 | 1001110 | 0 | 10001 | 110 | 1000011 | 101000001 | 1001 | 11110 |
Color Harmonies of #53454E
Complementary color
Monochromatic Colors of #53454E
Black with #53454E
Text Example
Text Example
White with #53454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53454E; }
p { color: rgb(83,69,78); }
H1.HeaderClassName
{
color: #53454E;
}
.AnyTagClassName
{
color: #53454E;
}
</style>
background-color css
<style>
a { background-color: #53454E; }
a { background-color: rgb(83,69,78); }
div.DivClassName
{
background-color: #53454E;
}
.BgClassName
{
background-color: #53454E;
}
</style>
border-color css
<style>
span { border-color: #53454E; }
span { border-color: rgb(83,69,78); }
td.TdClassName
{
border-color: #53454E;
}
.TagClassName
{
border-color: #53454E;
}
</style>