Shades of Emperor #53474A
Tints of Emperor #53474A
RGB
CMYK
RGB Variations
Color information
#53474A (or 0x53474A) is known color: Emperor. HEX triplet: 53, 47 and 4A. RGB value is (83,71,74). Sum of RGB (Red+Green+Blue) = 83+71+74=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #53474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53474A is #ACB8B5. Grayscale: #4A4A4A. Windows color (decimal): -11319478 or 4867923. OLE color: 4867923.
HSL color Cylindrical-coordinate representation of color #53474A: hue angle of 345º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #53474A is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 74 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.67 |
| HSL | 345º | 0.08% | 0.3% | - |
| HSV(B) | 345º | 0.14% | 0.33% | - |
| XYZ | 7.06 | 6.84 | 7.43 | - |
| YUV | 74.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 74 | 0 | 0.14 | 0.11 | 0.67 | 345 | 0.08 | 0.3 |
| Hex | 53 | 47 | 4A | 0 | E | B | 43 | 159 | 8 | 1E |
| Octal | 123 | 107 | 112 | 0 | 16 | 13 | 103 | 531 | 10 | 36 |
| Binary | 1010011 | 1000111 | 1001010 | 0 | 1110 | 1011 | 1000011 | 101011001 | 1000 | 11110 |
Color Harmonies of #53474A
Complementary color
Monochromatic Colors of #53474A
Black with #53474A
Text Example
Text Example
White with #53474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53474A; }
p { color: rgb(83,71,74); }
H1.HeaderClassName
{
color: #53474A;
}
.AnyTagClassName
{
color: #53474A;
}
</style>
background-color css
<style>
a { background-color: #53474A; }
a { background-color: rgb(83,71,74); }
div.DivClassName
{
background-color: #53474A;
}
.BgClassName
{
background-color: #53474A;
}
</style>
border-color css
<style>
span { border-color: #53474A; }
span { border-color: rgb(83,71,74); }
td.TdClassName
{
border-color: #53474A;
}
.TagClassName
{
border-color: #53474A;
}
</style>