#50379C

Color #50379C Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #50379C

Tints of Blue Gem #50379C

Color information

#50379C (or 0x50379C) is unknown color: approx Blue Gem. HEX triplet: 50, 37 and 9C. RGB value is (80,55,156). Sum of RGB (Red+Green+Blue) = 80+55+156=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #50379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50379C is #AFC863. Grayscale: #494949. Windows color (decimal): -11520100 or 10237776. OLE color: 10237776.

HSL color Cylindrical-coordinate representation of color #50379C: hue angle of 254.85º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50379C is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8055156-
CMYK0.490.6500.39
HSL254.85º47.87%41.37%-
HSV(B)254.85º64.74%61.18%-
XYZ10.686.8432.21-
YUV73.99174.28132.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=27.49%
G=18.90%
B=53.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80551560.490.6500.39254.8547.8741.37
Hex50379C3141027ff3029
Octal12067234611010473776051
Binary1010000110111100111001100011000001010011111111111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50379C; }

 p { color: rgb(80,55,156); }

 H1.HeaderClassName
 {
   color: #50379C;
 }
 .AnyTagClassName
 {
   color: #50379C;
 }
</style>
background-color css

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

 a { background-color: rgb(80,55,156); }

 div.DivClassName
 {
   background-color: #50379C;
 }
 .BgClassName
 {
   background-color: #50379C;
 }
</style>
border-color css

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

 span { border-color: rgb(80,55,156); }

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