Shades of Scarlet Gum #55166D
Tints of Scarlet Gum #55166D
RGB
CMYK
RGB Variations
Color information
#55166D (or 0x55166D) is known color: Scarlet Gum. HEX triplet: 55, 16 and 6D. RGB value is (85,22,109). Sum of RGB (Red+Green+Blue) = 85+22+109=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #55166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55166D is #AAE992. Grayscale: #323232. Windows color (decimal): -11200915 or 7149141. OLE color: 7149141.
HSL color Cylindrical-coordinate representation of color #55166D: hue angle of 283.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55166D is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 22 | 109 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.57 |
| HSL | 283.45º | 0.66% | 0.26% | - |
| HSV(B) | 283.45º | 0.8% | 0.43% | - |
| XYZ | 6.79 | 3.61 | 14.81 | - |
| YUV | 50.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 109 | 0.22 | 0.80 | 0 | 0.57 | 283.45 | 0.66 | 0.26 |
| Hex | 55 | 16 | 6D | 16 | 50 | 0 | 39 | 11B | 42 | 1A |
| Octal | 125 | 26 | 155 | 26 | 120 | 0 | 71 | 433 | 102 | 32 |
| Binary | 1010101 | 10110 | 1101101 | 10110 | 1010000 | 0 | 111001 | 100011011 | 1000010 | 11010 |
Color Harmonies of #55166D
Complementary color
Monochromatic Colors of #55166D
Black with #55166D
Text Example
Text Example
White with #55166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55166D; }
p { color: rgb(85,22,109); }
H1.HeaderClassName
{
color: #55166D;
}
.AnyTagClassName
{
color: #55166D;
}
</style>
background-color css
<style>
a { background-color: #55166D; }
a { background-color: rgb(85,22,109); }
div.DivClassName
{
background-color: #55166D;
}
.BgClassName
{
background-color: #55166D;
}
</style>
border-color css
<style>
span { border-color: #55166D; }
span { border-color: rgb(85,22,109); }
td.TdClassName
{
border-color: #55166D;
}
.TagClassName
{
border-color: #55166D;
}
</style>