Shades of Emperor #53494A
Tints of Emperor #53494A
RGB
CMYK
RGB Variations
Color information
#53494A (or 0x53494A) is known color: Emperor. HEX triplet: 53, 49 and 4A. RGB value is (83,73,74). Sum of RGB (Red+Green+Blue) = 83+73+74=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #53494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53494A is #ACB6B5. Grayscale: #4C4C4C. Windows color (decimal): -11318966 or 4868435. OLE color: 4868435.
HSL color Cylindrical-coordinate representation of color #53494A: hue angle of 354º 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 #53494A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 74 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.67 |
| HSL | 354º | 0.06% | 0.31% | - |
| HSV(B) | 354º | 0.12% | 0.33% | - |
| XYZ | 7.19 | 7.1 | 7.47 | - |
| YUV | 76.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 74 | 0 | 0.12 | 0.11 | 0.67 | 354 | 0.06 | 0.31 |
| Hex | 53 | 49 | 4A | 0 | C | B | 43 | 162 | 6 | 1F |
| Octal | 123 | 111 | 112 | 0 | 14 | 13 | 103 | 542 | 6 | 37 |
| Binary | 1010011 | 1001001 | 1001010 | 0 | 1100 | 1011 | 1000011 | 101100010 | 110 | 11111 |
Color Harmonies of #53494A
Complementary color
Monochromatic Colors of #53494A
Black with #53494A
Text Example
Text Example
White with #53494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53494A; }
p { color: rgb(83,73,74); }
H1.HeaderClassName
{
color: #53494A;
}
.AnyTagClassName
{
color: #53494A;
}
</style>
background-color css
<style>
a { background-color: #53494A; }
a { background-color: rgb(83,73,74); }
div.DivClassName
{
background-color: #53494A;
}
.BgClassName
{
background-color: #53494A;
}
</style>
border-color css
<style>
span { border-color: #53494A; }
span { border-color: rgb(83,73,74); }
td.TdClassName
{
border-color: #53494A;
}
.TagClassName
{
border-color: #53494A;
}
</style>