Shades of Scarlet Gum #57166C
Tints of Scarlet Gum #57166C
RGB
CMYK
RGB Variations
Color information
#57166C (or 0x57166C) is known color: Scarlet Gum. HEX triplet: 57, 16 and 6C. RGB value is (87,22,108). Sum of RGB (Red+Green+Blue) = 87+22+108=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #57166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57166C is #A8E993. Grayscale: #323232. Windows color (decimal): -11069844 or 7083607. OLE color: 7083607.
HSL color Cylindrical-coordinate representation of color #57166C: hue angle of 285.35º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57166C is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 22 | 108 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.58 |
| HSL | 285.35º | 0.66% | 0.25% | - |
| HSV(B) | 285.35º | 0.8% | 0.42% | - |
| XYZ | 6.92 | 3.68 | 14.53 | - |
| YUV | 51.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 108 | 0.19 | 0.80 | 0 | 0.58 | 285.35 | 0.66 | 0.25 |
| Hex | 57 | 16 | 6C | 13 | 50 | 0 | 3A | 11D | 42 | 19 |
| Octal | 127 | 26 | 154 | 23 | 120 | 0 | 72 | 435 | 102 | 31 |
| Binary | 1010111 | 10110 | 1101100 | 10011 | 1010000 | 0 | 111010 | 100011101 | 1000010 | 11001 |
Color Harmonies of #57166C
Complementary color
Monochromatic Colors of #57166C
Black with #57166C
Text Example
Text Example
White with #57166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57166C; }
p { color: rgb(87,22,108); }
H1.HeaderClassName
{
color: #57166C;
}
.AnyTagClassName
{
color: #57166C;
}
</style>
background-color css
<style>
a { background-color: #57166C; }
a { background-color: rgb(87,22,108); }
div.DivClassName
{
background-color: #57166C;
}
.BgClassName
{
background-color: #57166C;
}
</style>
border-color css
<style>
span { border-color: #57166C; }
span { border-color: rgb(87,22,108); }
td.TdClassName
{
border-color: #57166C;
}
.TagClassName
{
border-color: #57166C;
}
</style>