Shades of Scarlet Gum #551968
Tints of Scarlet Gum #551968
RGB
CMYK
RGB Variations
Color information
#551968 (or 0x551968) is known color: Scarlet Gum. HEX triplet: 55, 19 and 68. RGB value is (85,25,104). Sum of RGB (Red+Green+Blue) = 85+25+104=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #551968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551968 is #AAE697. Grayscale: #333333. Windows color (decimal): -11200152 or 6822229. OLE color: 6822229.
HSL color Cylindrical-coordinate representation of color #551968: hue angle of 285.57º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551968 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 25 | 104 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.59 |
| HSL | 285.57º | 0.61% | 0.25% | - |
| HSV(B) | 285.57º | 0.76% | 0.41% | - |
| XYZ | 6.59 | 3.63 | 13.45 | - |
| YUV | 51.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 104 | 0.18 | 0.76 | 0 | 0.59 | 285.57 | 0.61 | 0.25 |
| Hex | 55 | 19 | 68 | 12 | 4C | 0 | 3B | 11E | 3D | 19 |
| Octal | 125 | 31 | 150 | 22 | 114 | 0 | 73 | 436 | 75 | 31 |
| Binary | 1010101 | 11001 | 1101000 | 10010 | 1001100 | 0 | 111011 | 100011110 | 111101 | 11001 |
Color Harmonies of #551968
Complementary color
Monochromatic Colors of #551968
Black with #551968
Text Example
Text Example
White with #551968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551968; }
p { color: rgb(85,25,104); }
H1.HeaderClassName
{
color: #551968;
}
.AnyTagClassName
{
color: #551968;
}
</style>
background-color css
<style>
a { background-color: #551968; }
a { background-color: rgb(85,25,104); }
div.DivClassName
{
background-color: #551968;
}
.BgClassName
{
background-color: #551968;
}
</style>
border-color css
<style>
span { border-color: #551968; }
span { border-color: rgb(85,25,104); }
td.TdClassName
{
border-color: #551968;
}
.TagClassName
{
border-color: #551968;
}
</style>