Shades of Mulled Wine #58565E
Tints of Mulled Wine #58565E
RGB
CMYK
RGB Variations
Color information
#58565E (or 0x58565E) is known color: Mulled Wine. HEX triplet: 58, 56 and 5E. RGB value is (88,86,94). Sum of RGB (Red+Green+Blue) = 88+86+94=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 94 - color contains mainly: blue. Hex color #58565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58565E is #A7A9A1. Grayscale: #575757. Windows color (decimal): -10987938 or 6182488. OLE color: 6182488.
HSL color Cylindrical-coordinate representation of color #58565E: hue angle of 255º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58565E is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 86 | 94 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.63 |
| HSL | 255º | 0.04% | 0.35% | - |
| HSV(B) | 255º | 0.09% | 0.37% | - |
| XYZ | 9.37 | 9.54 | 11.94 | - |
| YUV | 87.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 94 | 0.06 | 0.09 | 0 | 0.63 | 255 | 0.04 | 0.35 |
| Hex | 58 | 56 | 5E | 6 | 9 | 0 | 3F | FF | 4 | 23 |
| Octal | 130 | 126 | 136 | 6 | 11 | 0 | 77 | 377 | 4 | 43 |
| Binary | 1011000 | 1010110 | 1011110 | 110 | 1001 | 0 | 111111 | 11111111 | 100 | 100011 |
Color Harmonies of #58565E
Complementary color
Monochromatic Colors of #58565E
Black with #58565E
Text Example
Text Example
White with #58565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58565E; }
p { color: rgb(88,86,94); }
H1.HeaderClassName
{
color: #58565E;
}
.AnyTagClassName
{
color: #58565E;
}
</style>
background-color css
<style>
a { background-color: #58565E; }
a { background-color: rgb(88,86,94); }
div.DivClassName
{
background-color: #58565E;
}
.BgClassName
{
background-color: #58565E;
}
</style>
border-color css
<style>
span { border-color: #58565E; }
span { border-color: rgb(88,86,94); }
td.TdClassName
{
border-color: #58565E;
}
.TagClassName
{
border-color: #58565E;
}
</style>