Shades of Scarlet Gum #523A5E
Tints of Scarlet Gum #523A5E
RGB
CMYK
RGB Variations
Color information
#523A5E (or 0x523A5E) is known color: Scarlet Gum. HEX triplet: 52, 3A and 5E. RGB value is (82,58,94). Sum of RGB (Red+Green+Blue) = 82+58+94=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #523A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A5E is #ADC5A1. Grayscale: #454545. Windows color (decimal): -11388322 or 6175314. OLE color: 6175314.
HSL color Cylindrical-coordinate representation of color #523A5E: hue angle of 280º 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 #523A5E is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 58 | 94 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.63 |
| HSL | 280º | 0.24% | 0.3% | - |
| HSV(B) | 280º | 0.38% | 0.37% | - |
| XYZ | 7.01 | 5.63 | 11.31 | - |
| YUV | 69.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 94 | 0.13 | 0.38 | 0 | 0.63 | 280 | 0.24 | 0.3 |
| Hex | 52 | 3A | 5E | D | 26 | 0 | 3F | 118 | 18 | 1E |
| Octal | 122 | 72 | 136 | 15 | 46 | 0 | 77 | 430 | 30 | 36 |
| Binary | 1010010 | 111010 | 1011110 | 1101 | 100110 | 0 | 111111 | 100011000 | 11000 | 11110 |
Color Harmonies of #523A5E
Complementary color
Monochromatic Colors of #523A5E
Black with #523A5E
Text Example
Text Example
White with #523A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A5E; }
p { color: rgb(82,58,94); }
H1.HeaderClassName
{
color: #523A5E;
}
.AnyTagClassName
{
color: #523A5E;
}
</style>
background-color css
<style>
a { background-color: #523A5E; }
a { background-color: rgb(82,58,94); }
div.DivClassName
{
background-color: #523A5E;
}
.BgClassName
{
background-color: #523A5E;
}
</style>
border-color css
<style>
span { border-color: #523A5E; }
span { border-color: rgb(82,58,94); }
td.TdClassName
{
border-color: #523A5E;
}
.TagClassName
{
border-color: #523A5E;
}
</style>