Shades of Scarlet Gum #552863
Tints of Scarlet Gum #552863
RGB
CMYK
RGB Variations
Color information
#552863 (or 0x552863) is known color: Scarlet Gum. HEX triplet: 55, 28 and 63. RGB value is (85,40,99). Sum of RGB (Red+Green+Blue) = 85+40+99=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #552863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552863 is #AAD79C. Grayscale: #3B3B3B. Windows color (decimal): -11196317 or 6498389. OLE color: 6498389.
HSL color Cylindrical-coordinate representation of color #552863: hue angle of 285.76º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552863 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 40 | 99 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.61 |
| HSL | 285.76º | 0.42% | 0.27% | - |
| HSV(B) | 285.76º | 0.6% | 0.39% | - |
| XYZ | 6.76 | 4.35 | 12.29 | - |
| YUV | 60.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 99 | 0.14 | 0.60 | 0 | 0.61 | 285.76 | 0.42 | 0.27 |
| Hex | 55 | 28 | 63 | E | 3C | 0 | 3D | 11E | 2A | 1B |
| Octal | 125 | 50 | 143 | 16 | 74 | 0 | 75 | 436 | 52 | 33 |
| Binary | 1010101 | 101000 | 1100011 | 1110 | 111100 | 0 | 111101 | 100011110 | 101010 | 11011 |
Color Harmonies of #552863
Complementary color
Monochromatic Colors of #552863
Black with #552863
Text Example
Text Example
White with #552863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552863; }
p { color: rgb(85,40,99); }
H1.HeaderClassName
{
color: #552863;
}
.AnyTagClassName
{
color: #552863;
}
</style>
background-color css
<style>
a { background-color: #552863; }
a { background-color: rgb(85,40,99); }
div.DivClassName
{
background-color: #552863;
}
.BgClassName
{
background-color: #552863;
}
</style>
border-color css
<style>
span { border-color: #552863; }
span { border-color: rgb(85,40,99); }
td.TdClassName
{
border-color: #552863;
}
.TagClassName
{
border-color: #552863;
}
</style>