Shades of Emperor #563E42
Tints of Emperor #563E42
RGB
CMYK
RGB Variations
Color information
#563E42 (or 0x563E42) is known color: Emperor. HEX triplet: 56, 3E and 42. RGB value is (86,62,66). Sum of RGB (Red+Green+Blue) = 86+62+66=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #563E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E42 is #A9C1BD. Grayscale: #454545. Windows color (decimal): -11125182 or 4341334. OLE color: 4341334.
HSL color Cylindrical-coordinate representation of color #563E42: hue angle of 350º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #563E42 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 62 | 66 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.66 |
| HSL | 350º | 0.16% | 0.29% | - |
| HSV(B) | 350º | 0.28% | 0.34% | - |
| XYZ | 6.54 | 5.82 | 5.93 | - |
| YUV | 69.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 66 | 0 | 0.28 | 0.23 | 0.66 | 350 | 0.16 | 0.29 |
| Hex | 56 | 3E | 42 | 0 | 1C | 17 | 42 | 15E | 10 | 1D |
| Octal | 126 | 76 | 102 | 0 | 34 | 27 | 102 | 536 | 20 | 35 |
| Binary | 1010110 | 111110 | 1000010 | 0 | 11100 | 10111 | 1000010 | 101011110 | 10000 | 11101 |
Color Harmonies of #563E42
Complementary color
Monochromatic Colors of #563E42
Black with #563E42
Text Example
Text Example
White with #563E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E42; }
p { color: rgb(86,62,66); }
H1.HeaderClassName
{
color: #563E42;
}
.AnyTagClassName
{
color: #563E42;
}
</style>
background-color css
<style>
a { background-color: #563E42; }
a { background-color: rgb(86,62,66); }
div.DivClassName
{
background-color: #563E42;
}
.BgClassName
{
background-color: #563E42;
}
</style>
border-color css
<style>
span { border-color: #563E42; }
span { border-color: rgb(86,62,66); }
td.TdClassName
{
border-color: #563E42;
}
.TagClassName
{
border-color: #563E42;
}
</style>