Shades of Emperor #54484B
Tints of Emperor #54484B
RGB
CMYK
RGB Variations
Color information
#54484B (or 0x54484B) is known color: Emperor. HEX triplet: 54, 48 and 4B. RGB value is (84,72,75). Sum of RGB (Red+Green+Blue) = 84+72+75=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #54484B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54484B is #ABB7B4. Grayscale: #4B4B4B. Windows color (decimal): -11253685 or 4933716. OLE color: 4933716.
HSL color Cylindrical-coordinate representation of color #54484B: hue angle of 345º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #54484B is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 72 | 75 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.67 |
| HSL | 345º | 0.08% | 0.31% | - |
| HSV(B) | 345º | 0.14% | 0.33% | - |
| XYZ | 7.24 | 7.03 | 7.63 | - |
| YUV | 75.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 75 | 0 | 0.14 | 0.11 | 0.67 | 345 | 0.08 | 0.31 |
| Hex | 54 | 48 | 4B | 0 | E | B | 43 | 159 | 8 | 1F |
| Octal | 124 | 110 | 113 | 0 | 16 | 13 | 103 | 531 | 10 | 37 |
| Binary | 1010100 | 1001000 | 1001011 | 0 | 1110 | 1011 | 1000011 | 101011001 | 1000 | 11111 |
Color Harmonies of #54484B
Complementary color
Monochromatic Colors of #54484B
Black with #54484B
Text Example
Text Example
White with #54484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54484B; }
p { color: rgb(84,72,75); }
H1.HeaderClassName
{
color: #54484B;
}
.AnyTagClassName
{
color: #54484B;
}
</style>
background-color css
<style>
a { background-color: #54484B; }
a { background-color: rgb(84,72,75); }
div.DivClassName
{
background-color: #54484B;
}
.BgClassName
{
background-color: #54484B;
}
</style>
border-color css
<style>
span { border-color: #54484B; }
span { border-color: rgb(84,72,75); }
td.TdClassName
{
border-color: #54484B;
}
.TagClassName
{
border-color: #54484B;
}
</style>