Shades of Scarlet Gum #55236A
Tints of Scarlet Gum #55236A
RGB
CMYK
RGB Variations
Color information
#55236A (or 0x55236A) is known color: Scarlet Gum. HEX triplet: 55, 23 and 6A. RGB value is (85,35,106). Sum of RGB (Red+Green+Blue) = 85+35+106=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #55236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55236A is #AADC95. Grayscale: #393939. Windows color (decimal): -11197590 or 6955861. OLE color: 6955861.
HSL color Cylindrical-coordinate representation of color #55236A: hue angle of 282.25º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55236A is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 35 | 106 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.58 |
| HSL | 282.25º | 0.5% | 0.28% | - |
| HSV(B) | 282.25º | 0.67% | 0.42% | - |
| XYZ | 6.95 | 4.17 | 14.08 | - |
| YUV | 58.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 106 | 0.20 | 0.67 | 0 | 0.58 | 282.25 | 0.5 | 0.28 |
| Hex | 55 | 23 | 6A | 14 | 43 | 0 | 3A | 11A | 32 | 1C |
| Octal | 125 | 43 | 152 | 24 | 103 | 0 | 72 | 432 | 62 | 34 |
| Binary | 1010101 | 100011 | 1101010 | 10100 | 1000011 | 0 | 111010 | 100011010 | 110010 | 11100 |
Color Harmonies of #55236A
Complementary color
Monochromatic Colors of #55236A
Black with #55236A
Text Example
Text Example
White with #55236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55236A; }
p { color: rgb(85,35,106); }
H1.HeaderClassName
{
color: #55236A;
}
.AnyTagClassName
{
color: #55236A;
}
</style>
background-color css
<style>
a { background-color: #55236A; }
a { background-color: rgb(85,35,106); }
div.DivClassName
{
background-color: #55236A;
}
.BgClassName
{
background-color: #55236A;
}
</style>
border-color css
<style>
span { border-color: #55236A; }
span { border-color: rgb(85,35,106); }
td.TdClassName
{
border-color: #55236A;
}
.TagClassName
{
border-color: #55236A;
}
</style>