Shades of Scarlet Gum #56166A
Tints of Scarlet Gum #56166A
RGB
CMYK
RGB Variations
Color information
#56166A (or 0x56166A) is known color: Scarlet Gum. HEX triplet: 56, 16 and 6A. RGB value is (86,22,106). Sum of RGB (Red+Green+Blue) = 86+22+106=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #56166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56166A is #A9E995. Grayscale: #323232. Windows color (decimal): -11135382 or 6952534. OLE color: 6952534.
HSL color Cylindrical-coordinate representation of color #56166A: hue angle of 285.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56166A is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 22 | 106 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.58 |
| HSL | 285.71º | 0.66% | 0.25% | - |
| HSV(B) | 285.71º | 0.79% | 0.42% | - |
| XYZ | 6.73 | 3.59 | 13.97 | - |
| YUV | 50.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 106 | 0.19 | 0.79 | 0 | 0.58 | 285.71 | 0.66 | 0.25 |
| Hex | 56 | 16 | 6A | 13 | 4F | 0 | 3A | 11E | 42 | 19 |
| Octal | 126 | 26 | 152 | 23 | 117 | 0 | 72 | 436 | 102 | 31 |
| Binary | 1010110 | 10110 | 1101010 | 10011 | 1001111 | 0 | 111010 | 100011110 | 1000010 | 11001 |
Color Harmonies of #56166A
Complementary color
Monochromatic Colors of #56166A
Black with #56166A
Text Example
Text Example
White with #56166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56166A; }
p { color: rgb(86,22,106); }
H1.HeaderClassName
{
color: #56166A;
}
.AnyTagClassName
{
color: #56166A;
}
</style>
background-color css
<style>
a { background-color: #56166A; }
a { background-color: rgb(86,22,106); }
div.DivClassName
{
background-color: #56166A;
}
.BgClassName
{
background-color: #56166A;
}
</style>
border-color css
<style>
span { border-color: #56166A; }
span { border-color: rgb(86,22,106); }
td.TdClassName
{
border-color: #56166A;
}
.TagClassName
{
border-color: #56166A;
}
</style>