Shades of Blue Gem #523AAA
Tints of Blue Gem #523AAA
RGB
CMYK
RGB Variations
Color information
#523AAA (or 0x523AAA) is known color: Blue Gem. HEX triplet: 52, 3A and AA. RGB value is (82,58,170). Sum of RGB (Red+Green+Blue) = 82+58+170=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #523AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523AAA is #ADC555. Grayscale: #4D4D4D. Windows color (decimal): -11388246 or 11156050. OLE color: 11156050.
HSL color Cylindrical-coordinate representation of color #523AAA: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523AAA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 58 | 170 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.33 |
| HSL | 252.86º | 0.49% | 0.45% | - |
| HSV(B) | 252.86º | 0.66% | 0.67% | - |
| XYZ | 12.25 | 7.72 | 38.88 | - |
| YUV | 77.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 170 | 0.52 | 0.66 | 0 | 0.33 | 252.86 | 0.49 | 0.45 |
| Hex | 52 | 3A | AA | 34 | 42 | 0 | 21 | FD | 31 | 2D |
| Octal | 122 | 72 | 252 | 64 | 102 | 0 | 41 | 375 | 61 | 55 |
| Binary | 1010010 | 111010 | 10101010 | 110100 | 1000010 | 0 | 100001 | 11111101 | 110001 | 101101 |
Color Harmonies of #523AAA
Complementary color
Monochromatic Colors of #523AAA
Black with #523AAA
Text Example
Text Example
White with #523AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523AAA; }
p { color: rgb(82,58,170); }
H1.HeaderClassName
{
color: #523AAA;
}
.AnyTagClassName
{
color: #523AAA;
}
</style>
background-color css
<style>
a { background-color: #523AAA; }
a { background-color: rgb(82,58,170); }
div.DivClassName
{
background-color: #523AAA;
}
.BgClassName
{
background-color: #523AAA;
}
</style>
border-color css
<style>
span { border-color: #523AAA; }
span { border-color: rgb(82,58,170); }
td.TdClassName
{
border-color: #523AAA;
}
.TagClassName
{
border-color: #523AAA;
}
</style>