Shades of Blue Gem #523EAC
Tints of Blue Gem #523EAC
RGB
CMYK
RGB Variations
Color information
#523EAC (or 0x523EAC) is known color: Blue Gem. HEX triplet: 52, 3E and AC. RGB value is (82,62,172). Sum of RGB (Red+Green+Blue) = 82+62+172=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #523EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523EAC is #ADC153. Grayscale: #505050. Windows color (decimal): -11387220 or 11288146. OLE color: 11288146.
HSL color Cylindrical-coordinate representation of color #523EAC: hue angle of 250.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #523EAC is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 62 | 172 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.33 |
| HSL | 250.91º | 0.47% | 0.46% | - |
| HSV(B) | 250.91º | 0.64% | 0.67% | - |
| XYZ | 12.65 | 8.22 | 39.95 | - |
| YUV | 80.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 172 | 0.52 | 0.64 | 0 | 0.33 | 250.91 | 0.47 | 0.46 |
| Hex | 52 | 3E | AC | 34 | 40 | 0 | 21 | FB | 2F | 2E |
| Octal | 122 | 76 | 254 | 64 | 100 | 0 | 41 | 373 | 57 | 56 |
| Binary | 1010010 | 111110 | 10101100 | 110100 | 1000000 | 0 | 100001 | 11111011 | 101111 | 101110 |
Color Harmonies of #523EAC
Complementary color
Monochromatic Colors of #523EAC
Black with #523EAC
Text Example
Text Example
White with #523EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523EAC; }
p { color: rgb(82,62,172); }
H1.HeaderClassName
{
color: #523EAC;
}
.AnyTagClassName
{
color: #523EAC;
}
</style>
background-color css
<style>
a { background-color: #523EAC; }
a { background-color: rgb(82,62,172); }
div.DivClassName
{
background-color: #523EAC;
}
.BgClassName
{
background-color: #523EAC;
}
</style>
border-color css
<style>
span { border-color: #523EAC; }
span { border-color: rgb(82,62,172); }
td.TdClassName
{
border-color: #523EAC;
}
.TagClassName
{
border-color: #523EAC;
}
</style>