Shades of Emperor #54474B
Tints of Emperor #54474B
RGB
CMYK
RGB Variations
Color information
#54474B (or 0x54474B) is known color: Emperor. HEX triplet: 54, 47 and 4B. RGB value is (84,71,75). Sum of RGB (Red+Green+Blue) = 84+71+75=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #54474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54474B is #ABB8B4. Grayscale: #4B4B4B. Windows color (decimal): -11253941 or 4933460. OLE color: 4933460.
HSL color Cylindrical-coordinate representation of color #54474B: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #54474B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 71 | 75 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.67 |
| HSL | 341.54º | 0.08% | 0.3% | - |
| HSV(B) | 341.54º | 0.15% | 0.33% | - |
| XYZ | 7.18 | 6.9 | 7.61 | - |
| YUV | 75.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 75 | 0 | 0.15 | 0.11 | 0.67 | 341.54 | 0.08 | 0.3 |
| Hex | 54 | 47 | 4B | 0 | F | B | 43 | 156 | 8 | 1E |
| Octal | 124 | 107 | 113 | 0 | 17 | 13 | 103 | 526 | 10 | 36 |
| Binary | 1010100 | 1000111 | 1001011 | 0 | 1111 | 1011 | 1000011 | 101010110 | 1000 | 11110 |
Color Harmonies of #54474B
Complementary color
Monochromatic Colors of #54474B
Black with #54474B
Text Example
Text Example
White with #54474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54474B; }
p { color: rgb(84,71,75); }
H1.HeaderClassName
{
color: #54474B;
}
.AnyTagClassName
{
color: #54474B;
}
</style>
background-color css
<style>
a { background-color: #54474B; }
a { background-color: rgb(84,71,75); }
div.DivClassName
{
background-color: #54474B;
}
.BgClassName
{
background-color: #54474B;
}
</style>
border-color css
<style>
span { border-color: #54474B; }
span { border-color: rgb(84,71,75); }
td.TdClassName
{
border-color: #54474B;
}
.TagClassName
{
border-color: #54474B;
}
</style>