Shades of Mulled Wine #585263
Tints of Mulled Wine #585263
RGB
CMYK
RGB Variations
Color information
#585263 (or 0x585263) is known color: Mulled Wine. HEX triplet: 58, 52 and 63. RGB value is (88,82,99). Sum of RGB (Red+Green+Blue) = 88+82+99=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #585263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585263 is #A7AD9C. Grayscale: #555555. Windows color (decimal): -10988957 or 6509144. OLE color: 6509144.
HSL color Cylindrical-coordinate representation of color #585263: hue angle of 261.18º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585263 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 82 | 99 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.61 |
| HSL | 261.18º | 0.09% | 0.35% | - |
| HSV(B) | 261.18º | 0.17% | 0.39% | - |
| XYZ | 9.29 | 9.01 | 13.05 | - |
| YUV | 85.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 99 | 0.11 | 0.17 | 0 | 0.61 | 261.18 | 0.09 | 0.35 |
| Hex | 58 | 52 | 63 | B | 11 | 0 | 3D | 105 | 9 | 23 |
| Octal | 130 | 122 | 143 | 13 | 21 | 0 | 75 | 405 | 11 | 43 |
| Binary | 1011000 | 1010010 | 1100011 | 1011 | 10001 | 0 | 111101 | 100000101 | 1001 | 100011 |
Color Harmonies of #585263
Complementary color
Monochromatic Colors of #585263
Black with #585263
Text Example
Text Example
White with #585263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585263; }
p { color: rgb(88,82,99); }
H1.HeaderClassName
{
color: #585263;
}
.AnyTagClassName
{
color: #585263;
}
</style>
background-color css
<style>
a { background-color: #585263; }
a { background-color: rgb(88,82,99); }
div.DivClassName
{
background-color: #585263;
}
.BgClassName
{
background-color: #585263;
}
</style>
border-color css
<style>
span { border-color: #585263; }
span { border-color: rgb(88,82,99); }
td.TdClassName
{
border-color: #585263;
}
.TagClassName
{
border-color: #585263;
}
</style>