Html Css Color HEX #50329D Blue Gem

📋 copy color: '#50329D'

red 80 ◦ green 50 ◦ blue 157

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

Shades of Blue Gem #50329D

Tints of Blue Gem #50329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.7%

R = 27.87%
G = 17.42%
B = 54.7%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50329D (or 0x50329D) is known color: Blue Gem. HEX triplet: 50, 32 and 9D. RGB value is (80,50,157). Sum of RGB (Red+Green+Blue) = 80+50+157=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #50329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50329D is #AFCD62. Grayscale: #464646. Windows color (decimal): -11521379 or 10302032. OLE color: 10302032.

HSL color Cylindrical-coordinate representation of color #50329D: hue angle of 256.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50329D is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 50 157 -
CMYK 0.49 0.68 0 0.38
HSL 256.82º 0.52% 0.41% -
HSV(B) 256.82º 0.68% 0.62% -
XYZ 10.53 6.42 32.58 -
YUV 71.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 80 50 157 0.49 0.68 0 0.38 256.82 0.52 0.41
Hex 50 32 9D 31 44 0 26 101 34 29
Octal 120 62 235 61 104 0 46 401 64 51
Binary 1010000 110010 10011101 110001 1000100 0 100110 100000001 110100 101001

Color Harmonies of #50329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50329D

Black with #50329D

Text Example


Text Example

White with #50329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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