Shades of Mulled Wine #585265
Tints of Mulled Wine #585265
RGB
CMYK
RGB Variations
Color information
#585265 (or 0x585265) is known color: Mulled Wine. HEX triplet: 58, 52 and 65. RGB value is (88,82,101). Sum of RGB (Red+Green+Blue) = 88+82+101=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #585265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585265 is #A7AD9A. Grayscale: #555555. Windows color (decimal): -10988955 or 6640216. OLE color: 6640216.
HSL color Cylindrical-coordinate representation of color #585265: hue angle of 258.95º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585265 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 82 | 101 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.60 |
| HSL | 258.95º | 0.1% | 0.36% | - |
| HSV(B) | 258.95º | 0.19% | 0.4% | - |
| XYZ | 9.39 | 9.05 | 13.56 | - |
| YUV | 85.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 101 | 0.13 | 0.19 | 0 | 0.60 | 258.95 | 0.1 | 0.36 |
| Hex | 58 | 52 | 65 | D | 13 | 0 | 3C | 103 | A | 24 |
| Octal | 130 | 122 | 145 | 15 | 23 | 0 | 74 | 403 | 12 | 44 |
| Binary | 1011000 | 1010010 | 1100101 | 1101 | 10011 | 0 | 111100 | 100000011 | 1010 | 100100 |
Color Harmonies of #585265
Complementary color
Monochromatic Colors of #585265
Black with #585265
Text Example
Text Example
White with #585265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585265; }
p { color: rgb(88,82,101); }
H1.HeaderClassName
{
color: #585265;
}
.AnyTagClassName
{
color: #585265;
}
</style>
background-color css
<style>
a { background-color: #585265; }
a { background-color: rgb(88,82,101); }
div.DivClassName
{
background-color: #585265;
}
.BgClassName
{
background-color: #585265;
}
</style>
border-color css
<style>
span { border-color: #585265; }
span { border-color: rgb(88,82,101); }
td.TdClassName
{
border-color: #585265;
}
.TagClassName
{
border-color: #585265;
}
</style>