Shades of Blue Gem #5041A9
Tints of Blue Gem #5041A9
RGB
CMYK
RGB Variations
Color information
#5041A9 (or 0x5041A9) is known color: Blue Gem. HEX triplet: 50, 41 and A9. RGB value is (80,65,169). Sum of RGB (Red+Green+Blue) = 80+65+169=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #5041A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5041A9 is #AFBE56. Grayscale: #505050. Windows color (decimal): -11517527 or 11092304. OLE color: 11092304.
HSL color Cylindrical-coordinate representation of color #5041A9: hue angle of 248.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5041A9 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 65 | 169 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.34 |
| HSL | 248.65º | 0.44% | 0.46% | - |
| HSV(B) | 248.65º | 0.62% | 0.66% | - |
| XYZ | 12.36 | 8.35 | 38.5 | - |
| YUV | 81.34 | 177.47 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 169 | 0.53 | 0.62 | 0 | 0.34 | 248.65 | 0.44 | 0.46 |
| Hex | 50 | 41 | A9 | 35 | 3E | 0 | 22 | F9 | 2C | 2E |
| Octal | 120 | 101 | 251 | 65 | 76 | 0 | 42 | 371 | 54 | 56 |
| Binary | 1010000 | 1000001 | 10101001 | 110101 | 111110 | 0 | 100010 | 11111001 | 101100 | 101110 |
Color Harmonies of #5041A9
Complementary color
Monochromatic Colors of #5041A9
Black with #5041A9
Text Example
Text Example
White with #5041A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5041A9; }
p { color: rgb(80,65,169); }
H1.HeaderClassName
{
color: #5041A9;
}
.AnyTagClassName
{
color: #5041A9;
}
</style>
background-color css
<style>
a { background-color: #5041A9; }
a { background-color: rgb(80,65,169); }
div.DivClassName
{
background-color: #5041A9;
}
.BgClassName
{
background-color: #5041A9;
}
</style>
border-color css
<style>
span { border-color: #5041A9; }
span { border-color: rgb(80,65,169); }
td.TdClassName
{
border-color: #5041A9;
}
.TagClassName
{
border-color: #5041A9;
}
</style>