Shades of Blue Gem #523BAC
Tints of Blue Gem #523BAC
RGB
CMYK
RGB Variations
Color information
#523BAC (or 0x523BAC) is known color: Blue Gem. HEX triplet: 52, 3B and AC. RGB value is (82,59,172). Sum of RGB (Red+Green+Blue) = 82+59+172=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #523BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523BAC is #ADC453. Grayscale: #4E4E4E. Windows color (decimal): -11387988 or 11287378. OLE color: 11287378.
HSL color Cylindrical-coordinate representation of color #523BAC: hue angle of 252.21º 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 #523BAC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 59 | 172 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.33 |
| HSL | 252.21º | 0.49% | 0.45% | - |
| HSV(B) | 252.21º | 0.66% | 0.67% | - |
| XYZ | 12.49 | 7.9 | 39.9 | - |
| YUV | 78.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 172 | 0.52 | 0.66 | 0 | 0.33 | 252.21 | 0.49 | 0.45 |
| Hex | 52 | 3B | AC | 34 | 42 | 0 | 21 | FC | 31 | 2D |
| Octal | 122 | 73 | 254 | 64 | 102 | 0 | 41 | 374 | 61 | 55 |
| Binary | 1010010 | 111011 | 10101100 | 110100 | 1000010 | 0 | 100001 | 11111100 | 110001 | 101101 |
Color Harmonies of #523BAC
Complementary color
Monochromatic Colors of #523BAC
Black with #523BAC
Text Example
Text Example
White with #523BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BAC; }
p { color: rgb(82,59,172); }
H1.HeaderClassName
{
color: #523BAC;
}
.AnyTagClassName
{
color: #523BAC;
}
</style>
background-color css
<style>
a { background-color: #523BAC; }
a { background-color: rgb(82,59,172); }
div.DivClassName
{
background-color: #523BAC;
}
.BgClassName
{
background-color: #523BAC;
}
</style>
border-color css
<style>
span { border-color: #523BAC; }
span { border-color: rgb(82,59,172); }
td.TdClassName
{
border-color: #523BAC;
}
.TagClassName
{
border-color: #523BAC;
}
</style>