Shades of Mulled Wine #554D5D
Tints of Mulled Wine #554D5D
RGB
CMYK
RGB Variations
Color information
#554D5D (or 0x554D5D) is known color: Mulled Wine. HEX triplet: 55, 4D and 5D. RGB value is (85,77,93). Sum of RGB (Red+Green+Blue) = 85+77+93=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 93 - color contains mainly: blue. Hex color #554D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D5D is #AAB2A2. Grayscale: #515151. Windows color (decimal): -11186851 or 6114645. OLE color: 6114645.
HSL color Cylindrical-coordinate representation of color #554D5D: hue angle of 270º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #554D5D is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 77 | 93 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.64 |
| HSL | 270º | 0.09% | 0.33% | - |
| HSV(B) | 270º | 0.17% | 0.36% | - |
| XYZ | 8.38 | 8.03 | 11.46 | - |
| YUV | 81.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 93 | 0.09 | 0.17 | 0 | 0.64 | 270 | 0.09 | 0.33 |
| Hex | 55 | 4D | 5D | 9 | 11 | 0 | 40 | 10E | 9 | 21 |
| Octal | 125 | 115 | 135 | 11 | 21 | 0 | 100 | 416 | 11 | 41 |
| Binary | 1010101 | 1001101 | 1011101 | 1001 | 10001 | 0 | 1000000 | 100001110 | 1001 | 100001 |
Color Harmonies of #554D5D
Complementary color
Monochromatic Colors of #554D5D
Black with #554D5D
Text Example
Text Example
White with #554D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D5D; }
p { color: rgb(85,77,93); }
H1.HeaderClassName
{
color: #554D5D;
}
.AnyTagClassName
{
color: #554D5D;
}
</style>
background-color css
<style>
a { background-color: #554D5D; }
a { background-color: rgb(85,77,93); }
div.DivClassName
{
background-color: #554D5D;
}
.BgClassName
{
background-color: #554D5D;
}
</style>
border-color css
<style>
span { border-color: #554D5D; }
span { border-color: rgb(85,77,93); }
td.TdClassName
{
border-color: #554D5D;
}
.TagClassName
{
border-color: #554D5D;
}
</style>