Html Css Color HEX #503EAB Blue Gem

📋 copy color: '#503EAB'

red 80 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #503EAB

Tints of Blue Gem #503EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 25.56%
G = 19.81%
B = 54.63%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#503EAB (or 0x503EAB) is known color: Blue Gem. HEX triplet: 50, 3E and AB. RGB value is (80,62,171). Sum of RGB (Red+Green+Blue) = 80+62+171=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #503EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503EAB is #AFC154. Grayscale: #4F4F4F. Windows color (decimal): -11518293 or 11222608. OLE color: 11222608.

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

Color convert

RGB 80 62 171 -
CMYK 0.53 0.64 0 0.33
HSL 249.91º 0.47% 0.46% -
HSV(B) 249.91º 0.64% 0.67% -
XYZ 12.38 8.09 39.44 -
YUV 79.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 80 62 171 0.53 0.64 0 0.33 249.91 0.47 0.46
Hex 50 3E AB 35 40 0 21 FA 2F 2E
Octal 120 76 253 65 100 0 41 372 57 56
Binary 1010000 111110 10101011 110101 1000000 0 100001 11111010 101111 101110

Color Harmonies of #503EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EAB

Black with #503EAB

Text Example


Text Example

White with #503EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #503EAB;
 }
 .AnyTagClassName
 {
   color: #503EAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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