Shades of Scarlet Gum #55166A
Tints of Scarlet Gum #55166A
RGB
CMYK
RGB Variations
Color information
#55166A (or 0x55166A) is known color: Scarlet Gum. HEX triplet: 55, 16 and 6A. RGB value is (85,22,106). Sum of RGB (Red+Green+Blue) = 85+22+106=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #55166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55166A is #AAE995. Grayscale: #323232. Windows color (decimal): -11200918 or 6952533. OLE color: 6952533.
HSL color Cylindrical-coordinate representation of color #55166A: hue angle of 285º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55166A is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 22 | 106 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.58 |
| HSL | 285º | 0.66% | 0.25% | - |
| HSV(B) | 285º | 0.79% | 0.42% | - |
| XYZ | 6.63 | 3.55 | 13.97 | - |
| YUV | 50.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 106 | 0.20 | 0.79 | 0 | 0.58 | 285 | 0.66 | 0.25 |
| Hex | 55 | 16 | 6A | 14 | 4F | 0 | 3A | 11D | 42 | 19 |
| Octal | 125 | 26 | 152 | 24 | 117 | 0 | 72 | 435 | 102 | 31 |
| Binary | 1010101 | 10110 | 1101010 | 10100 | 1001111 | 0 | 111010 | 100011101 | 1000010 | 11001 |
Color Harmonies of #55166A
Complementary color
Monochromatic Colors of #55166A
Black with #55166A
Text Example
Text Example
White with #55166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55166A; }
p { color: rgb(85,22,106); }
H1.HeaderClassName
{
color: #55166A;
}
.AnyTagClassName
{
color: #55166A;
}
</style>
background-color css
<style>
a { background-color: #55166A; }
a { background-color: rgb(85,22,106); }
div.DivClassName
{
background-color: #55166A;
}
.BgClassName
{
background-color: #55166A;
}
</style>
border-color css
<style>
span { border-color: #55166A; }
span { border-color: rgb(85,22,106); }
td.TdClassName
{
border-color: #55166A;
}
.TagClassName
{
border-color: #55166A;
}
</style>