Shades of Blue Gem #523A9A
Tints of Blue Gem #523A9A
RGB
CMYK
RGB Variations
Color information
#523A9A (or 0x523A9A) is known color: Blue Gem. HEX triplet: 52, 3A and 9A. RGB value is (82,58,154). Sum of RGB (Red+Green+Blue) = 82+58+154=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #523A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523A9A is #ADC565. Grayscale: #4B4B4B. Windows color (decimal): -11388262 or 10107474. OLE color: 10107474.
HSL color Cylindrical-coordinate representation of color #523A9A: hue angle of 255º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #523A9A is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 58 | 154 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.40 |
| HSL | 255º | 0.45% | 0.42% | - |
| HSV(B) | 255º | 0.62% | 0.6% | - |
| XYZ | 10.83 | 7.15 | 31.38 | - |
| YUV | 76.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 154 | 0.47 | 0.62 | 0 | 0.40 | 255 | 0.45 | 0.42 |
| Hex | 52 | 3A | 9A | 2F | 3E | 0 | 28 | FF | 2D | 2A |
| Octal | 122 | 72 | 232 | 57 | 76 | 0 | 50 | 377 | 55 | 52 |
| Binary | 1010010 | 111010 | 10011010 | 101111 | 111110 | 0 | 101000 | 11111111 | 101101 | 101010 |
Color Harmonies of #523A9A
Complementary color
Monochromatic Colors of #523A9A
Black with #523A9A
Text Example
Text Example
White with #523A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A9A; }
p { color: rgb(82,58,154); }
H1.HeaderClassName
{
color: #523A9A;
}
.AnyTagClassName
{
color: #523A9A;
}
</style>
background-color css
<style>
a { background-color: #523A9A; }
a { background-color: rgb(82,58,154); }
div.DivClassName
{
background-color: #523A9A;
}
.BgClassName
{
background-color: #523A9A;
}
</style>
border-color css
<style>
span { border-color: #523A9A; }
span { border-color: rgb(82,58,154); }
td.TdClassName
{
border-color: #523A9A;
}
.TagClassName
{
border-color: #523A9A;
}
</style>