Shades of Scarlet Gum #523A5C
Tints of Scarlet Gum #523A5C
RGB
CMYK
RGB Variations
Color information
#523A5C (or 0x523A5C) is known color: Scarlet Gum. HEX triplet: 52, 3A and 5C. RGB value is (82,58,92). Sum of RGB (Red+Green+Blue) = 82+58+92=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #523A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A5C is #ADC5A3. Grayscale: #444444. Windows color (decimal): -11388324 or 6044242. OLE color: 6044242.
HSL color Cylindrical-coordinate representation of color #523A5C: hue angle of 282.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523A5C is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 58 | 92 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.64 |
| HSL | 282.35º | 0.23% | 0.29% | - |
| HSV(B) | 282.35º | 0.37% | 0.36% | - |
| XYZ | 6.92 | 5.59 | 10.84 | - |
| YUV | 69.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 92 | 0.11 | 0.37 | 0 | 0.64 | 282.35 | 0.23 | 0.29 |
| Hex | 52 | 3A | 5C | B | 25 | 0 | 40 | 11A | 17 | 1D |
| Octal | 122 | 72 | 134 | 13 | 45 | 0 | 100 | 432 | 27 | 35 |
| Binary | 1010010 | 111010 | 1011100 | 1011 | 100101 | 0 | 1000000 | 100011010 | 10111 | 11101 |
Color Harmonies of #523A5C
Complementary color
Monochromatic Colors of #523A5C
Black with #523A5C
Text Example
Text Example
White with #523A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A5C; }
p { color: rgb(82,58,92); }
H1.HeaderClassName
{
color: #523A5C;
}
.AnyTagClassName
{
color: #523A5C;
}
</style>
background-color css
<style>
a { background-color: #523A5C; }
a { background-color: rgb(82,58,92); }
div.DivClassName
{
background-color: #523A5C;
}
.BgClassName
{
background-color: #523A5C;
}
</style>
border-color css
<style>
span { border-color: #523A5C; }
span { border-color: rgb(82,58,92); }
td.TdClassName
{
border-color: #523A5C;
}
.TagClassName
{
border-color: #523A5C;
}
</style>