Html Css Color HEX #503E8C Blue Gem

📋 copy color: '#503E8C'

red 80 ◦ green 62 ◦ blue 140

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

Shades of Blue Gem #503E8C

Tints of Blue Gem #503E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 28.37%
G = 21.99%
B = 49.65%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#503E8C (or 0x503E8C) is known color: Blue Gem. HEX triplet: 50, 3E and 8C. RGB value is (80,62,140). Sum of RGB (Red+Green+Blue) = 80+62+140=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #503E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503E8C is #AFC173. Grayscale: #4B4B4B. Windows color (decimal): -11518324 or 9190992. OLE color: 9190992.

HSL color Cylindrical-coordinate representation of color #503E8C: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503E8C is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 62 140 -
CMYK 0.43 0.56 0 0.45
HSL 253.85º 0.39% 0.4% -
HSV(B) 253.85º 0.56% 0.55% -
XYZ 9.76 7.04 25.66 -
YUV 76.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 80 62 140 0.43 0.56 0 0.45 253.85 0.39 0.4
Hex 50 3E 8C 2B 38 0 2D FE 27 28
Octal 120 76 214 53 70 0 55 376 47 50
Binary 1010000 111110 10001100 101011 111000 0 101101 11111110 100111 101000

Color Harmonies of #503E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E8C

Black with #503E8C

Text Example


Text Example

White with #503E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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