Shades of Scarlet Gum #550F66
Tints of Scarlet Gum #550F66
RGB
CMYK
RGB Variations
Color information
#550F66 (or 0x550F66) is known color: Scarlet Gum. HEX triplet: 55, 0F and 66. RGB value is (85,15,102). Sum of RGB (Red+Green+Blue) = 85+15+102=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #550F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550F66 is #AAF099. Grayscale: #2D2D2D. Windows color (decimal): -11202714 or 6688597. OLE color: 6688597.
HSL color Cylindrical-coordinate representation of color #550F66: hue angle of 288.28º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #550F66 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 15 | 102 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.6 |
| HSL | 288.28º | 0.74% | 0.23% | - |
| HSV(B) | 288.28º | 0.85% | 0.4% | - |
| XYZ | 6.32 | 3.23 | 12.86 | - |
| YUV | 45.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 102 | 0.17 | 0.85 | 0 | 0.6 | 288.28 | 0.74 | 0.23 |
| Hex | 55 | F | 66 | 11 | 55 | 0 | 3C | 120 | 4A | 17 |
| Octal | 125 | 17 | 146 | 21 | 125 | 0 | 74 | 440 | 112 | 27 |
| Binary | 1010101 | 1111 | 1100110 | 10001 | 1010101 | 0 | 111100 | 100100000 | 1001010 | 10111 |
Color Harmonies of #550F66
Complementary color
Monochromatic Colors of #550F66
Black with #550F66
Text Example
Text Example
White with #550F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F66; }
p { color: rgb(85,15,102); }
H1.HeaderClassName
{
color: #550F66;
}
.AnyTagClassName
{
color: #550F66;
}
</style>
background-color css
<style>
a { background-color: #550F66; }
a { background-color: rgb(85,15,102); }
div.DivClassName
{
background-color: #550F66;
}
.BgClassName
{
background-color: #550F66;
}
</style>
border-color css
<style>
span { border-color: #550F66; }
span { border-color: rgb(85,15,102); }
td.TdClassName
{
border-color: #550F66;
}
.TagClassName
{
border-color: #550F66;
}
</style>