#50338C

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

Shades of Blue Gem #50338C

Tints of Blue Gem #50338C

Color information

#50338C (or 0x50338C) is unknown color: approx Blue Gem. HEX triplet: 50, 33 and 8C. RGB value is (80,51,140). Sum of RGB (Red+Green+Blue) = 80+51+140=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #50338C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50338C is #AFCC73. Grayscale: #454545. Windows color (decimal): -11521140 or 9188176. OLE color: 9188176.

HSL color Cylindrical-coordinate representation of color #50338C: hue angle of 259.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50338C is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8051140-
CMYK0.430.6400.45
HSL259.55º46.6%37.45%-
HSV(B)259.55º63.57%54.9%-
XYZ9.235.9725.48-
YUV69.82167.61135.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=29.52%
G=18.82%
B=51.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80511400.430.6400.45259.5546.637.45
Hex50338C2B4002D1042f25
Octal12063214531000554045745
Binary10100001100111000110010101110000000101101100000100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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