Shades of Blue Gem #523DAC
Tints of Blue Gem #523DAC
RGB
CMYK
RGB Variations
Color information
#523DAC (or 0x523DAC) is known color: Blue Gem. HEX triplet: 52, 3D and AC. RGB value is (82,61,172). Sum of RGB (Red+Green+Blue) = 82+61+172=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #523DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523DAC is #ADC253. Grayscale: #4F4F4F. Windows color (decimal): -11387476 or 11287890. OLE color: 11287890.
HSL color Cylindrical-coordinate representation of color #523DAC: hue angle of 251.35º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523DAC is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 61 | 172 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.33 |
| HSL | 251.35º | 0.48% | 0.46% | - |
| HSV(B) | 251.35º | 0.65% | 0.67% | - |
| XYZ | 12.59 | 8.11 | 39.93 | - |
| YUV | 79.93 | 179.96 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 172 | 0.52 | 0.65 | 0 | 0.33 | 251.35 | 0.48 | 0.46 |
| Hex | 52 | 3D | AC | 34 | 41 | 0 | 21 | FB | 30 | 2E |
| Octal | 122 | 75 | 254 | 64 | 101 | 0 | 41 | 373 | 60 | 56 |
| Binary | 1010010 | 111101 | 10101100 | 110100 | 1000001 | 0 | 100001 | 11111011 | 110000 | 101110 |
Color Harmonies of #523DAC
Complementary color
Monochromatic Colors of #523DAC
Black with #523DAC
Text Example
Text Example
White with #523DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DAC; }
p { color: rgb(82,61,172); }
H1.HeaderClassName
{
color: #523DAC;
}
.AnyTagClassName
{
color: #523DAC;
}
</style>
background-color css
<style>
a { background-color: #523DAC; }
a { background-color: rgb(82,61,172); }
div.DivClassName
{
background-color: #523DAC;
}
.BgClassName
{
background-color: #523DAC;
}
</style>
border-color css
<style>
span { border-color: #523DAC; }
span { border-color: rgb(82,61,172); }
td.TdClassName
{
border-color: #523DAC;
}
.TagClassName
{
border-color: #523DAC;
}
</style>