Shades of Mulled Wine #585360
Tints of Mulled Wine #585360
RGB
CMYK
RGB Variations
Color information
#585360 (or 0x585360) is known color: Mulled Wine. HEX triplet: 58, 53 and 60. RGB value is (88,83,96). Sum of RGB (Red+Green+Blue) = 88+83+96=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #585360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585360 is #A7AC9F. Grayscale: #555555. Windows color (decimal): -10988704 or 6312792. OLE color: 6312792.
HSL color Cylindrical-coordinate representation of color #585360: hue angle of 263.08º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #585360 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 83 | 96 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.62 |
| HSL | 263.08º | 0.07% | 0.35% | - |
| HSV(B) | 263.08º | 0.14% | 0.38% | - |
| XYZ | 9.23 | 9.11 | 12.34 | - |
| YUV | 85.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 96 | 0.08 | 0.14 | 0 | 0.62 | 263.08 | 0.07 | 0.35 |
| Hex | 58 | 53 | 60 | 8 | E | 0 | 3E | 107 | 7 | 23 |
| Octal | 130 | 123 | 140 | 10 | 16 | 0 | 76 | 407 | 7 | 43 |
| Binary | 1011000 | 1010011 | 1100000 | 1000 | 1110 | 0 | 111110 | 100000111 | 111 | 100011 |
Color Harmonies of #585360
Complementary color
Monochromatic Colors of #585360
Black with #585360
Text Example
Text Example
White with #585360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585360; }
p { color: rgb(88,83,96); }
H1.HeaderClassName
{
color: #585360;
}
.AnyTagClassName
{
color: #585360;
}
</style>
background-color css
<style>
a { background-color: #585360; }
a { background-color: rgb(88,83,96); }
div.DivClassName
{
background-color: #585360;
}
.BgClassName
{
background-color: #585360;
}
</style>
border-color css
<style>
span { border-color: #585360; }
span { border-color: rgb(88,83,96); }
td.TdClassName
{
border-color: #585360;
}
.TagClassName
{
border-color: #585360;
}
</style>