Shades of Mulled Wine #5A585F
Tints of Mulled Wine #5A585F
RGB
CMYK
RGB Variations
Color information
#5A585F (or 0x5A585F) is known color: Mulled Wine. HEX triplet: 5A, 58 and 5F. RGB value is (90,88,95). Sum of RGB (Red+Green+Blue) = 90+88+95=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A585F is #A5A7A0. Grayscale: #595959. Windows color (decimal): -10856353 or 6248538. OLE color: 6248538.
HSL color Cylindrical-coordinate representation of color #5A585F: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A585F is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 88 | 95 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.63 |
| HSL | 257.14º | 0.04% | 0.36% | - |
| HSV(B) | 257.14º | 0.07% | 0.37% | - |
| XYZ | 9.77 | 9.98 | 12.24 | - |
| YUV | 89.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 95 | 0.05 | 0.07 | 0 | 0.63 | 257.14 | 0.04 | 0.36 |
| Hex | 5A | 58 | 5F | 5 | 7 | 0 | 3F | 101 | 4 | 24 |
| Octal | 132 | 130 | 137 | 5 | 7 | 0 | 77 | 401 | 4 | 44 |
| Binary | 1011010 | 1011000 | 1011111 | 101 | 111 | 0 | 111111 | 100000001 | 100 | 100100 |
Color Harmonies of #5A585F
Complementary color
Monochromatic Colors of #5A585F
Black with #5A585F
Text Example
Text Example
White with #5A585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A585F; }
p { color: rgb(90,88,95); }
H1.HeaderClassName
{
color: #5A585F;
}
.AnyTagClassName
{
color: #5A585F;
}
</style>
background-color css
<style>
a { background-color: #5A585F; }
a { background-color: rgb(90,88,95); }
div.DivClassName
{
background-color: #5A585F;
}
.BgClassName
{
background-color: #5A585F;
}
</style>
border-color css
<style>
span { border-color: #5A585F; }
span { border-color: rgb(90,88,95); }
td.TdClassName
{
border-color: #5A585F;
}
.TagClassName
{
border-color: #5A585F;
}
</style>