Shades of Emperor #59454A
Tints of Emperor #59454A
RGB
CMYK
RGB Variations
Color information
#59454A (or 0x59454A) is known color: Emperor. HEX triplet: 59, 45 and 4A. RGB value is (89,69,74). Sum of RGB (Red+Green+Blue) = 89+69+74=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 89 - color contains mainly: red. Hex color #59454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59454A is #A6BAB5. Grayscale: #4B4B4B. Windows color (decimal): -10926774 or 4867417. OLE color: 4867417.
HSL color Cylindrical-coordinate representation of color #59454A: hue angle of 345º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59454A is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 69 | 74 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.65 |
| HSL | 345º | 0.13% | 0.31% | - |
| HSV(B) | 345º | 0.22% | 0.35% | - |
| XYZ | 7.48 | 6.87 | 7.41 | - |
| YUV | 75.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 74 | 0 | 0.22 | 0.17 | 0.65 | 345 | 0.13 | 0.31 |
| Hex | 59 | 45 | 4A | 0 | 16 | 11 | 41 | 159 | D | 1F |
| Octal | 131 | 105 | 112 | 0 | 26 | 21 | 101 | 531 | 15 | 37 |
| Binary | 1011001 | 1000101 | 1001010 | 0 | 10110 | 10001 | 1000001 | 101011001 | 1101 | 11111 |
Color Harmonies of #59454A
Complementary color
Monochromatic Colors of #59454A
Black with #59454A
Text Example
Text Example
White with #59454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59454A; }
p { color: rgb(89,69,74); }
H1.HeaderClassName
{
color: #59454A;
}
.AnyTagClassName
{
color: #59454A;
}
</style>
background-color css
<style>
a { background-color: #59454A; }
a { background-color: rgb(89,69,74); }
div.DivClassName
{
background-color: #59454A;
}
.BgClassName
{
background-color: #59454A;
}
</style>
border-color css
<style>
span { border-color: #59454A; }
span { border-color: rgb(89,69,74); }
td.TdClassName
{
border-color: #59454A;
}
.TagClassName
{
border-color: #59454A;
}
</style>