#503EA9

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

Shades of Blue Gem #503EA9

Tints of Blue Gem #503EA9

Color information

#503EA9 (or 0x503EA9) is unknown color: approx Blue Gem. HEX triplet: 50, 3E and A9. RGB value is (80,62,169). Sum of RGB (Red+Green+Blue) = 80+62+169=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #503EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503EA9 is #AFC156. Grayscale: #4F4F4F. Windows color (decimal): -11518295 or 11091536. OLE color: 11091536.

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

Color convert

RGB8062169-
CMYK0.530.6300.34
HSL250.09º46.32%45.29%-
HSV(B)250.09º63.31%66.27%-
XYZ12.198.0238.44-
YUV79.58178.46128.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 62 (24.61% from 255) = 19.94%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=25.72%
G=19.94%
B=54.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80621690.530.6300.34250.0946.3245.29
Hex503EA9353F022fa2e2d
Octal1207625165770423725655
Binary101000011111010101001110101111111010001011111010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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