Shades of Mulled Wine #554C65
Tints of Mulled Wine #554C65
RGB
CMYK
RGB Variations
Color information
#554C65 (or 0x554C65) is known color: Mulled Wine. HEX triplet: 55, 4C and 65. RGB value is (85,76,101). Sum of RGB (Red+Green+Blue) = 85+76+101=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 101 - color contains mainly: blue. Hex color #554C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C65 is #AAB39A. Grayscale: #515151. Windows color (decimal): -11187099 or 6638677. OLE color: 6638677.
HSL color Cylindrical-coordinate representation of color #554C65: hue angle of 261.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554C65 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 76 | 101 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.60 |
| HSL | 261.6º | 0.14% | 0.35% | - |
| HSV(B) | 261.6º | 0.25% | 0.4% | - |
| XYZ | 8.68 | 8.04 | 13.41 | - |
| YUV | 81.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 101 | 0.16 | 0.25 | 0 | 0.60 | 261.6 | 0.14 | 0.35 |
| Hex | 55 | 4C | 65 | 10 | 19 | 0 | 3C | 106 | E | 23 |
| Octal | 125 | 114 | 145 | 20 | 31 | 0 | 74 | 406 | 16 | 43 |
| Binary | 1010101 | 1001100 | 1100101 | 10000 | 11001 | 0 | 111100 | 100000110 | 1110 | 100011 |
Color Harmonies of #554C65
Complementary color
Monochromatic Colors of #554C65
Black with #554C65
Text Example
Text Example
White with #554C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C65; }
p { color: rgb(85,76,101); }
H1.HeaderClassName
{
color: #554C65;
}
.AnyTagClassName
{
color: #554C65;
}
</style>
background-color css
<style>
a { background-color: #554C65; }
a { background-color: rgb(85,76,101); }
div.DivClassName
{
background-color: #554C65;
}
.BgClassName
{
background-color: #554C65;
}
</style>
border-color css
<style>
span { border-color: #554C65; }
span { border-color: rgb(85,76,101); }
td.TdClassName
{
border-color: #554C65;
}
.TagClassName
{
border-color: #554C65;
}
</style>