Shades of Blue Gem #503E92
Tints of Blue Gem #503E92
RGB
CMYK
RGB Variations
Color information
#503E92 (or 0x503E92) is known color: Blue Gem. HEX triplet: 50, 3E and 92. RGB value is (80,62,146). Sum of RGB (Red+Green+Blue) = 80+62+146=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #503E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503E92 is #AFC16D. Grayscale: #4C4C4C. Windows color (decimal): -11518318 or 9584208. OLE color: 9584208.
HSL color Cylindrical-coordinate representation of color #503E92: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503E92 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 62 | 146 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.43 |
| HSL | 252.86º | 0.4% | 0.41% | - |
| HSV(B) | 252.86º | 0.58% | 0.57% | - |
| XYZ | 10.22 | 7.23 | 28.05 | - |
| YUV | 76.96 | 166.96 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 146 | 0.45 | 0.58 | 0 | 0.43 | 252.86 | 0.4 | 0.41 |
| Hex | 50 | 3E | 92 | 2D | 3A | 0 | 2B | FD | 28 | 29 |
| Octal | 120 | 76 | 222 | 55 | 72 | 0 | 53 | 375 | 50 | 51 |
| Binary | 1010000 | 111110 | 10010010 | 101101 | 111010 | 0 | 101011 | 11111101 | 101000 | 101001 |
Color Harmonies of #503E92
Complementary color
Monochromatic Colors of #503E92
Black with #503E92
Text Example
Text Example
White with #503E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E92; }
p { color: rgb(80,62,146); }
H1.HeaderClassName
{
color: #503E92;
}
.AnyTagClassName
{
color: #503E92;
}
</style>
background-color css
<style>
a { background-color: #503E92; }
a { background-color: rgb(80,62,146); }
div.DivClassName
{
background-color: #503E92;
}
.BgClassName
{
background-color: #503E92;
}
</style>
border-color css
<style>
span { border-color: #503E92; }
span { border-color: rgb(80,62,146); }
td.TdClassName
{
border-color: #503E92;
}
.TagClassName
{
border-color: #503E92;
}
</style>