Shades of Mulled Wine #554A64
Tints of Mulled Wine #554A64
RGB
CMYK
RGB Variations
Color information
#554A64 (or 0x554A64) is known color: Mulled Wine. HEX triplet: 55, 4A and 64. RGB value is (85,74,100). Sum of RGB (Red+Green+Blue) = 85+74+100=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 100 - color contains mainly: blue. Hex color #554A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A64 is #AAB59B. Grayscale: #505050. Windows color (decimal): -11187612 or 6572629. OLE color: 6572629.
HSL color Cylindrical-coordinate representation of color #554A64: hue angle of 265.38º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554A64 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 74 | 100 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.61 |
| HSL | 265.38º | 0.15% | 0.34% | - |
| HSV(B) | 265.38º | 0.26% | 0.39% | - |
| XYZ | 8.5 | 7.75 | 13.1 | - |
| YUV | 80.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 74 | 100 | 0.15 | 0.26 | 0 | 0.61 | 265.38 | 0.15 | 0.34 |
| Hex | 55 | 4A | 64 | F | 1A | 0 | 3D | 109 | F | 22 |
| Octal | 125 | 112 | 144 | 17 | 32 | 0 | 75 | 411 | 17 | 42 |
| Binary | 1010101 | 1001010 | 1100100 | 1111 | 11010 | 0 | 111101 | 100001001 | 1111 | 100010 |
Color Harmonies of #554A64
Complementary color
Monochromatic Colors of #554A64
Black with #554A64
Text Example
Text Example
White with #554A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554A64; }
p { color: rgb(85,74,100); }
H1.HeaderClassName
{
color: #554A64;
}
.AnyTagClassName
{
color: #554A64;
}
</style>
background-color css
<style>
a { background-color: #554A64; }
a { background-color: rgb(85,74,100); }
div.DivClassName
{
background-color: #554A64;
}
.BgClassName
{
background-color: #554A64;
}
</style>
border-color css
<style>
span { border-color: #554A64; }
span { border-color: rgb(85,74,100); }
td.TdClassName
{
border-color: #554A64;
}
.TagClassName
{
border-color: #554A64;
}
</style>