Shades of Emperor #58474A
Tints of Emperor #58474A
RGB
CMYK
RGB Variations
Color information
#58474A (or 0x58474A) is known color: Emperor. HEX triplet: 58, 47 and 4A. RGB value is (88,71,74). Sum of RGB (Red+Green+Blue) = 88+71+74=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #58474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58474A is #A7B8B5. Grayscale: #4C4C4C. Windows color (decimal): -10991798 or 4867928. OLE color: 4867928.
HSL color Cylindrical-coordinate representation of color #58474A: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58474A is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 71 | 74 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.65 |
| HSL | 349.41º | 0.11% | 0.31% | - |
| HSV(B) | 349.41º | 0.19% | 0.35% | - |
| XYZ | 7.51 | 7.08 | 7.45 | - |
| YUV | 76.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 74 | 0 | 0.19 | 0.16 | 0.65 | 349.41 | 0.11 | 0.31 |
| Hex | 58 | 47 | 4A | 0 | 13 | 10 | 41 | 15D | B | 1F |
| Octal | 130 | 107 | 112 | 0 | 23 | 20 | 101 | 535 | 13 | 37 |
| Binary | 1011000 | 1000111 | 1001010 | 0 | 10011 | 10000 | 1000001 | 101011101 | 1011 | 11111 |
Color Harmonies of #58474A
Complementary color
Monochromatic Colors of #58474A
Black with #58474A
Text Example
Text Example
White with #58474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58474A; }
p { color: rgb(88,71,74); }
H1.HeaderClassName
{
color: #58474A;
}
.AnyTagClassName
{
color: #58474A;
}
</style>
background-color css
<style>
a { background-color: #58474A; }
a { background-color: rgb(88,71,74); }
div.DivClassName
{
background-color: #58474A;
}
.BgClassName
{
background-color: #58474A;
}
</style>
border-color css
<style>
span { border-color: #58474A; }
span { border-color: rgb(88,71,74); }
td.TdClassName
{
border-color: #58474A;
}
.TagClassName
{
border-color: #58474A;
}
</style>