Shades of Blue Gem #503F90
Tints of Blue Gem #503F90
RGB
CMYK
RGB Variations
Color information
#503F90 (or 0x503F90) is known color: Blue Gem. HEX triplet: 50, 3F and 90. RGB value is (80,63,144). Sum of RGB (Red+Green+Blue) = 80+63+144=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #503F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F90 is #AFC06F. Grayscale: #4D4D4D. Windows color (decimal): -11518064 or 9453392. OLE color: 9453392.
HSL color Cylindrical-coordinate representation of color #503F90: hue angle of 252.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503F90 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 63 | 144 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.44 |
| HSL | 252.59º | 0.39% | 0.41% | - |
| HSV(B) | 252.59º | 0.56% | 0.56% | - |
| XYZ | 10.12 | 7.27 | 27.26 | - |
| YUV | 77.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 144 | 0.44 | 0.56 | 0 | 0.44 | 252.59 | 0.39 | 0.41 |
| Hex | 50 | 3F | 90 | 2C | 38 | 0 | 2C | FD | 27 | 29 |
| Octal | 120 | 77 | 220 | 54 | 70 | 0 | 54 | 375 | 47 | 51 |
| Binary | 1010000 | 111111 | 10010000 | 101100 | 111000 | 0 | 101100 | 11111101 | 100111 | 101001 |
Color Harmonies of #503F90
Complementary color
Monochromatic Colors of #503F90
Black with #503F90
Text Example
Text Example
White with #503F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F90; }
p { color: rgb(80,63,144); }
H1.HeaderClassName
{
color: #503F90;
}
.AnyTagClassName
{
color: #503F90;
}
</style>
background-color css
<style>
a { background-color: #503F90; }
a { background-color: rgb(80,63,144); }
div.DivClassName
{
background-color: #503F90;
}
.BgClassName
{
background-color: #503F90;
}
</style>
border-color css
<style>
span { border-color: #503F90; }
span { border-color: rgb(80,63,144); }
td.TdClassName
{
border-color: #503F90;
}
.TagClassName
{
border-color: #503F90;
}
</style>