Shades of Mulled Wine #555058
Tints of Mulled Wine #555058
RGB
CMYK
RGB Variations
Color information
#555058 (or 0x555058) is known color: Mulled Wine. HEX triplet: 55, 50 and 58. RGB value is (85,80,88). Sum of RGB (Red+Green+Blue) = 85+80+88=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #555058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555058 is #AAAFA7. Grayscale: #525252. Windows color (decimal): -11186088 or 5787733. OLE color: 5787733.
HSL color Cylindrical-coordinate representation of color #555058: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #555058 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 80 | 88 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.65 |
| HSL | 277.5º | 0.05% | 0.33% | - |
| HSV(B) | 277.5º | 0.09% | 0.35% | - |
| XYZ | 8.38 | 8.37 | 10.41 | - |
| YUV | 82.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 88 | 0.03 | 0.09 | 0 | 0.65 | 277.5 | 0.05 | 0.33 |
| Hex | 55 | 50 | 58 | 3 | 9 | 0 | 41 | 116 | 5 | 21 |
| Octal | 125 | 120 | 130 | 3 | 11 | 0 | 101 | 426 | 5 | 41 |
| Binary | 1010101 | 1010000 | 1011000 | 11 | 1001 | 0 | 1000001 | 100010110 | 101 | 100001 |
Color Harmonies of #555058
Complementary color
Monochromatic Colors of #555058
Black with #555058
Text Example
Text Example
White with #555058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555058; }
p { color: rgb(85,80,88); }
H1.HeaderClassName
{
color: #555058;
}
.AnyTagClassName
{
color: #555058;
}
</style>
background-color css
<style>
a { background-color: #555058; }
a { background-color: rgb(85,80,88); }
div.DivClassName
{
background-color: #555058;
}
.BgClassName
{
background-color: #555058;
}
</style>
border-color css
<style>
span { border-color: #555058; }
span { border-color: rgb(85,80,88); }
td.TdClassName
{
border-color: #555058;
}
.TagClassName
{
border-color: #555058;
}
</style>