Html Css Color HEX #50339A Blue Gem

📋 copy color: '#50339A'

red 80 ◦ green 51 ◦ blue 154

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

Shades of Blue Gem #50339A

Tints of Blue Gem #50339A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 28.07%
G = 17.89%
B = 54.04%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50339A (or 0x50339A) is known color: Blue Gem. HEX triplet: 50, 33 and 9A. RGB value is (80,51,154). Sum of RGB (Red+Green+Blue) = 80+51+154=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #50339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50339A is #AFCC65. Grayscale: #474747. Windows color (decimal): -11521126 or 10105680. OLE color: 10105680.

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

Color convert

RGB 80 51 154 -
CMYK 0.48 0.67 0 0.40
HSL 256.89º 0.5% 0.4% -
HSV(B) 256.89º 0.67% 0.6% -
XYZ 10.32 6.41 31.26 -
YUV 71.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 80 51 154 0.48 0.67 0 0.40 256.89 0.5 0.4
Hex 50 33 9A 30 43 0 28 101 32 28
Octal 120 63 232 60 103 0 50 401 62 50
Binary 1010000 110011 10011010 110000 1000011 0 101000 100000001 110010 101000

Color Harmonies of #50339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50339A

Black with #50339A

Text Example


Text Example

White with #50339A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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