Shades of Blue Gem #5039A9
Tints of Blue Gem #5039A9
RGB
CMYK
RGB Variations
Color information
#5039A9 (or 0x5039A9) is known color: Blue Gem. HEX triplet: 50, 39 and A9. RGB value is (80,57,169). Sum of RGB (Red+Green+Blue) = 80+57+169=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #5039A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5039A9 is #AFC656. Grayscale: #4C4C4C. Windows color (decimal): -11519575 or 11090256. OLE color: 11090256.
HSL color Cylindrical-coordinate representation of color #5039A9: hue angle of 252.32º degrees, saturation: 0.5, 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 #5039A9 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 57 | 169 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.34 |
| HSL | 252.32º | 0.5% | 0.44% | - |
| HSV(B) | 252.32º | 0.66% | 0.66% | - |
| XYZ | 11.93 | 7.5 | 38.35 | - |
| YUV | 76.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 169 | 0.53 | 0.66 | 0 | 0.34 | 252.32 | 0.5 | 0.44 |
| Hex | 50 | 39 | A9 | 35 | 42 | 0 | 22 | FC | 32 | 2C |
| Octal | 120 | 71 | 251 | 65 | 102 | 0 | 42 | 374 | 62 | 54 |
| Binary | 1010000 | 111001 | 10101001 | 110101 | 1000010 | 0 | 100010 | 11111100 | 110010 | 101100 |
Color Harmonies of #5039A9
Complementary color
Monochromatic Colors of #5039A9
Black with #5039A9
Text Example
Text Example
White with #5039A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5039A9; }
p { color: rgb(80,57,169); }
H1.HeaderClassName
{
color: #5039A9;
}
.AnyTagClassName
{
color: #5039A9;
}
</style>
background-color css
<style>
a { background-color: #5039A9; }
a { background-color: rgb(80,57,169); }
div.DivClassName
{
background-color: #5039A9;
}
.BgClassName
{
background-color: #5039A9;
}
</style>
border-color css
<style>
span { border-color: #5039A9; }
span { border-color: rgb(80,57,169); }
td.TdClassName
{
border-color: #5039A9;
}
.TagClassName
{
border-color: #5039A9;
}
</style>