Shades of Mulled Wine #585560
Tints of Mulled Wine #585560
RGB
CMYK
RGB Variations
Color information
#585560 (or 0x585560) is known color: Mulled Wine. HEX triplet: 58, 55 and 60. RGB value is (88,85,96). Sum of RGB (Red+Green+Blue) = 88+85+96=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #585560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585560 is #A7AA9F. Grayscale: #575757. Windows color (decimal): -10988192 or 6313304. OLE color: 6313304.
HSL color Cylindrical-coordinate representation of color #585560: hue angle of 256.36º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #585560 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 85 | 96 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.62 |
| HSL | 256.36º | 0.06% | 0.35% | - |
| HSV(B) | 256.36º | 0.11% | 0.38% | - |
| XYZ | 9.38 | 9.42 | 12.39 | - |
| YUV | 87.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 96 | 0.08 | 0.11 | 0 | 0.62 | 256.36 | 0.06 | 0.35 |
| Hex | 58 | 55 | 60 | 8 | B | 0 | 3E | 100 | 6 | 23 |
| Octal | 130 | 125 | 140 | 10 | 13 | 0 | 76 | 400 | 6 | 43 |
| Binary | 1011000 | 1010101 | 1100000 | 1000 | 1011 | 0 | 111110 | 100000000 | 110 | 100011 |
Color Harmonies of #585560
Complementary color
Monochromatic Colors of #585560
Black with #585560
Text Example
Text Example
White with #585560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585560; }
p { color: rgb(88,85,96); }
H1.HeaderClassName
{
color: #585560;
}
.AnyTagClassName
{
color: #585560;
}
</style>
background-color css
<style>
a { background-color: #585560; }
a { background-color: rgb(88,85,96); }
div.DivClassName
{
background-color: #585560;
}
.BgClassName
{
background-color: #585560;
}
</style>
border-color css
<style>
span { border-color: #585560; }
span { border-color: rgb(88,85,96); }
td.TdClassName
{
border-color: #585560;
}
.TagClassName
{
border-color: #585560;
}
</style>