Html Css Color HEX #50329B Blue Gem

📋 copy color: '#50329B'

red 80 ◦ green 50 ◦ blue 155

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

Shades of Blue Gem #50329B

Tints of Blue Gem #50329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.39%

R = 28.07%
G = 17.54%
B = 54.39%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50329B (or 0x50329B) is known color: Blue Gem. HEX triplet: 50, 32 and 9B. RGB value is (80,50,155). Sum of RGB (Red+Green+Blue) = 80+50+155=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #50329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50329B is #AFCD64. Grayscale: #464646. Windows color (decimal): -11521381 or 10170960. OLE color: 10170960.

HSL color Cylindrical-coordinate representation of color #50329B: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50329B is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 50 155 -
CMYK 0.48 0.68 0 0.39
HSL 257.14º 0.51% 0.4% -
HSV(B) 257.14º 0.68% 0.61% -
XYZ 10.37 6.35 31.69 -
YUV 70.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 80 50 155 0.48 0.68 0 0.39 257.14 0.51 0.4
Hex 50 32 9B 30 44 0 27 101 33 28
Octal 120 62 233 60 104 0 47 401 63 50
Binary 1010000 110010 10011011 110000 1000100 0 100111 100000001 110011 101000

Color Harmonies of #50329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50329B

Black with #50329B

Text Example


Text Example

White with #50329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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