Html Css Color HEX #503EAC Blue Gem

📋 copy color: '#503EAC'

red 80 ◦ green 62 ◦ blue 172

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

Shades of Blue Gem #503EAC

Tints of Blue Gem #503EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 25.48%
G = 19.75%
B = 54.78%

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

#503EAC (or 0x503EAC) is known color: Blue Gem. HEX triplet: 50, 3E and AC. RGB value is (80,62,172). Sum of RGB (Red+Green+Blue) = 80+62+172=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #503EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503EAC is #AFC153. Grayscale: #4F4F4F. Windows color (decimal): -11518292 or 11288144. OLE color: 11288144.

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

Color convert

RGB 80 62 172 -
CMYK 0.53 0.64 0 0.33
HSL 249.82º 0.47% 0.46% -
HSV(B) 249.82º 0.64% 0.67% -
XYZ 12.48 8.13 39.94 -
YUV 79.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 80 62 172 0.53 0.64 0 0.33 249.82 0.47 0.46
Hex 50 3E AC 35 40 0 21 FA 2F 2E
Octal 120 76 254 65 100 0 41 372 57 56
Binary 1010000 111110 10101100 110101 1000000 0 100001 11111010 101111 101110

Color Harmonies of #503EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EAC

Black with #503EAC

Text Example


Text Example

White with #503EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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