Shades of Mulled Wine #554C64
Tints of Mulled Wine #554C64
RGB
CMYK
RGB Variations
Color information
#554C64 (or 0x554C64) is known color: Mulled Wine. HEX triplet: 55, 4C and 64. RGB value is (85,76,100). Sum of RGB (Red+Green+Blue) = 85+76+100=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 100 - color contains mainly: blue. Hex color #554C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C64 is #AAB39B. Grayscale: #515151. Windows color (decimal): -11187100 or 6573141. OLE color: 6573141.
HSL color Cylindrical-coordinate representation of color #554C64: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #554C64 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 76 | 100 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.61 |
| HSL | 262.5º | 0.14% | 0.35% | - |
| HSV(B) | 262.5º | 0.24% | 0.39% | - |
| XYZ | 8.63 | 8.02 | 13.15 | - |
| YUV | 81.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 100 | 0.15 | 0.24 | 0 | 0.61 | 262.5 | 0.14 | 0.35 |
| Hex | 55 | 4C | 64 | F | 18 | 0 | 3D | 106 | E | 23 |
| Octal | 125 | 114 | 144 | 17 | 30 | 0 | 75 | 406 | 16 | 43 |
| Binary | 1010101 | 1001100 | 1100100 | 1111 | 11000 | 0 | 111101 | 100000110 | 1110 | 100011 |
Color Harmonies of #554C64
Complementary color
Monochromatic Colors of #554C64
Black with #554C64
Text Example
Text Example
White with #554C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C64; }
p { color: rgb(85,76,100); }
H1.HeaderClassName
{
color: #554C64;
}
.AnyTagClassName
{
color: #554C64;
}
</style>
background-color css
<style>
a { background-color: #554C64; }
a { background-color: rgb(85,76,100); }
div.DivClassName
{
background-color: #554C64;
}
.BgClassName
{
background-color: #554C64;
}
</style>
border-color css
<style>
span { border-color: #554C64; }
span { border-color: rgb(85,76,100); }
td.TdClassName
{
border-color: #554C64;
}
.TagClassName
{
border-color: #554C64;
}
</style>