Shades of Mulled Wine #58555C
Tints of Mulled Wine #58555C
RGB
CMYK
RGB Variations
Color information
#58555C (or 0x58555C) is known color: Mulled Wine. HEX triplet: 58, 55 and 5C. RGB value is (88,85,92). Sum of RGB (Red+Green+Blue) = 88+85+92=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #58555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58555C is #A7AAA3. Grayscale: #565656. Windows color (decimal): -10988196 or 6051160. OLE color: 6051160.
HSL color Cylindrical-coordinate representation of color #58555C: hue angle of 265.71º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #58555C is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 85 | 92 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.64 |
| HSL | 265.71º | 0.04% | 0.35% | - |
| HSV(B) | 265.71º | 0.08% | 0.36% | - |
| XYZ | 9.2 | 9.34 | 11.44 | - |
| YUV | 86.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 92 | 0.04 | 0.08 | 0 | 0.64 | 265.71 | 0.04 | 0.35 |
| Hex | 58 | 55 | 5C | 4 | 8 | 0 | 40 | 10A | 4 | 23 |
| Octal | 130 | 125 | 134 | 4 | 10 | 0 | 100 | 412 | 4 | 43 |
| Binary | 1011000 | 1010101 | 1011100 | 100 | 1000 | 0 | 1000000 | 100001010 | 100 | 100011 |
Color Harmonies of #58555C
Complementary color
Monochromatic Colors of #58555C
Black with #58555C
Text Example
Text Example
White with #58555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58555C; }
p { color: rgb(88,85,92); }
H1.HeaderClassName
{
color: #58555C;
}
.AnyTagClassName
{
color: #58555C;
}
</style>
background-color css
<style>
a { background-color: #58555C; }
a { background-color: rgb(88,85,92); }
div.DivClassName
{
background-color: #58555C;
}
.BgClassName
{
background-color: #58555C;
}
</style>
border-color css
<style>
span { border-color: #58555C; }
span { border-color: rgb(88,85,92); }
td.TdClassName
{
border-color: #58555C;
}
.TagClassName
{
border-color: #58555C;
}
</style>