Shades of Mulled Wine #56555C
Tints of Mulled Wine #56555C
RGB
CMYK
RGB Variations
Color information
#56555C (or 0x56555C) is known color: Mulled Wine. HEX triplet: 56, 55 and 5C. RGB value is (86,85,92). Sum of RGB (Red+Green+Blue) = 86+85+92=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #56555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56555C is #A9AAA3. Grayscale: #565656. Windows color (decimal): -11119268 or 6051158. OLE color: 6051158.
HSL color Cylindrical-coordinate representation of color #56555C: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56555C is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 85 | 92 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.64 |
| HSL | 248.57º | 0.04% | 0.35% | - |
| HSV(B) | 248.57º | 0.08% | 0.36% | - |
| XYZ | 9.02 | 9.25 | 11.43 | - |
| YUV | 86.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 92 | 0.07 | 0.08 | 0 | 0.64 | 248.57 | 0.04 | 0.35 |
| Hex | 56 | 55 | 5C | 7 | 8 | 0 | 40 | F9 | 4 | 23 |
| Octal | 126 | 125 | 134 | 7 | 10 | 0 | 100 | 371 | 4 | 43 |
| Binary | 1010110 | 1010101 | 1011100 | 111 | 1000 | 0 | 1000000 | 11111001 | 100 | 100011 |
Color Harmonies of #56555C
Complementary color
Monochromatic Colors of #56555C
Black with #56555C
Text Example
Text Example
White with #56555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56555C; }
p { color: rgb(86,85,92); }
H1.HeaderClassName
{
color: #56555C;
}
.AnyTagClassName
{
color: #56555C;
}
</style>
background-color css
<style>
a { background-color: #56555C; }
a { background-color: rgb(86,85,92); }
div.DivClassName
{
background-color: #56555C;
}
.BgClassName
{
background-color: #56555C;
}
</style>
border-color css
<style>
span { border-color: #56555C; }
span { border-color: rgb(86,85,92); }
td.TdClassName
{
border-color: #56555C;
}
.TagClassName
{
border-color: #56555C;
}
</style>