#50408E

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

Shades of Blue Gem #50408E

Tints of Blue Gem #50408E

Color information

#50408E (or 0x50408E) is unknown color: approx Blue Gem. HEX triplet: 50, 40 and 8E. RGB value is (80,64,142). Sum of RGB (Red+Green+Blue) = 80+64+142=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #50408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50408E is #AFBF71. Grayscale: #4D4D4D. Windows color (decimal): -11517810 or 9322576. OLE color: 9322576.

HSL color Cylindrical-coordinate representation of color #50408E: hue angle of 252.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50408E is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8064142-
CMYK0.440.5500.44
HSL252.31º37.86%40.39%-
HSV(B)252.31º54.93%55.69%-
XYZ10.027.3326.48-
YUV77.68164.3129.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=27.97%
G=22.38%
B=49.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80641420.440.5500.44252.3137.8640.39
Hex50408E2C3702Cfc2628
Octal12010021654670543744650
Binary1010000100000010001110101100110111010110011111100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50408E; }

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

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

<style>
 a { background-color: #50408E; }

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

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

<style>
 span { border-color: #50408E; }

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

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