Html Css Color HEX #503291 Blue Gem

📋 copy color: '#503291'

red 80 ◦ green 50 ◦ blue 145

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

Shades of Blue Gem #503291

Tints of Blue Gem #503291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.18%

 BLUE value IS 145 (57.03% from 255) = 52.73%

R = 29.09%
G = 18.18%
B = 52.73%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#503291 (or 0x503291) is known color: Blue Gem. HEX triplet: 50, 32 and 91. RGB value is (80,50,145). Sum of RGB (Red+Green+Blue) = 80+50+145=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #503291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503291 is #AFCD6E. Grayscale: #454545. Windows color (decimal): -11521391 or 9515600. OLE color: 9515600.

HSL color Cylindrical-coordinate representation of color #503291: hue angle of 258.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503291 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 50 145 -
CMYK 0.45 0.66 0 0.43
HSL 258.95º 0.49% 0.38% -
HSV(B) 258.95º 0.66% 0.57% -
XYZ 9.56 6.03 27.45 -
YUV 69.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 80 50 145 0.45 0.66 0 0.43 258.95 0.49 0.38
Hex 50 32 91 2D 42 0 2B 103 31 26
Octal 120 62 221 55 102 0 53 403 61 46
Binary 1010000 110010 10010001 101101 1000010 0 101011 100000011 110001 100110

Color Harmonies of #503291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503291

Black with #503291

Text Example


Text Example

White with #503291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503291; }

 p { color: rgb(80,50,145); }

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

background-color css

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

 a { background-color: rgb(80,50,145); }

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

border-color css

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

 span { border-color: rgb(80,50,145); }

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