Shades of Blue Gem #503B86
Tints of Blue Gem #503B86
RGB
CMYK
RGB Variations
Color information
#503B86 (or 0x503B86) is known color: Blue Gem. HEX triplet: 50, 3B and 86. RGB value is (80,59,134). Sum of RGB (Red+Green+Blue) = 80+59+134=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #503B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503B86 is #AFC479. Grayscale: #494949. Windows color (decimal): -11519098 or 8797008. OLE color: 8797008.
HSL color Cylindrical-coordinate representation of color #503B86: hue angle of 256.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503B86 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 59 | 134 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.47 |
| HSL | 256.8º | 0.39% | 0.38% | - |
| HSV(B) | 256.8º | 0.56% | 0.53% | - |
| XYZ | 9.18 | 6.55 | 23.34 | - |
| YUV | 73.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 134 | 0.40 | 0.56 | 0 | 0.47 | 256.8 | 0.39 | 0.38 |
| Hex | 50 | 3B | 86 | 28 | 38 | 0 | 2F | 101 | 27 | 26 |
| Octal | 120 | 73 | 206 | 50 | 70 | 0 | 57 | 401 | 47 | 46 |
| Binary | 1010000 | 111011 | 10000110 | 101000 | 111000 | 0 | 101111 | 100000001 | 100111 | 100110 |
Color Harmonies of #503B86
Complementary color
Monochromatic Colors of #503B86
Black with #503B86
Text Example
Text Example
White with #503B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B86; }
p { color: rgb(80,59,134); }
H1.HeaderClassName
{
color: #503B86;
}
.AnyTagClassName
{
color: #503B86;
}
</style>
background-color css
<style>
a { background-color: #503B86; }
a { background-color: rgb(80,59,134); }
div.DivClassName
{
background-color: #503B86;
}
.BgClassName
{
background-color: #503B86;
}
</style>
border-color css
<style>
span { border-color: #503B86; }
span { border-color: rgb(80,59,134); }
td.TdClassName
{
border-color: #503B86;
}
.TagClassName
{
border-color: #503B86;
}
</style>