Shades of Scarlet Gum #55196C
Tints of Scarlet Gum #55196C
RGB
CMYK
RGB Variations
Color information
#55196C (or 0x55196C) is known color: Scarlet Gum. HEX triplet: 55, 19 and 6C. RGB value is (85,25,108). Sum of RGB (Red+Green+Blue) = 85+25+108=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #55196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55196C is #AAE693. Grayscale: #343434. Windows color (decimal): -11200148 or 7084373. OLE color: 7084373.
HSL color Cylindrical-coordinate representation of color #55196C: hue angle of 283.37º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55196C is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 25 | 108 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.58 |
| HSL | 283.37º | 0.62% | 0.26% | - |
| HSV(B) | 283.37º | 0.77% | 0.42% | - |
| XYZ | 6.8 | 3.71 | 14.54 | - |
| YUV | 52.4 | 159.38 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 108 | 0.21 | 0.77 | 0 | 0.58 | 283.37 | 0.62 | 0.26 |
| Hex | 55 | 19 | 6C | 15 | 4D | 0 | 3A | 11B | 3E | 1A |
| Octal | 125 | 31 | 154 | 25 | 115 | 0 | 72 | 433 | 76 | 32 |
| Binary | 1010101 | 11001 | 1101100 | 10101 | 1001101 | 0 | 111010 | 100011011 | 111110 | 11010 |
Color Harmonies of #55196C
Complementary color
Monochromatic Colors of #55196C
Black with #55196C
Text Example
Text Example
White with #55196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55196C; }
p { color: rgb(85,25,108); }
H1.HeaderClassName
{
color: #55196C;
}
.AnyTagClassName
{
color: #55196C;
}
</style>
background-color css
<style>
a { background-color: #55196C; }
a { background-color: rgb(85,25,108); }
div.DivClassName
{
background-color: #55196C;
}
.BgClassName
{
background-color: #55196C;
}
</style>
border-color css
<style>
span { border-color: #55196C; }
span { border-color: rgb(85,25,108); }
td.TdClassName
{
border-color: #55196C;
}
.TagClassName
{
border-color: #55196C;
}
</style>