#50339F

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

Shades of Blue Gem #50339F

Tints of Blue Gem #50339F

Color information

#50339F (or 0x50339F) is unknown color: approx Blue Gem. HEX triplet: 50, 33 and 9F. RGB value is (80,51,159). Sum of RGB (Red+Green+Blue) = 80+51+159=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #50339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50339F is #AFCC60. Grayscale: #474747. Windows color (decimal): -11521121 or 10433360. OLE color: 10433360.

HSL color Cylindrical-coordinate representation of color #50339F: hue angle of 256.11º degrees, saturation: 0.51, 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 #50339F is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8051159-
CMYK0.500.6800.38
HSL256.11º51.43%41.18%-
HSV(B)256.11º67.92%62.35%-
XYZ10.756.5833.5-
YUV71.98177.11133.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.59%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=27.59%
G=17.59%
B=54.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80511590.500.6800.38256.1151.4341.18
Hex50339F32440261003329
Octal12063237621040464006351
Binary10100001100111001111111001010001000100110100000000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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