Shades of Mulled Wine #554D5C
Tints of Mulled Wine #554D5C
RGB
CMYK
RGB Variations
Color information
#554D5C (or 0x554D5C) is known color: Mulled Wine. HEX triplet: 55, 4D and 5C. RGB value is (85,77,92). Sum of RGB (Red+Green+Blue) = 85+77+92=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 92 - color contains mainly: blue. Hex color #554D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D5C is #AAB2A3. Grayscale: #515151. Windows color (decimal): -11186852 or 6049109. OLE color: 6049109.
HSL color Cylindrical-coordinate representation of color #554D5C: hue angle of 272º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554D5C is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 77 | 92 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.64 |
| HSL | 272º | 0.09% | 0.33% | - |
| HSV(B) | 272º | 0.16% | 0.36% | - |
| XYZ | 8.33 | 8.01 | 11.23 | - |
| YUV | 81.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 92 | 0.08 | 0.16 | 0 | 0.64 | 272 | 0.09 | 0.33 |
| Hex | 55 | 4D | 5C | 8 | 10 | 0 | 40 | 110 | 9 | 21 |
| Octal | 125 | 115 | 134 | 10 | 20 | 0 | 100 | 420 | 11 | 41 |
| Binary | 1010101 | 1001101 | 1011100 | 1000 | 10000 | 0 | 1000000 | 100010000 | 1001 | 100001 |
Color Harmonies of #554D5C
Complementary color
Monochromatic Colors of #554D5C
Black with #554D5C
Text Example
Text Example
White with #554D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D5C; }
p { color: rgb(85,77,92); }
H1.HeaderClassName
{
color: #554D5C;
}
.AnyTagClassName
{
color: #554D5C;
}
</style>
background-color css
<style>
a { background-color: #554D5C; }
a { background-color: rgb(85,77,92); }
div.DivClassName
{
background-color: #554D5C;
}
.BgClassName
{
background-color: #554D5C;
}
</style>
border-color css
<style>
span { border-color: #554D5C; }
span { border-color: rgb(85,77,92); }
td.TdClassName
{
border-color: #554D5C;
}
.TagClassName
{
border-color: #554D5C;
}
</style>