Shades of Scarlet Gum #523B5E
Tints of Scarlet Gum #523B5E
RGB
CMYK
RGB Variations
Color information
#523B5E (or 0x523B5E) is known color: Scarlet Gum. HEX triplet: 52, 3B and 5E. RGB value is (82,59,94). Sum of RGB (Red+Green+Blue) = 82+59+94=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #523B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B5E is #ADC4A1. Grayscale: #454545. Windows color (decimal): -11388066 or 6175570. OLE color: 6175570.
HSL color Cylindrical-coordinate representation of color #523B5E: hue angle of 279.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523B5E is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 82 | 59 | 94 | - |
CMYK | 0.13 | 0.37 | 0 | 0.63 |
HSL | 279.43º | 0.23% | 0.3% | - |
HSV(B) | 279.43º | 0.37% | 0.37% | - |
XYZ | 7.06 | 5.73 | 11.32 | - |
YUV | 69.87 | 141.62 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 82 | 59 | 94 | 0.13 | 0.37 | 0 | 0.63 | 279.43 | 0.23 | 0.3 |
Hex | 52 | 3B | 5E | D | 25 | 0 | 3F | 117 | 17 | 1E |
Octal | 122 | 73 | 136 | 15 | 45 | 0 | 77 | 427 | 27 | 36 |
Binary | 1010010 | 111011 | 1011110 | 1101 | 100101 | 0 | 111111 | 100010111 | 10111 | 11110 |
Color Harmonies of #523B5E
Complementary color
Monochromatic Colors of #523B5E
Black with #523B5E
Text Example
Text Example
White with #523B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B5E; }
p { color: rgb(82,59,94); }
H1.HeaderClassName
{
color: #523B5E;
}
.AnyTagClassName
{
color: #523B5E;
}
</style>
background-color css
<style>
a { background-color: #523B5E; }
a { background-color: rgb(82,59,94); }
div.DivClassName
{
background-color: #523B5E;
}
.BgClassName
{
background-color: #523B5E;
}
</style>
border-color css
<style>
span { border-color: #523B5E; }
span { border-color: rgb(82,59,94); }
td.TdClassName
{
border-color: #523B5E;
}
.TagClassName
{
border-color: #523B5E;
}
</style>