#50409F

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

Shades of Blue Gem #50409F

Tints of Blue Gem #50409F

Color information

#50409F (or 0x50409F) is unknown color: approx Blue Gem. HEX triplet: 50, 40 and 9F. RGB value is (80,64,159). Sum of RGB (Red+Green+Blue) = 80+64+159=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #50409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50409F is #AFBF60. Grayscale: #4F4F4F. Windows color (decimal): -11517793 or 10436688. OLE color: 10436688.

HSL color Cylindrical-coordinate representation of color #50409F: hue angle of 250.11º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50409F is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8064159-
CMYK0.500.6000.38
HSL250.11º42.6%43.73%-
HSV(B)250.11º59.75%62.35%-
XYZ11.47.8833.72-
YUV79.61172.8128.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 159 (62.5% from 255) = 52.48%
R=26.40%
G=21.12%
B=52.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80641590.500.6000.38250.1142.643.73
Hex50409F323C026fa2b2c
Octal12010023762740463725354
Binary1010000100000010011111110010111100010011011111010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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