Shades of Emperor #56484A
Tints of Emperor #56484A
RGB
CMYK
RGB Variations
Color information
#56484A (or 0x56484A) is known color: Emperor. HEX triplet: 56, 48 and 4A. RGB value is (86,72,74). Sum of RGB (Red+Green+Blue) = 86+72+74=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #56484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56484A is #A9B7B5. Grayscale: #4C4C4C. Windows color (decimal): -11122614 or 4868182. OLE color: 4868182.
HSL color Cylindrical-coordinate representation of color #56484A: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #56484A is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 72 | 74 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.66 |
| HSL | 351.43º | 0.09% | 0.31% | - |
| HSV(B) | 351.43º | 0.16% | 0.34% | - |
| XYZ | 7.39 | 7.11 | 7.46 | - |
| YUV | 76.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 74 | 0 | 0.16 | 0.14 | 0.66 | 351.43 | 0.09 | 0.31 |
| Hex | 56 | 48 | 4A | 0 | 10 | E | 42 | 15F | 9 | 1F |
| Octal | 126 | 110 | 112 | 0 | 20 | 16 | 102 | 537 | 11 | 37 |
| Binary | 1010110 | 1001000 | 1001010 | 0 | 10000 | 1110 | 1000010 | 101011111 | 1001 | 11111 |
Color Harmonies of #56484A
Complementary color
Monochromatic Colors of #56484A
Black with #56484A
Text Example
Text Example
White with #56484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56484A; }
p { color: rgb(86,72,74); }
H1.HeaderClassName
{
color: #56484A;
}
.AnyTagClassName
{
color: #56484A;
}
</style>
background-color css
<style>
a { background-color: #56484A; }
a { background-color: rgb(86,72,74); }
div.DivClassName
{
background-color: #56484A;
}
.BgClassName
{
background-color: #56484A;
}
</style>
border-color css
<style>
span { border-color: #56484A; }
span { border-color: rgb(86,72,74); }
td.TdClassName
{
border-color: #56484A;
}
.TagClassName
{
border-color: #56484A;
}
</style>