#50408B

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

Shades of Blue Gem #50408B

Tints of Blue Gem #50408B

Color information

#50408B (or 0x50408B) is unknown color: approx Blue Gem. HEX triplet: 50, 40 and 8B. RGB value is (80,64,139). Sum of RGB (Red+Green+Blue) = 80+64+139=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #50408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50408B is #AFBF74. Grayscale: #4D4D4D. Windows color (decimal): -11517813 or 9125968. OLE color: 9125968.

HSL color Cylindrical-coordinate representation of color #50408B: hue angle of 252.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50408B is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8064139-
CMYK0.420.5400.45
HSL252.8º36.95%39.8%-
HSV(B)252.8º53.96%54.51%-
XYZ9.87.2425.31-
YUV77.33162.8129.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=28.27%
G=22.61%
B=49.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80641390.420.5400.45252.836.9539.8
Hex50408B2A3602Dfd2528
Octal12010021352660553754550
Binary1010000100000010001011101010110110010110111111101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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