#50409D

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

Shades of Blue Gem #50409D

Tints of Blue Gem #50409D

Color information

#50409D (or 0x50409D) is unknown color: approx Blue Gem. HEX triplet: 50, 40 and 9D. RGB value is (80,64,157). Sum of RGB (Red+Green+Blue) = 80+64+157=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #50409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50409D is #AFBF62. Grayscale: #4F4F4F. Windows color (decimal): -11517795 or 10305616. OLE color: 10305616.

HSL color Cylindrical-coordinate representation of color #50409D: hue angle of 250.32º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50409D is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8064157-
CMYK0.490.5900.38
HSL250.32º42.08%43.33%-
HSV(B)250.32º59.24%61.57%-
XYZ11.237.8132.81-
YUV79.39171.8128.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=26.58%
G=21.26%
B=52.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80641570.490.5900.38250.3242.0843.33
Hex50409D313B026fa2a2b
Octal12010023561730463725253
Binary1010000100000010011101110001111011010011011111010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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