Shades of Emperor #56494A
Tints of Emperor #56494A
RGB
CMYK
RGB Variations
Color information
#56494A (or 0x56494A) is known color: Emperor. HEX triplet: 56, 49 and 4A. RGB value is (86,73,74). Sum of RGB (Red+Green+Blue) = 86+73+74=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 86 - color contains mainly: red. Hex color #56494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56494A is #A9B6B5. Grayscale: #4D4D4D. Windows color (decimal): -11122358 or 4868438. OLE color: 4868438.
HSL color Cylindrical-coordinate representation of color #56494A: hue angle of 355.38º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56494A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 73 | 74 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.66 |
| HSL | 355.38º | 0.08% | 0.31% | - |
| HSV(B) | 355.38º | 0.15% | 0.34% | - |
| XYZ | 7.46 | 7.24 | 7.48 | - |
| YUV | 77 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 74 | 0 | 0.15 | 0.14 | 0.66 | 355.38 | 0.08 | 0.31 |
| Hex | 56 | 49 | 4A | 0 | F | E | 42 | 163 | 8 | 1F |
| Octal | 126 | 111 | 112 | 0 | 17 | 16 | 102 | 543 | 10 | 37 |
| Binary | 1010110 | 1001001 | 1001010 | 0 | 1111 | 1110 | 1000010 | 101100011 | 1000 | 11111 |
Color Harmonies of #56494A
Complementary color
Monochromatic Colors of #56494A
Black with #56494A
Text Example
Text Example
White with #56494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56494A; }
p { color: rgb(86,73,74); }
H1.HeaderClassName
{
color: #56494A;
}
.AnyTagClassName
{
color: #56494A;
}
</style>
background-color css
<style>
a { background-color: #56494A; }
a { background-color: rgb(86,73,74); }
div.DivClassName
{
background-color: #56494A;
}
.BgClassName
{
background-color: #56494A;
}
</style>
border-color css
<style>
span { border-color: #56494A; }
span { border-color: rgb(86,73,74); }
td.TdClassName
{
border-color: #56494A;
}
.TagClassName
{
border-color: #56494A;
}
</style>