Html Css Color HEX #503293 Blue Gem

📋 copy color: '#503293'

red 80 ◦ green 50 ◦ blue 147

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

Shades of Blue Gem #503293

Tints of Blue Gem #503293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 28.88%
G = 18.05%
B = 53.07%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#503293 (or 0x503293) is known color: Blue Gem. HEX triplet: 50, 32 and 93. RGB value is (80,50,147). Sum of RGB (Red+Green+Blue) = 80+50+147=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #503293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503293 is #AFCD6C. Grayscale: #454545. Windows color (decimal): -11521389 or 9646672. OLE color: 9646672.

HSL color Cylindrical-coordinate representation of color #503293: hue angle of 258.56º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #503293 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 50 147 -
CMYK 0.46 0.66 0 0.42
HSL 258.56º 0.49% 0.39% -
HSV(B) 258.56º 0.66% 0.58% -
XYZ 9.72 6.09 28.27 -
YUV 70.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 80 50 147 0.46 0.66 0 0.42 258.56 0.49 0.39
Hex 50 32 93 2E 42 0 2A 103 31 27
Octal 120 62 223 56 102 0 52 403 61 47
Binary 1010000 110010 10010011 101110 1000010 0 101010 100000011 110001 100111

Color Harmonies of #503293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503293

Black with #503293

Text Example


Text Example

White with #503293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503293; }

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

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

background-color css

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

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

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

border-color css

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

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

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