Shades of Blue Gem #5239A8
Tints of Blue Gem #5239A8
RGB
CMYK
RGB Variations
Color information
#5239A8 (or 0x5239A8) is known color: Blue Gem. HEX triplet: 52, 39 and A8. RGB value is (82,57,168). Sum of RGB (Red+Green+Blue) = 82+57+168=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #5239A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5239A8 is #ADC657. Grayscale: #4C4C4C. Windows color (decimal): -11388504 or 11024722. OLE color: 11024722.
HSL color Cylindrical-coordinate representation of color #5239A8: hue angle of 253.51º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5239A8 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 57 | 168 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.34 |
| HSL | 253.51º | 0.49% | 0.44% | - |
| HSV(B) | 253.51º | 0.66% | 0.66% | - |
| XYZ | 12.01 | 7.55 | 37.87 | - |
| YUV | 77.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 168 | 0.51 | 0.66 | 0 | 0.34 | 253.51 | 0.49 | 0.44 |
| Hex | 52 | 39 | A8 | 33 | 42 | 0 | 22 | FE | 31 | 2C |
| Octal | 122 | 71 | 250 | 63 | 102 | 0 | 42 | 376 | 61 | 54 |
| Binary | 1010010 | 111001 | 10101000 | 110011 | 1000010 | 0 | 100010 | 11111110 | 110001 | 101100 |
Color Harmonies of #5239A8
Complementary color
Monochromatic Colors of #5239A8
Black with #5239A8
Text Example
Text Example
White with #5239A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5239A8; }
p { color: rgb(82,57,168); }
H1.HeaderClassName
{
color: #5239A8;
}
.AnyTagClassName
{
color: #5239A8;
}
</style>
background-color css
<style>
a { background-color: #5239A8; }
a { background-color: rgb(82,57,168); }
div.DivClassName
{
background-color: #5239A8;
}
.BgClassName
{
background-color: #5239A8;
}
</style>
border-color css
<style>
span { border-color: #5239A8; }
span { border-color: rgb(82,57,168); }
td.TdClassName
{
border-color: #5239A8;
}
.TagClassName
{
border-color: #5239A8;
}
</style>