Shades of Blue Gem #503F89
Tints of Blue Gem #503F89
RGB
CMYK
RGB Variations
Color information
#503F89 (or 0x503F89) is known color: Blue Gem. HEX triplet: 50, 3F and 89. RGB value is (80,63,137). Sum of RGB (Red+Green+Blue) = 80+63+137=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #503F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F89 is #AFC076. Grayscale: #4C4C4C. Windows color (decimal): -11518071 or 8994640. OLE color: 8994640.
HSL color Cylindrical-coordinate representation of color #503F89: hue angle of 253.78º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503F89 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 63 | 137 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.46 |
| HSL | 253.78º | 0.37% | 0.39% | - |
| HSV(B) | 253.78º | 0.54% | 0.54% | - |
| XYZ | 9.6 | 7.07 | 24.52 | - |
| YUV | 76.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 137 | 0.42 | 0.54 | 0 | 0.46 | 253.78 | 0.37 | 0.39 |
| Hex | 50 | 3F | 89 | 2A | 36 | 0 | 2E | FE | 25 | 27 |
| Octal | 120 | 77 | 211 | 52 | 66 | 0 | 56 | 376 | 45 | 47 |
| Binary | 1010000 | 111111 | 10001001 | 101010 | 110110 | 0 | 101110 | 11111110 | 100101 | 100111 |
Color Harmonies of #503F89
Complementary color
Monochromatic Colors of #503F89
Black with #503F89
Text Example
Text Example
White with #503F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F89; }
p { color: rgb(80,63,137); }
H1.HeaderClassName
{
color: #503F89;
}
.AnyTagClassName
{
color: #503F89;
}
</style>
background-color css
<style>
a { background-color: #503F89; }
a { background-color: rgb(80,63,137); }
div.DivClassName
{
background-color: #503F89;
}
.BgClassName
{
background-color: #503F89;
}
</style>
border-color css
<style>
span { border-color: #503F89; }
span { border-color: rgb(80,63,137); }
td.TdClassName
{
border-color: #503F89;
}
.TagClassName
{
border-color: #503F89;
}
</style>