Shades of Blue Gem #503F92
Tints of Blue Gem #503F92
RGB
CMYK
RGB Variations
Color information
#503F92 (or 0x503F92) is known color: Blue Gem. HEX triplet: 50, 3F and 92. RGB value is (80,63,146). Sum of RGB (Red+Green+Blue) = 80+63+146=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #503F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F92 is #AFC06D. Grayscale: #4D4D4D. Windows color (decimal): -11518062 or 9584464. OLE color: 9584464.
HSL color Cylindrical-coordinate representation of color #503F92: hue angle of 252.29º 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 #503F92 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 63 | 146 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.43 |
| HSL | 252.29º | 0.4% | 0.41% | - |
| HSV(B) | 252.29º | 0.57% | 0.57% | - |
| XYZ | 10.27 | 7.34 | 28.07 | - |
| YUV | 77.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 146 | 0.45 | 0.57 | 0 | 0.43 | 252.29 | 0.4 | 0.41 |
| Hex | 50 | 3F | 92 | 2D | 39 | 0 | 2B | FC | 28 | 29 |
| Octal | 120 | 77 | 222 | 55 | 71 | 0 | 53 | 374 | 50 | 51 |
| Binary | 1010000 | 111111 | 10010010 | 101101 | 111001 | 0 | 101011 | 11111100 | 101000 | 101001 |
Color Harmonies of #503F92
Complementary color
Monochromatic Colors of #503F92
Black with #503F92
Text Example
Text Example
White with #503F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F92; }
p { color: rgb(80,63,146); }
H1.HeaderClassName
{
color: #503F92;
}
.AnyTagClassName
{
color: #503F92;
}
</style>
background-color css
<style>
a { background-color: #503F92; }
a { background-color: rgb(80,63,146); }
div.DivClassName
{
background-color: #503F92;
}
.BgClassName
{
background-color: #503F92;
}
</style>
border-color css
<style>
span { border-color: #503F92; }
span { border-color: rgb(80,63,146); }
td.TdClassName
{
border-color: #503F92;
}
.TagClassName
{
border-color: #503F92;
}
</style>