Html Css Color HEX #503EAA Blue Gem

📋 copy color: '#503EAA'

red 80 ◦ green 62 ◦ blue 170

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

Shades of Blue Gem #503EAA

Tints of Blue Gem #503EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 25.64%
G = 19.87%
B = 54.49%

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

#503EAA (or 0x503EAA) is known color: Blue Gem. HEX triplet: 50, 3E and AA. RGB value is (80,62,170). Sum of RGB (Red+Green+Blue) = 80+62+170=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #503EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503EAA is #AFC155. Grayscale: #4F4F4F. Windows color (decimal): -11518294 or 11157072. OLE color: 11157072.

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

Color convert

RGB 80 62 170 -
CMYK 0.53 0.64 0 0.33
HSL 250º 0.47% 0.45% -
HSV(B) 250º 0.64% 0.67% -
XYZ 12.29 8.05 38.94 -
YUV 79.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 80 62 170 0.53 0.64 0 0.33 250 0.47 0.45
Hex 50 3E AA 35 40 0 21 FA 2F 2D
Octal 120 76 252 65 100 0 41 372 57 55
Binary 1010000 111110 10101010 110101 1000000 0 100001 11111010 101111 101101

Color Harmonies of #503EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EAA

Black with #503EAA

Text Example


Text Example

White with #503EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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