Shades of Scarlet Gum #55236C
Tints of Scarlet Gum #55236C
RGB
CMYK
RGB Variations
Color information
#55236C (or 0x55236C) is known color: Scarlet Gum. HEX triplet: 55, 23 and 6C. RGB value is (85,35,108). Sum of RGB (Red+Green+Blue) = 85+35+108=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #55236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55236C is #AADC93. Grayscale: #3A3A3A. Windows color (decimal): -11197588 or 7086933. OLE color: 7086933.
HSL color Cylindrical-coordinate representation of color #55236C: hue angle of 281.1º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55236C is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 35 | 108 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.58 |
| HSL | 281.1º | 0.51% | 0.28% | - |
| HSV(B) | 281.1º | 0.68% | 0.42% | - |
| XYZ | 7.05 | 4.22 | 14.63 | - |
| YUV | 58.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 108 | 0.21 | 0.68 | 0 | 0.58 | 281.1 | 0.51 | 0.28 |
| Hex | 55 | 23 | 6C | 15 | 44 | 0 | 3A | 119 | 33 | 1C |
| Octal | 125 | 43 | 154 | 25 | 104 | 0 | 72 | 431 | 63 | 34 |
| Binary | 1010101 | 100011 | 1101100 | 10101 | 1000100 | 0 | 111010 | 100011001 | 110011 | 11100 |
Color Harmonies of #55236C
Complementary color
Monochromatic Colors of #55236C
Black with #55236C
Text Example
Text Example
White with #55236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55236C; }
p { color: rgb(85,35,108); }
H1.HeaderClassName
{
color: #55236C;
}
.AnyTagClassName
{
color: #55236C;
}
</style>
background-color css
<style>
a { background-color: #55236C; }
a { background-color: rgb(85,35,108); }
div.DivClassName
{
background-color: #55236C;
}
.BgClassName
{
background-color: #55236C;
}
</style>
border-color css
<style>
span { border-color: #55236C; }
span { border-color: rgb(85,35,108); }
td.TdClassName
{
border-color: #55236C;
}
.TagClassName
{
border-color: #55236C;
}
</style>