Shades of Emperor #5D4447
Tints of Emperor #5D4447
RGB
CMYK
RGB Variations
Color information
#5D4447 (or 0x5D4447) is known color: Emperor. HEX triplet: 5D, 44 and 47. RGB value is (93,68,71). Sum of RGB (Red+Green+Blue) = 93+68+71=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4447 is #A2BBB8. Grayscale: #4B4B4B. Windows color (decimal): -10664889 or 4670557. OLE color: 4670557.
HSL color Cylindrical-coordinate representation of color #5D4447: hue angle of 352.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D4447 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 68 | 71 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.64 |
| HSL | 352.8º | 0.16% | 0.32% | - |
| HSV(B) | 352.8º | 0.27% | 0.36% | - |
| XYZ | 7.72 | 6.92 | 6.89 | - |
| YUV | 75.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 71 | 0 | 0.27 | 0.24 | 0.64 | 352.8 | 0.16 | 0.32 |
| Hex | 5D | 44 | 47 | 0 | 1B | 18 | 40 | 161 | 10 | 20 |
| Octal | 135 | 104 | 107 | 0 | 33 | 30 | 100 | 541 | 20 | 40 |
| Binary | 1011101 | 1000100 | 1000111 | 0 | 11011 | 11000 | 1000000 | 101100001 | 10000 | 100000 |
Color Harmonies of #5D4447
Complementary color
Monochromatic Colors of #5D4447
Black with #5D4447
Text Example
Text Example
White with #5D4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4447; }
p { color: rgb(93,68,71); }
H1.HeaderClassName
{
color: #5D4447;
}
.AnyTagClassName
{
color: #5D4447;
}
</style>
background-color css
<style>
a { background-color: #5D4447; }
a { background-color: rgb(93,68,71); }
div.DivClassName
{
background-color: #5D4447;
}
.BgClassName
{
background-color: #5D4447;
}
</style>
border-color css
<style>
span { border-color: #5D4447; }
span { border-color: rgb(93,68,71); }
td.TdClassName
{
border-color: #5D4447;
}
.TagClassName
{
border-color: #5D4447;
}
</style>