Shades of Mulled Wine #554C5C
Tints of Mulled Wine #554C5C
RGB
CMYK
RGB Variations
Color information
#554C5C (or 0x554C5C) is known color: Mulled Wine. HEX triplet: 55, 4C and 5C. RGB value is (85,76,92). Sum of RGB (Red+Green+Blue) = 85+76+92=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #554C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C5C is #AAB3A3. Grayscale: #505050. Windows color (decimal): -11187108 or 6048853. OLE color: 6048853.
HSL color Cylindrical-coordinate representation of color #554C5C: hue angle of 273.75º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #554C5C is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 76 | 92 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.64 |
| HSL | 273.75º | 0.1% | 0.33% | - |
| HSV(B) | 273.75º | 0.17% | 0.36% | - |
| XYZ | 8.26 | 7.87 | 11.21 | - |
| YUV | 80.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 92 | 0.08 | 0.17 | 0 | 0.64 | 273.75 | 0.1 | 0.33 |
| Hex | 55 | 4C | 5C | 8 | 11 | 0 | 40 | 112 | A | 21 |
| Octal | 125 | 114 | 134 | 10 | 21 | 0 | 100 | 422 | 12 | 41 |
| Binary | 1010101 | 1001100 | 1011100 | 1000 | 10001 | 0 | 1000000 | 100010010 | 1010 | 100001 |
Color Harmonies of #554C5C
Complementary color
Monochromatic Colors of #554C5C
Black with #554C5C
Text Example
Text Example
White with #554C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554C5C; }
p { color: rgb(85,76,92); }
H1.HeaderClassName
{
color: #554C5C;
}
.AnyTagClassName
{
color: #554C5C;
}
</style>
background-color css
<style>
a { background-color: #554C5C; }
a { background-color: rgb(85,76,92); }
div.DivClassName
{
background-color: #554C5C;
}
.BgClassName
{
background-color: #554C5C;
}
</style>
border-color css
<style>
span { border-color: #554C5C; }
span { border-color: rgb(85,76,92); }
td.TdClassName
{
border-color: #554C5C;
}
.TagClassName
{
border-color: #554C5C;
}
</style>