Shades of Blue Gem #503E91
Tints of Blue Gem #503E91
RGB
CMYK
RGB Variations
Color information
#503E91 (or 0x503E91) is known color: Blue Gem. HEX triplet: 50, 3E and 91. RGB value is (80,62,145). Sum of RGB (Red+Green+Blue) = 80+62+145=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #503E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503E91 is #AFC16E. Grayscale: #4C4C4C. Windows color (decimal): -11518319 or 9518672. OLE color: 9518672.
HSL color Cylindrical-coordinate representation of color #503E91: hue angle of 253.01º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503E91 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 62 | 145 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.43 |
| HSL | 253.01º | 0.4% | 0.41% | - |
| HSV(B) | 253.01º | 0.57% | 0.57% | - |
| XYZ | 10.14 | 7.2 | 27.64 | - |
| YUV | 76.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 145 | 0.45 | 0.57 | 0 | 0.43 | 253.01 | 0.4 | 0.41 |
| Hex | 50 | 3E | 91 | 2D | 39 | 0 | 2B | FD | 28 | 29 |
| Octal | 120 | 76 | 221 | 55 | 71 | 0 | 53 | 375 | 50 | 51 |
| Binary | 1010000 | 111110 | 10010001 | 101101 | 111001 | 0 | 101011 | 11111101 | 101000 | 101001 |
Color Harmonies of #503E91
Complementary color
Monochromatic Colors of #503E91
Black with #503E91
Text Example
Text Example
White with #503E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E91; }
p { color: rgb(80,62,145); }
H1.HeaderClassName
{
color: #503E91;
}
.AnyTagClassName
{
color: #503E91;
}
</style>
background-color css
<style>
a { background-color: #503E91; }
a { background-color: rgb(80,62,145); }
div.DivClassName
{
background-color: #503E91;
}
.BgClassName
{
background-color: #503E91;
}
</style>
border-color css
<style>
span { border-color: #503E91; }
span { border-color: rgb(80,62,145); }
td.TdClassName
{
border-color: #503E91;
}
.TagClassName
{
border-color: #503E91;
}
</style>