Shades of Emperor #55474A
Tints of Emperor #55474A
RGB
CMYK
RGB Variations
Color information
#55474A (or 0x55474A) is known color: Emperor. HEX triplet: 55, 47 and 4A. RGB value is (85,71,74). Sum of RGB (Red+Green+Blue) = 85+71+74=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55474A is #AAB8B5. Grayscale: #4B4B4B. Windows color (decimal): -11188406 or 4867925. OLE color: 4867925.
HSL color Cylindrical-coordinate representation of color #55474A: hue angle of 347.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55474A is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 74 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.67 |
| HSL | 347.14º | 0.09% | 0.31% | - |
| HSV(B) | 347.14º | 0.16% | 0.33% | - |
| XYZ | 7.24 | 6.93 | 7.44 | - |
| YUV | 75.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 74 | 0 | 0.16 | 0.13 | 0.67 | 347.14 | 0.09 | 0.31 |
| Hex | 55 | 47 | 4A | 0 | 10 | D | 43 | 15B | 9 | 1F |
| Octal | 125 | 107 | 112 | 0 | 20 | 15 | 103 | 533 | 11 | 37 |
| Binary | 1010101 | 1000111 | 1001010 | 0 | 10000 | 1101 | 1000011 | 101011011 | 1001 | 11111 |
Color Harmonies of #55474A
Complementary color
Monochromatic Colors of #55474A
Black with #55474A
Text Example
Text Example
White with #55474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55474A; }
p { color: rgb(85,71,74); }
H1.HeaderClassName
{
color: #55474A;
}
.AnyTagClassName
{
color: #55474A;
}
</style>
background-color css
<style>
a { background-color: #55474A; }
a { background-color: rgb(85,71,74); }
div.DivClassName
{
background-color: #55474A;
}
.BgClassName
{
background-color: #55474A;
}
</style>
border-color css
<style>
span { border-color: #55474A; }
span { border-color: rgb(85,71,74); }
td.TdClassName
{
border-color: #55474A;
}
.TagClassName
{
border-color: #55474A;
}
</style>