#503EAE

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

Shades of Rich Blue #503EAE

Tints of Rich Blue #503EAE

Color information

#503EAE (or 0x503EAE) is unknown color: approx Rich Blue. HEX triplet: 50, 3E and AE. RGB value is (80,62,174). Sum of RGB (Red+Green+Blue) = 80+62+174=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #503EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503EAE is #AFC151. Grayscale: #4F4F4F. Windows color (decimal): -11518290 or 11419216. OLE color: 11419216.

HSL color Cylindrical-coordinate representation of color #503EAE: hue angle of 249.64º 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 #503EAE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8062174-
CMYK0.540.6400.32
HSL249.64º47.46%46.27%-
HSV(B)249.64º64.37%68.24%-
XYZ12.678.2140.96-
YUV80.15180.96127.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=25.32%
G=19.62%
B=55.06%

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
Decimal80621740.540.6400.32249.6447.4646.27
Hex503EAE3640020fa2f2e
Octal12076256661000403725756
Binary1010000111110101011101101101000000010000011111010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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