#503EAD

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

Shades of Blue Gem #503EAD

Tints of Blue Gem #503EAD

Color information

#503EAD (or 0x503EAD) is unknown color: approx Blue Gem. HEX triplet: 50, 3E and AD. RGB value is (80,62,173). Sum of RGB (Red+Green+Blue) = 80+62+173=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #503EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503EAD is #AFC152. Grayscale: #4F4F4F. Windows color (decimal): -11518291 or 11353680. OLE color: 11353680.

HSL color Cylindrical-coordinate representation of color #503EAD: hue angle of 249.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503EAD is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8062173-
CMYK0.540.6400.32
HSL249.73º47.23%46.08%-
HSV(B)249.73º64.16%67.84%-
XYZ12.578.1740.45-
YUV80.04180.46127.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=25.40%
G=19.68%
B=54.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80621730.540.6400.32249.7347.2346.08
Hex503EAD3640020fa2f2e
Octal12076255661000403725756
Binary1010000111110101011011101101000000010000011111010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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