Shades of Scarlet Gum #522E5F
Tints of Scarlet Gum #522E5F
RGB
CMYK
RGB Variations
Color information
#522E5F (or 0x522E5F) is known color: Scarlet Gum. HEX triplet: 52, 2E and 5F. RGB value is (82,46,95). Sum of RGB (Red+Green+Blue) = 82+46+95=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #522E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522E5F is #ADD1A0. Grayscale: #3E3E3E. Windows color (decimal): -11391393 or 6237778. OLE color: 6237778.
HSL color Cylindrical-coordinate representation of color #522E5F: hue angle of 284.08º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522E5F is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 46 | 95 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.63 |
| HSL | 284.08º | 0.35% | 0.28% | - |
| HSV(B) | 284.08º | 0.52% | 0.37% | - |
| XYZ | 6.52 | 4.57 | 11.37 | - |
| YUV | 62.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 46 | 95 | 0.14 | 0.52 | 0 | 0.63 | 284.08 | 0.35 | 0.28 |
| Hex | 52 | 2E | 5F | E | 34 | 0 | 3F | 11C | 23 | 1C |
| Octal | 122 | 56 | 137 | 16 | 64 | 0 | 77 | 434 | 43 | 34 |
| Binary | 1010010 | 101110 | 1011111 | 1110 | 110100 | 0 | 111111 | 100011100 | 100011 | 11100 |
Color Harmonies of #522E5F
Complementary color
Monochromatic Colors of #522E5F
Black with #522E5F
Text Example
Text Example
White with #522E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522E5F; }
p { color: rgb(82,46,95); }
H1.HeaderClassName
{
color: #522E5F;
}
.AnyTagClassName
{
color: #522E5F;
}
</style>
background-color css
<style>
a { background-color: #522E5F; }
a { background-color: rgb(82,46,95); }
div.DivClassName
{
background-color: #522E5F;
}
.BgClassName
{
background-color: #522E5F;
}
</style>
border-color css
<style>
span { border-color: #522E5F; }
span { border-color: rgb(82,46,95); }
td.TdClassName
{
border-color: #522E5F;
}
.TagClassName
{
border-color: #522E5F;
}
</style>