Shades of Blue Gem #523BAB
Tints of Blue Gem #523BAB
RGB
CMYK
RGB Variations
Color information
#523BAB (or 0x523BAB) is known color: Blue Gem. HEX triplet: 52, 3B and AB. RGB value is (82,59,171). Sum of RGB (Red+Green+Blue) = 82+59+171=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #523BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523BAB is #ADC454. Grayscale: #4E4E4E. Windows color (decimal): -11387989 or 11221842. OLE color: 11221842.
HSL color Cylindrical-coordinate representation of color #523BAB: hue angle of 252.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #523BAB is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 59 | 171 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.33 |
| HSL | 252.32º | 0.49% | 0.45% | - |
| HSV(B) | 252.32º | 0.65% | 0.67% | - |
| XYZ | 12.39 | 7.86 | 39.39 | - |
| YUV | 78.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 171 | 0.52 | 0.65 | 0 | 0.33 | 252.32 | 0.49 | 0.45 |
| Hex | 52 | 3B | AB | 34 | 41 | 0 | 21 | FC | 31 | 2D |
| Octal | 122 | 73 | 253 | 64 | 101 | 0 | 41 | 374 | 61 | 55 |
| Binary | 1010010 | 111011 | 10101011 | 110100 | 1000001 | 0 | 100001 | 11111100 | 110001 | 101101 |
Color Harmonies of #523BAB
Complementary color
Monochromatic Colors of #523BAB
Black with #523BAB
Text Example
Text Example
White with #523BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523BAB; }
p { color: rgb(82,59,171); }
H1.HeaderClassName
{
color: #523BAB;
}
.AnyTagClassName
{
color: #523BAB;
}
</style>
background-color css
<style>
a { background-color: #523BAB; }
a { background-color: rgb(82,59,171); }
div.DivClassName
{
background-color: #523BAB;
}
.BgClassName
{
background-color: #523BAB;
}
</style>
border-color css
<style>
span { border-color: #523BAB; }
span { border-color: rgb(82,59,171); }
td.TdClassName
{
border-color: #523BAB;
}
.TagClassName
{
border-color: #523BAB;
}
</style>