Shades of Mulled Wine #554B60
Tints of Mulled Wine #554B60
RGB
CMYK
RGB Variations
Color information
#554B60 (or 0x554B60) is known color: Mulled Wine. HEX triplet: 55, 4B and 60. RGB value is (85,75,96). Sum of RGB (Red+Green+Blue) = 85+75+96=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #554B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B60 is #AAB49F. Grayscale: #505050. Windows color (decimal): -11187360 or 6310741. OLE color: 6310741.
HSL color Cylindrical-coordinate representation of color #554B60: hue angle of 268.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554B60 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 75 | 96 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.62 |
| HSL | 268.57º | 0.12% | 0.34% | - |
| HSV(B) | 268.57º | 0.22% | 0.38% | - |
| XYZ | 8.37 | 7.81 | 12.13 | - |
| YUV | 80.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 75 | 96 | 0.11 | 0.22 | 0 | 0.62 | 268.57 | 0.12 | 0.34 |
| Hex | 55 | 4B | 60 | B | 16 | 0 | 3E | 10D | C | 22 |
| Octal | 125 | 113 | 140 | 13 | 26 | 0 | 76 | 415 | 14 | 42 |
| Binary | 1010101 | 1001011 | 1100000 | 1011 | 10110 | 0 | 111110 | 100001101 | 1100 | 100010 |
Color Harmonies of #554B60
Complementary color
Monochromatic Colors of #554B60
Black with #554B60
Text Example
Text Example
White with #554B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554B60; }
p { color: rgb(85,75,96); }
H1.HeaderClassName
{
color: #554B60;
}
.AnyTagClassName
{
color: #554B60;
}
</style>
background-color css
<style>
a { background-color: #554B60; }
a { background-color: rgb(85,75,96); }
div.DivClassName
{
background-color: #554B60;
}
.BgClassName
{
background-color: #554B60;
}
</style>
border-color css
<style>
span { border-color: #554B60; }
span { border-color: rgb(85,75,96); }
td.TdClassName
{
border-color: #554B60;
}
.TagClassName
{
border-color: #554B60;
}
</style>