Shades of Emperor #56474B
Tints of Emperor #56474B
RGB
CMYK
RGB Variations
Color information
#56474B (or 0x56474B) is known color: Emperor. HEX triplet: 56, 47 and 4B. RGB value is (86,71,75). Sum of RGB (Red+Green+Blue) = 86+71+75=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #56474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56474B is #A9B8B4. Grayscale: #4B4B4B. Windows color (decimal): -11122869 or 4933462. OLE color: 4933462.
HSL color Cylindrical-coordinate representation of color #56474B: hue angle of 344º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #56474B is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 71 | 75 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.66 |
| HSL | 344º | 0.1% | 0.31% | - |
| HSV(B) | 344º | 0.17% | 0.34% | - |
| XYZ | 7.36 | 6.99 | 7.62 | - |
| YUV | 75.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 75 | 0 | 0.17 | 0.13 | 0.66 | 344 | 0.1 | 0.31 |
| Hex | 56 | 47 | 4B | 0 | 11 | D | 42 | 158 | A | 1F |
| Octal | 126 | 107 | 113 | 0 | 21 | 15 | 102 | 530 | 12 | 37 |
| Binary | 1010110 | 1000111 | 1001011 | 0 | 10001 | 1101 | 1000010 | 101011000 | 1010 | 11111 |
Color Harmonies of #56474B
Complementary color
Monochromatic Colors of #56474B
Black with #56474B
Text Example
Text Example
White with #56474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56474B; }
p { color: rgb(86,71,75); }
H1.HeaderClassName
{
color: #56474B;
}
.AnyTagClassName
{
color: #56474B;
}
</style>
background-color css
<style>
a { background-color: #56474B; }
a { background-color: rgb(86,71,75); }
div.DivClassName
{
background-color: #56474B;
}
.BgClassName
{
background-color: #56474B;
}
</style>
border-color css
<style>
span { border-color: #56474B; }
span { border-color: rgb(86,71,75); }
td.TdClassName
{
border-color: #56474B;
}
.TagClassName
{
border-color: #56474B;
}
</style>