Shades of Blue Gem #523E93
Tints of Blue Gem #523E93
RGB
CMYK
RGB Variations
Color information
#523E93 (or 0x523E93) is known color: Blue Gem. HEX triplet: 52, 3E and 93. RGB value is (82,62,147). Sum of RGB (Red+Green+Blue) = 82+62+147=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #523E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523E93 is #ADC16C. Grayscale: #4D4D4D. Windows color (decimal): -11387245 or 9649746. OLE color: 9649746.
HSL color Cylindrical-coordinate representation of color #523E93: hue angle of 254.12º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #523E93 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 62 | 147 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.42 |
| HSL | 254.12º | 0.41% | 0.41% | - |
| HSV(B) | 254.12º | 0.58% | 0.58% | - |
| XYZ | 10.47 | 7.35 | 28.47 | - |
| YUV | 77.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 147 | 0.44 | 0.58 | 0 | 0.42 | 254.12 | 0.41 | 0.41 |
| Hex | 52 | 3E | 93 | 2C | 3A | 0 | 2A | FE | 29 | 29 |
| Octal | 122 | 76 | 223 | 54 | 72 | 0 | 52 | 376 | 51 | 51 |
| Binary | 1010010 | 111110 | 10010011 | 101100 | 111010 | 0 | 101010 | 11111110 | 101001 | 101001 |
Color Harmonies of #523E93
Complementary color
Monochromatic Colors of #523E93
Black with #523E93
Text Example
Text Example
White with #523E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E93; }
p { color: rgb(82,62,147); }
H1.HeaderClassName
{
color: #523E93;
}
.AnyTagClassName
{
color: #523E93;
}
</style>
background-color css
<style>
a { background-color: #523E93; }
a { background-color: rgb(82,62,147); }
div.DivClassName
{
background-color: #523E93;
}
.BgClassName
{
background-color: #523E93;
}
</style>
border-color css
<style>
span { border-color: #523E93; }
span { border-color: rgb(82,62,147); }
td.TdClassName
{
border-color: #523E93;
}
.TagClassName
{
border-color: #523E93;
}
</style>