Html Css Color HEX #50329A Blue Gem

📋 copy color: '#50329A'

red 80 ◦ green 50 ◦ blue 154

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

Shades of Blue Gem #50329A

Tints of Blue Gem #50329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.23%

R = 28.17%
G = 17.61%
B = 54.23%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50329A (or 0x50329A) is known color: Blue Gem. HEX triplet: 50, 32 and 9A. RGB value is (80,50,154). Sum of RGB (Red+Green+Blue) = 80+50+154=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #50329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50329A is #AFCD65. Grayscale: #464646. Windows color (decimal): -11521382 or 10105424. OLE color: 10105424.

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

Color convert

RGB 80 50 154 -
CMYK 0.48 0.68 0 0.40
HSL 257.31º 0.51% 0.4% -
HSV(B) 257.31º 0.68% 0.6% -
XYZ 10.28 6.32 31.25 -
YUV 70.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 80 50 154 0.48 0.68 0 0.40 257.31 0.51 0.4
Hex 50 32 9A 30 44 0 28 101 33 28
Octal 120 62 232 60 104 0 50 401 63 50
Binary 1010000 110010 10011010 110000 1000100 0 101000 100000001 110011 101000

Color Harmonies of #50329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50329A

Black with #50329A

Text Example


Text Example

White with #50329A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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