Shades of Scarlet Gum #503A5E
Tints of Scarlet Gum #503A5E
RGB
CMYK
RGB Variations
Color information
#503A5E (or 0x503A5E) is known color: Scarlet Gum. HEX triplet: 50, 3A and 5E. RGB value is (80,58,94). Sum of RGB (Red+Green+Blue) = 80+58+94=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #503A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503A5E is #AFC5A1. Grayscale: #444444. Windows color (decimal): -11519394 or 6175312. OLE color: 6175312.
HSL color Cylindrical-coordinate representation of color #503A5E: hue angle of 276.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503A5E is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 58 | 94 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.63 |
| HSL | 276.67º | 0.24% | 0.3% | - |
| HSV(B) | 276.67º | 0.38% | 0.37% | - |
| XYZ | 6.84 | 5.54 | 11.3 | - |
| YUV | 68.68 | 142.29 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 94 | 0.15 | 0.38 | 0 | 0.63 | 276.67 | 0.24 | 0.3 |
| Hex | 50 | 3A | 5E | F | 26 | 0 | 3F | 115 | 18 | 1E |
| Octal | 120 | 72 | 136 | 17 | 46 | 0 | 77 | 425 | 30 | 36 |
| Binary | 1010000 | 111010 | 1011110 | 1111 | 100110 | 0 | 111111 | 100010101 | 11000 | 11110 |
Color Harmonies of #503A5E
Complementary color
Monochromatic Colors of #503A5E
Black with #503A5E
Text Example
Text Example
White with #503A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A5E; }
p { color: rgb(80,58,94); }
H1.HeaderClassName
{
color: #503A5E;
}
.AnyTagClassName
{
color: #503A5E;
}
</style>
background-color css
<style>
a { background-color: #503A5E; }
a { background-color: rgb(80,58,94); }
div.DivClassName
{
background-color: #503A5E;
}
.BgClassName
{
background-color: #503A5E;
}
</style>
border-color css
<style>
span { border-color: #503A5E; }
span { border-color: rgb(80,58,94); }
td.TdClassName
{
border-color: #503A5E;
}
.TagClassName
{
border-color: #503A5E;
}
</style>