Shades of Mulled Wine #585168
Tints of Mulled Wine #585168
RGB
CMYK
RGB Variations
Color information
#585168 (or 0x585168) is known color: Mulled Wine. HEX triplet: 58, 51 and 68. RGB value is (88,81,104). Sum of RGB (Red+Green+Blue) = 88+81+104=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #585168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585168 is #A7AE97. Grayscale: #555555. Windows color (decimal): -10989208 or 6836568. OLE color: 6836568.
HSL color Cylindrical-coordinate representation of color #585168: hue angle of 258.26º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #585168 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 81 | 104 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.59 |
| HSL | 258.26º | 0.12% | 0.36% | - |
| HSV(B) | 258.26º | 0.22% | 0.41% | - |
| XYZ | 9.47 | 8.96 | 14.33 | - |
| YUV | 85.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 104 | 0.15 | 0.22 | 0 | 0.59 | 258.26 | 0.12 | 0.36 |
| Hex | 58 | 51 | 68 | F | 16 | 0 | 3B | 102 | C | 24 |
| Octal | 130 | 121 | 150 | 17 | 26 | 0 | 73 | 402 | 14 | 44 |
| Binary | 1011000 | 1010001 | 1101000 | 1111 | 10110 | 0 | 111011 | 100000010 | 1100 | 100100 |
Color Harmonies of #585168
Complementary color
Monochromatic Colors of #585168
Black with #585168
Text Example
Text Example
White with #585168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585168; }
p { color: rgb(88,81,104); }
H1.HeaderClassName
{
color: #585168;
}
.AnyTagClassName
{
color: #585168;
}
</style>
background-color css
<style>
a { background-color: #585168; }
a { background-color: rgb(88,81,104); }
div.DivClassName
{
background-color: #585168;
}
.BgClassName
{
background-color: #585168;
}
</style>
border-color css
<style>
span { border-color: #585168; }
span { border-color: rgb(88,81,104); }
td.TdClassName
{
border-color: #585168;
}
.TagClassName
{
border-color: #585168;
}
</style>