Shades of Scarlet Gum #55186C
Tints of Scarlet Gum #55186C
RGB
CMYK
RGB Variations
Color information
#55186C (or 0x55186C) is known color: Scarlet Gum. HEX triplet: 55, 18 and 6C. RGB value is (85,24,108). Sum of RGB (Red+Green+Blue) = 85+24+108=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #55186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55186C is #AAE793. Grayscale: #333333. Windows color (decimal): -11200404 or 7084117. OLE color: 7084117.
HSL color Cylindrical-coordinate representation of color #55186C: hue angle of 283.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55186C is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 24 | 108 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.58 |
| HSL | 283.57º | 0.64% | 0.26% | - |
| HSV(B) | 283.57º | 0.78% | 0.42% | - |
| XYZ | 6.78 | 3.67 | 14.54 | - |
| YUV | 51.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 108 | 0.21 | 0.78 | 0 | 0.58 | 283.57 | 0.64 | 0.26 |
| Hex | 55 | 18 | 6C | 15 | 4E | 0 | 3A | 11C | 40 | 1A |
| Octal | 125 | 30 | 154 | 25 | 116 | 0 | 72 | 434 | 100 | 32 |
| Binary | 1010101 | 11000 | 1101100 | 10101 | 1001110 | 0 | 111010 | 100011100 | 1000000 | 11010 |
Color Harmonies of #55186C
Complementary color
Monochromatic Colors of #55186C
Black with #55186C
Text Example
Text Example
White with #55186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55186C; }
p { color: rgb(85,24,108); }
H1.HeaderClassName
{
color: #55186C;
}
.AnyTagClassName
{
color: #55186C;
}
</style>
background-color css
<style>
a { background-color: #55186C; }
a { background-color: rgb(85,24,108); }
div.DivClassName
{
background-color: #55186C;
}
.BgClassName
{
background-color: #55186C;
}
</style>
border-color css
<style>
span { border-color: #55186C; }
span { border-color: rgb(85,24,108); }
td.TdClassName
{
border-color: #55186C;
}
.TagClassName
{
border-color: #55186C;
}
</style>