Shades of Emperor #55474B
Tints of Emperor #55474B
RGB
CMYK
RGB Variations
Color information
#55474B (or 0x55474B) is known color: Emperor. HEX triplet: 55, 47 and 4B. RGB value is (85,71,75). Sum of RGB (Red+Green+Blue) = 85+71+75=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 85 - color contains mainly: red. Hex color #55474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55474B is #AAB8B4. Grayscale: #4B4B4B. Windows color (decimal): -11188405 or 4933461. OLE color: 4933461.
HSL color Cylindrical-coordinate representation of color #55474B: hue angle of 342.86º 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 #55474B is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 71 | 75 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.67 |
| HSL | 342.86º | 0.09% | 0.31% | - |
| HSV(B) | 342.86º | 0.16% | 0.33% | - |
| XYZ | 7.27 | 6.95 | 7.61 | - |
| YUV | 75.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 71 | 75 | 0 | 0.16 | 0.12 | 0.67 | 342.86 | 0.09 | 0.31 |
| Hex | 55 | 47 | 4B | 0 | 10 | C | 43 | 157 | 9 | 1F |
| Octal | 125 | 107 | 113 | 0 | 20 | 14 | 103 | 527 | 11 | 37 |
| Binary | 1010101 | 1000111 | 1001011 | 0 | 10000 | 1100 | 1000011 | 101010111 | 1001 | 11111 |
Color Harmonies of #55474B
Complementary color
Monochromatic Colors of #55474B
Black with #55474B
Text Example
Text Example
White with #55474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55474B; }
p { color: rgb(85,71,75); }
H1.HeaderClassName
{
color: #55474B;
}
.AnyTagClassName
{
color: #55474B;
}
</style>
background-color css
<style>
a { background-color: #55474B; }
a { background-color: rgb(85,71,75); }
div.DivClassName
{
background-color: #55474B;
}
.BgClassName
{
background-color: #55474B;
}
</style>
border-color css
<style>
span { border-color: #55474B; }
span { border-color: rgb(85,71,75); }
td.TdClassName
{
border-color: #55474B;
}
.TagClassName
{
border-color: #55474B;
}
</style>