Shades of Blue Gem #523CAF
Tints of Blue Gem #523CAF
RGB
CMYK
RGB Variations
Color information
#523CAF (or 0x523CAF) is known color: Blue Gem. HEX triplet: 52, 3C and AF. RGB value is (82,60,175). Sum of RGB (Red+Green+Blue) = 82+60+175=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #523CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523CAF is #ADC350. Grayscale: #4F4F4F. Windows color (decimal): -11387729 or 11484242. OLE color: 11484242.
HSL color Cylindrical-coordinate representation of color #523CAF: hue angle of 251.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523CAF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 60 | 175 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.31 |
| HSL | 251.48º | 0.49% | 0.46% | - |
| HSV(B) | 251.48º | 0.66% | 0.69% | - |
| XYZ | 12.83 | 8.12 | 41.45 | - |
| YUV | 79.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 175 | 0.53 | 0.66 | 0 | 0.31 | 251.48 | 0.49 | 0.46 |
| Hex | 52 | 3C | AF | 35 | 42 | 0 | 1F | FB | 31 | 2E |
| Octal | 122 | 74 | 257 | 65 | 102 | 0 | 37 | 373 | 61 | 56 |
| Binary | 1010010 | 111100 | 10101111 | 110101 | 1000010 | 0 | 11111 | 11111011 | 110001 | 101110 |
Color Harmonies of #523CAF
Complementary color
Monochromatic Colors of #523CAF
Black with #523CAF
Text Example
Text Example
White with #523CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CAF; }
p { color: rgb(82,60,175); }
H1.HeaderClassName
{
color: #523CAF;
}
.AnyTagClassName
{
color: #523CAF;
}
</style>
background-color css
<style>
a { background-color: #523CAF; }
a { background-color: rgb(82,60,175); }
div.DivClassName
{
background-color: #523CAF;
}
.BgClassName
{
background-color: #523CAF;
}
</style>
border-color css
<style>
span { border-color: #523CAF; }
span { border-color: rgb(82,60,175); }
td.TdClassName
{
border-color: #523CAF;
}
.TagClassName
{
border-color: #523CAF;
}
</style>