Shades of Blue Gem #502E9F
Tints of Blue Gem #502E9F
RGB
CMYK
RGB Variations
Color information
#502E9F (or 0x502E9F) is known color: Blue Gem. HEX triplet: 50, 2E and 9F. RGB value is (80,46,159). Sum of RGB (Red+Green+Blue) = 80+46+159=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #502E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502E9F is #AFD160. Grayscale: #444444. Windows color (decimal): -11522401 or 10432080. OLE color: 10432080.
HSL color Cylindrical-coordinate representation of color #502E9F: hue angle of 258.05º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502E9F is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 46 | 159 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.38 |
| HSL | 258.05º | 0.55% | 0.4% | - |
| HSV(B) | 258.05º | 0.71% | 0.62% | - |
| XYZ | 10.54 | 6.16 | 33.43 | - |
| YUV | 69.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 159 | 0.50 | 0.71 | 0 | 0.38 | 258.05 | 0.55 | 0.4 |
| Hex | 50 | 2E | 9F | 32 | 47 | 0 | 26 | 102 | 37 | 28 |
| Octal | 120 | 56 | 237 | 62 | 107 | 0 | 46 | 402 | 67 | 50 |
| Binary | 1010000 | 101110 | 10011111 | 110010 | 1000111 | 0 | 100110 | 100000010 | 110111 | 101000 |
Color Harmonies of #502E9F
Complementary color
Monochromatic Colors of #502E9F
Black with #502E9F
Text Example
Text Example
White with #502E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E9F; }
p { color: rgb(80,46,159); }
H1.HeaderClassName
{
color: #502E9F;
}
.AnyTagClassName
{
color: #502E9F;
}
</style>
background-color css
<style>
a { background-color: #502E9F; }
a { background-color: rgb(80,46,159); }
div.DivClassName
{
background-color: #502E9F;
}
.BgClassName
{
background-color: #502E9F;
}
</style>
border-color css
<style>
span { border-color: #502E9F; }
span { border-color: rgb(80,46,159); }
td.TdClassName
{
border-color: #502E9F;
}
.TagClassName
{
border-color: #502E9F;
}
</style>