#503AA9

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

Shades of Blue Gem #503AA9

Tints of Blue Gem #503AA9

Color information

#503AA9 (or 0x503AA9) is unknown color: approx Blue Gem. HEX triplet: 50, 3A and A9. RGB value is (80,58,169). Sum of RGB (Red+Green+Blue) = 80+58+169=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 169 (66.41% from 255 or 55.05% from 307); Max value from RGB is 169 - color contains mainly: blue. Hex color #503AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503AA9 is #AFC556. Grayscale: #4C4C4C. Windows color (decimal): -11519319 or 11090512. OLE color: 11090512.

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

Color convert

RGB8058169-
CMYK0.530.6600.34
HSL251.89º48.9%44.51%-
HSV(B)251.89º65.68%66.27%-
XYZ11.987.638.37-
YUV77.23179.79129.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 169 (66.41% from 255) = 55.05%
R=26.06%
G=18.89%
B=55.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal80581690.530.6600.34251.8948.944.51
Hex503AA93542022fc312d
Octal12072251651020423746155
Binary1010000111010101010011101011000010010001011111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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