Shades of Mulled Wine #585364
Tints of Mulled Wine #585364
RGB
CMYK
RGB Variations
Color information
#585364 (or 0x585364) is known color: Mulled Wine. HEX triplet: 58, 53 and 64. RGB value is (88,83,100). Sum of RGB (Red+Green+Blue) = 88+83+100=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 100 - color contains mainly: blue. Hex color #585364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585364 is #A7AC9B. Grayscale: #565656. Windows color (decimal): -10988700 or 6574936. OLE color: 6574936.
HSL color Cylindrical-coordinate representation of color #585364: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #585364 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 83 | 100 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.61 |
| HSL | 257.65º | 0.09% | 0.36% | - |
| HSV(B) | 257.65º | 0.17% | 0.39% | - |
| XYZ | 9.42 | 9.18 | 13.33 | - |
| YUV | 86.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 100 | 0.12 | 0.17 | 0 | 0.61 | 257.65 | 0.09 | 0.36 |
| Hex | 58 | 53 | 64 | C | 11 | 0 | 3D | 102 | 9 | 24 |
| Octal | 130 | 123 | 144 | 14 | 21 | 0 | 75 | 402 | 11 | 44 |
| Binary | 1011000 | 1010011 | 1100100 | 1100 | 10001 | 0 | 111101 | 100000010 | 1001 | 100100 |
Color Harmonies of #585364
Complementary color
Monochromatic Colors of #585364
Black with #585364
Text Example
Text Example
White with #585364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585364; }
p { color: rgb(88,83,100); }
H1.HeaderClassName
{
color: #585364;
}
.AnyTagClassName
{
color: #585364;
}
</style>
background-color css
<style>
a { background-color: #585364; }
a { background-color: rgb(88,83,100); }
div.DivClassName
{
background-color: #585364;
}
.BgClassName
{
background-color: #585364;
}
</style>
border-color css
<style>
span { border-color: #585364; }
span { border-color: rgb(88,83,100); }
td.TdClassName
{
border-color: #585364;
}
.TagClassName
{
border-color: #585364;
}
</style>