Shades of Blue Gem #5239AB
Tints of Blue Gem #5239AB
RGB
CMYK
RGB Variations
Color information
#5239AB (or 0x5239AB) is known color: Blue Gem. HEX triplet: 52, 39 and AB. RGB value is (82,57,171). Sum of RGB (Red+Green+Blue) = 82+57+171=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #5239AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5239AB is #ADC654. Grayscale: #4D4D4D. Windows color (decimal): -11388501 or 11221330. OLE color: 11221330.
HSL color Cylindrical-coordinate representation of color #5239AB: hue angle of 253.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5239AB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 57 | 171 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.33 |
| HSL | 253.16º | 0.5% | 0.45% | - |
| HSV(B) | 253.16º | 0.67% | 0.67% | - |
| XYZ | 12.29 | 7.66 | 39.36 | - |
| YUV | 77.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 171 | 0.52 | 0.67 | 0 | 0.33 | 253.16 | 0.5 | 0.45 |
| Hex | 52 | 39 | AB | 34 | 43 | 0 | 21 | FD | 32 | 2D |
| Octal | 122 | 71 | 253 | 64 | 103 | 0 | 41 | 375 | 62 | 55 |
| Binary | 1010010 | 111001 | 10101011 | 110100 | 1000011 | 0 | 100001 | 11111101 | 110010 | 101101 |
Color Harmonies of #5239AB
Complementary color
Monochromatic Colors of #5239AB
Black with #5239AB
Text Example
Text Example
White with #5239AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5239AB; }
p { color: rgb(82,57,171); }
H1.HeaderClassName
{
color: #5239AB;
}
.AnyTagClassName
{
color: #5239AB;
}
</style>
background-color css
<style>
a { background-color: #5239AB; }
a { background-color: rgb(82,57,171); }
div.DivClassName
{
background-color: #5239AB;
}
.BgClassName
{
background-color: #5239AB;
}
</style>
border-color css
<style>
span { border-color: #5239AB; }
span { border-color: rgb(82,57,171); }
td.TdClassName
{
border-color: #5239AB;
}
.TagClassName
{
border-color: #5239AB;
}
</style>