Shades of Emperor #583E42
Tints of Emperor #583E42
RGB
CMYK
RGB Variations
Color information
#583E42 (or 0x583E42) is known color: Emperor. HEX triplet: 58, 3E and 42. RGB value is (88,62,66). Sum of RGB (Red+Green+Blue) = 88+62+66=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #583E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583E42 is #A7C1BD. Grayscale: #464646. Windows color (decimal): -10994110 or 4341336. OLE color: 4341336.
HSL color Cylindrical-coordinate representation of color #583E42: hue angle of 350.77º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #583E42 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 62 | 66 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.65 |
| HSL | 350.77º | 0.17% | 0.29% | - |
| HSV(B) | 350.77º | 0.3% | 0.35% | - |
| XYZ | 6.73 | 5.91 | 5.94 | - |
| YUV | 70.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 62 | 66 | 0 | 0.30 | 0.25 | 0.65 | 350.77 | 0.17 | 0.29 |
| Hex | 58 | 3E | 42 | 0 | 1E | 19 | 41 | 15F | 11 | 1D |
| Octal | 130 | 76 | 102 | 0 | 36 | 31 | 101 | 537 | 21 | 35 |
| Binary | 1011000 | 111110 | 1000010 | 0 | 11110 | 11001 | 1000001 | 101011111 | 10001 | 11101 |
Color Harmonies of #583E42
Complementary color
Monochromatic Colors of #583E42
Black with #583E42
Text Example
Text Example
White with #583E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583E42; }
p { color: rgb(88,62,66); }
H1.HeaderClassName
{
color: #583E42;
}
.AnyTagClassName
{
color: #583E42;
}
</style>
background-color css
<style>
a { background-color: #583E42; }
a { background-color: rgb(88,62,66); }
div.DivClassName
{
background-color: #583E42;
}
.BgClassName
{
background-color: #583E42;
}
</style>
border-color css
<style>
span { border-color: #583E42; }
span { border-color: rgb(88,62,66); }
td.TdClassName
{
border-color: #583E42;
}
.TagClassName
{
border-color: #583E42;
}
</style>