#503E93

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

Shades of Blue Gem #503E93

Tints of Blue Gem #503E93

Color information

#503E93 (or 0x503E93) is unknown color: approx Blue Gem. HEX triplet: 50, 3E and 93. RGB value is (80,62,147). Sum of RGB (Red+Green+Blue) = 80+62+147=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #503E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503E93 is #AFC16C. Grayscale: #4C4C4C. Windows color (decimal): -11518317 or 9649744. OLE color: 9649744.

HSL color Cylindrical-coordinate representation of color #503E93: hue angle of 252.71º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503E93 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8062147-
CMYK0.460.5800.42
HSL252.71º40.67%40.98%-
HSV(B)252.71º57.82%57.65%-
XYZ10.37.2628.46-
YUV77.07167.46130.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=27.68%
G=21.45%
B=50.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80621470.460.5800.42252.7140.6740.98
Hex503E932E3A02Afd2929
Octal1207622356720523755151
Binary101000011111010010011101110111010010101011111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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