Shades of Blue Gem #523D9A
Tints of Blue Gem #523D9A
RGB
CMYK
RGB Variations
Color information
#523D9A (or 0x523D9A) is known color: Blue Gem. HEX triplet: 52, 3D and 9A. RGB value is (82,61,154). Sum of RGB (Red+Green+Blue) = 82+61+154=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #523D9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523D9A is #ADC265. Grayscale: #4D4D4D. Windows color (decimal): -11387494 or 10108242. OLE color: 10108242.
HSL color Cylindrical-coordinate representation of color #523D9A: hue angle of 253.55º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523D9A is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 61 | 154 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.40 |
| HSL | 253.55º | 0.43% | 0.42% | - |
| HSV(B) | 253.55º | 0.6% | 0.6% | - |
| XYZ | 10.98 | 7.46 | 31.43 | - |
| YUV | 77.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 154 | 0.47 | 0.60 | 0 | 0.40 | 253.55 | 0.43 | 0.42 |
| Hex | 52 | 3D | 9A | 2F | 3C | 0 | 28 | FE | 2B | 2A |
| Octal | 122 | 75 | 232 | 57 | 74 | 0 | 50 | 376 | 53 | 52 |
| Binary | 1010010 | 111101 | 10011010 | 101111 | 111100 | 0 | 101000 | 11111110 | 101011 | 101010 |
Color Harmonies of #523D9A
Complementary color
Monochromatic Colors of #523D9A
Black with #523D9A
Text Example
Text Example
White with #523D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D9A; }
p { color: rgb(82,61,154); }
H1.HeaderClassName
{
color: #523D9A;
}
.AnyTagClassName
{
color: #523D9A;
}
</style>
background-color css
<style>
a { background-color: #523D9A; }
a { background-color: rgb(82,61,154); }
div.DivClassName
{
background-color: #523D9A;
}
.BgClassName
{
background-color: #523D9A;
}
</style>
border-color css
<style>
span { border-color: #523D9A; }
span { border-color: rgb(82,61,154); }
td.TdClassName
{
border-color: #523D9A;
}
.TagClassName
{
border-color: #523D9A;
}
</style>