#502EA9

Color #502EA9 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #502EA9

Tints of Blue Gem #502EA9

Color information

#502EA9 (or 0x502EA9) is unknown color: approx Blue Gem. HEX triplet: 50, 2E and A9. RGB value is (80,46,169). Sum of RGB (Red+Green+Blue) = 80+46+169=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #502EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502EA9 is #AFD156. Grayscale: #454545. Windows color (decimal): -11522391 or 11087440. OLE color: 11087440.

HSL color Cylindrical-coordinate representation of color #502EA9: hue angle of 256.59º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502EA9 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8046169-
CMYK0.530.7300.34
HSL256.59º57.21%42.16%-
HSV(B)256.59º72.78%66.27%-
XYZ11.456.5238.19-
YUV70.19183.76135-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 46 (18.36% from 255) = 15.59%
BLUE value IS 169 (66.41% from 255) = 57.29%
R=27.12%
G=15.59%
B=57.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80461690.530.7300.34256.5957.2142.16
Hex502EA93549022101392a
Octal12056251651110424017152
Binary10100001011101010100111010110010010100010100000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502EA9; }

 p { color: rgb(80,46,169); }

 H1.HeaderClassName
 {
   color: #502EA9;
 }
 .AnyTagClassName
 {
   color: #502EA9;
 }
</style>
background-color css

<style>
 a { background-color: #502EA9; }

 a { background-color: rgb(80,46,169); }

 div.DivClassName
 {
   background-color: #502EA9;
 }
 .BgClassName
 {
   background-color: #502EA9;
 }
</style>
border-color css

<style>
 span { border-color: #502EA9; }

 span { border-color: rgb(80,46,169); }

 td.TdClassName
 {
   border-color: #502EA9;
 }
 .TagClassName
 {
   border-color: #502EA9;
 }
</style>