Shades of Blue Gem #503790
Tints of Blue Gem #503790
RGB
CMYK
RGB Variations
Color information
#503790 (or 0x503790) is known color: Blue Gem. HEX triplet: 50, 37 and 90. RGB value is (80,55,144). Sum of RGB (Red+Green+Blue) = 80+55+144=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #503790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503790 is #AFC86F. Grayscale: #484848. Windows color (decimal): -11520112 or 9451344. OLE color: 9451344.
HSL color Cylindrical-coordinate representation of color #503790: hue angle of 256.85º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503790 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 55 | 144 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.44 |
| HSL | 256.85º | 0.45% | 0.39% | - |
| HSV(B) | 256.85º | 0.62% | 0.56% | - |
| XYZ | 9.71 | 6.45 | 27.12 | - |
| YUV | 72.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 55 | 144 | 0.44 | 0.62 | 0 | 0.44 | 256.85 | 0.45 | 0.39 |
| Hex | 50 | 37 | 90 | 2C | 3E | 0 | 2C | 101 | 2D | 27 |
| Octal | 120 | 67 | 220 | 54 | 76 | 0 | 54 | 401 | 55 | 47 |
| Binary | 1010000 | 110111 | 10010000 | 101100 | 111110 | 0 | 101100 | 100000001 | 101101 | 100111 |
Color Harmonies of #503790
Complementary color
Monochromatic Colors of #503790
Black with #503790
Text Example
Text Example
White with #503790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503790; }
p { color: rgb(80,55,144); }
H1.HeaderClassName
{
color: #503790;
}
.AnyTagClassName
{
color: #503790;
}
</style>
background-color css
<style>
a { background-color: #503790; }
a { background-color: rgb(80,55,144); }
div.DivClassName
{
background-color: #503790;
}
.BgClassName
{
background-color: #503790;
}
</style>
border-color css
<style>
span { border-color: #503790; }
span { border-color: rgb(80,55,144); }
td.TdClassName
{
border-color: #503790;
}
.TagClassName
{
border-color: #503790;
}
</style>