Shades of Scarlet Gum #551768
Tints of Scarlet Gum #551768
RGB
CMYK
RGB Variations
Color information
#551768 (or 0x551768) is known color: Scarlet Gum. HEX triplet: 55, 17 and 68. RGB value is (85,23,104). Sum of RGB (Red+Green+Blue) = 85+23+104=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #551768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551768 is #AAE897. Grayscale: #323232. Windows color (decimal): -11200664 or 6821717. OLE color: 6821717.
HSL color Cylindrical-coordinate representation of color #551768: hue angle of 285.93º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551768 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 23 | 104 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.59 |
| HSL | 285.93º | 0.64% | 0.25% | - |
| HSV(B) | 285.93º | 0.78% | 0.41% | - |
| XYZ | 6.55 | 3.54 | 13.44 | - |
| YUV | 50.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 104 | 0.18 | 0.78 | 0 | 0.59 | 285.93 | 0.64 | 0.25 |
| Hex | 55 | 17 | 68 | 12 | 4E | 0 | 3B | 11E | 40 | 19 |
| Octal | 125 | 27 | 150 | 22 | 116 | 0 | 73 | 436 | 100 | 31 |
| Binary | 1010101 | 10111 | 1101000 | 10010 | 1001110 | 0 | 111011 | 100011110 | 1000000 | 11001 |
Color Harmonies of #551768
Complementary color
Monochromatic Colors of #551768
Black with #551768
Text Example
Text Example
White with #551768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551768; }
p { color: rgb(85,23,104); }
H1.HeaderClassName
{
color: #551768;
}
.AnyTagClassName
{
color: #551768;
}
</style>
background-color css
<style>
a { background-color: #551768; }
a { background-color: rgb(85,23,104); }
div.DivClassName
{
background-color: #551768;
}
.BgClassName
{
background-color: #551768;
}
</style>
border-color css
<style>
span { border-color: #551768; }
span { border-color: rgb(85,23,104); }
td.TdClassName
{
border-color: #551768;
}
.TagClassName
{
border-color: #551768;
}
</style>