Shades of Blue Gem #5037A9
Tints of Blue Gem #5037A9
RGB
CMYK
RGB Variations
Color information
#5037A9 (or 0x5037A9) is known color: Blue Gem. HEX triplet: 50, 37 and A9. RGB value is (80,55,169). Sum of RGB (Red+Green+Blue) = 80+55+169=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #5037A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5037A9 is #AFC856. Grayscale: #4B4B4B. Windows color (decimal): -11520087 or 11089744. OLE color: 11089744.
HSL color Cylindrical-coordinate representation of color #5037A9: hue angle of 253.16º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5037A9 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 55 | 169 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.34 |
| HSL | 253.16º | 0.51% | 0.44% | - |
| HSV(B) | 253.16º | 0.67% | 0.66% | - |
| XYZ | 11.84 | 7.3 | 38.32 | - |
| YUV | 75.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 169 | 0.53 | 0.67 | 0 | 0.34 | 253.16 | 0.51 | 0.44 |
| Hex | 50 | 37 | A9 | 35 | 43 | 0 | 22 | FD | 33 | 2C |
| Octal | 120 | 67 | 251 | 65 | 103 | 0 | 42 | 375 | 63 | 54 |
| Binary | 1010000 | 110111 | 10101001 | 110101 | 1000011 | 0 | 100010 | 11111101 | 110011 | 101100 |
Color Harmonies of #5037A9
Complementary color
Monochromatic Colors of #5037A9
Black with #5037A9
Text Example
Text Example
White with #5037A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5037A9; }
p { color: rgb(80,55,169); }
H1.HeaderClassName
{
color: #5037A9;
}
.AnyTagClassName
{
color: #5037A9;
}
</style>
background-color css
<style>
a { background-color: #5037A9; }
a { background-color: rgb(80,55,169); }
div.DivClassName
{
background-color: #5037A9;
}
.BgClassName
{
background-color: #5037A9;
}
</style>
border-color css
<style>
span { border-color: #5037A9; }
span { border-color: rgb(80,55,169); }
td.TdClassName
{
border-color: #5037A9;
}
.TagClassName
{
border-color: #5037A9;
}
</style>