Html Css Color HEX #503EAD Blue Gem

📋 copy color: '#503EAD'

red 80 ◦ green 62 ◦ blue 173

#503EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #503EAD

Tints of Blue Gem #503EAD

RGB

 RED value IS 80 (31.64% from 255) = 25.4%

 GREEN value IS 62 (24.61% from 255) = 19.68%

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 25.4%
G = 19.68%
B = 54.92%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#503EAD (or 0x503EAD) is known color: 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

RGB 80 62 173 -
CMYK 0.54 0.64 0 0.32
HSL 249.73º 0.47% 0.46% -
HSV(B) 249.73º 0.64% 0.68% -
XYZ 12.57 8.17 40.45 -
YUV 80.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 80 62 173 0.54 0.64 0 0.32 249.73 0.47 0.46
Hex 50 3E AD 36 40 0 20 FA 2F 2E
Octal 120 76 255 66 100 0 40 372 57 56
Binary 1010000 111110 10101101 110110 1000000 0 100000 11111010 101111 101110

Color Harmonies of #503EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EAD

Black with #503EAD

Text Example


Text Example

White with #503EAD

Text Example


Text Example

HTML Codes & Css Web 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>