Shades of Blue Gem #503490
Tints of Blue Gem #503490
RGB
CMYK
RGB Variations
Color information
#503490 (or 0x503490) is known color: Blue Gem. HEX triplet: 50, 34 and 90. RGB value is (80,52,144). Sum of RGB (Red+Green+Blue) = 80+52+144=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #503490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503490 is #AFCB6F. Grayscale: #464646. Windows color (decimal): -11520880 or 9450576. OLE color: 9450576.
HSL color Cylindrical-coordinate representation of color #503490: hue angle of 258.26º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503490 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 52 | 144 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.44 |
| HSL | 258.26º | 0.47% | 0.38% | - |
| HSV(B) | 258.26º | 0.64% | 0.56% | - |
| XYZ | 9.57 | 6.18 | 27.07 | - |
| YUV | 70.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 52 | 144 | 0.44 | 0.64 | 0 | 0.44 | 258.26 | 0.47 | 0.38 |
| Hex | 50 | 34 | 90 | 2C | 40 | 0 | 2C | 102 | 2F | 26 |
| Octal | 120 | 64 | 220 | 54 | 100 | 0 | 54 | 402 | 57 | 46 |
| Binary | 1010000 | 110100 | 10010000 | 101100 | 1000000 | 0 | 101100 | 100000010 | 101111 | 100110 |
Color Harmonies of #503490
Complementary color
Monochromatic Colors of #503490
Black with #503490
Text Example
Text Example
White with #503490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503490; }
p { color: rgb(80,52,144); }
H1.HeaderClassName
{
color: #503490;
}
.AnyTagClassName
{
color: #503490;
}
</style>
background-color css
<style>
a { background-color: #503490; }
a { background-color: rgb(80,52,144); }
div.DivClassName
{
background-color: #503490;
}
.BgClassName
{
background-color: #503490;
}
</style>
border-color css
<style>
span { border-color: #503490; }
span { border-color: rgb(80,52,144); }
td.TdClassName
{
border-color: #503490;
}
.TagClassName
{
border-color: #503490;
}
</style>