Skip to main content Skip to docs navigation

#50839b hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Jay Bird and its hex is #50859E Nearest Color Name

Color Hue/Base color: Blue

Hex #50839b Color code in RGB color code model is created after adding 31.37% red color, 51.37% green color and 60.78% blue color. Hex #50839b Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 15% magenta, 0% yellow and 39.22% black.

Hex #50839b color code is between #558899 web safe hex color code and #4477aa web safe hex color code. #558899 is the nearest web safe color code. You can see here many more shades of #50839b color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 50839b #50839b
RGB Decimal 80, 131, 155 80, 131, 155
RGB Percent 31%, 51%, 61% rgb(31%, 51%, 61%)
CSS RGBa 80, 131, 155,1 rgba(80,131,155,1)
CMYK Model cmyk(48%,15%,0%,39.22%)
HSL Color Space 199,32% ,46% hsl(199,32% ,46%)
HSV Color Space 199°, 48%, 61%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010000 10000011 10011011
Octal 120 203 233
Decimal 80 131 155
Hex 50 83 9b

Different shades of #50839b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #50839b
#1c2e36
Darker of #50839b
#2d4a58
Dark of #50839b
#3f6779
Base of #50839b
#50839b
Light of #50839b
#6b9cb3
Lighter
#8db2c4
Lightest
#afc9d5

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#50839b
#9b6850

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#50839b
#9b505e
#9b8e50

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#509b87
#509b94
#50839b
#506a9b
#55509b

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#50839b
#839b50
#9b5083

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#50839b
#9b5083
#9b6850
#509b68

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#50839b
#8e509b
#9b6850
#5e9b50

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #50839b

#0b1114
#1c2e36
#2d4a58
#3f6779
#50839b
#6b9cb3
#8db2c4
#afc9d5
#d0e0e7

Tints of #50839b Color

#50839b
#6390a6
#769eb1
#8aacbc
#9dbac7
#b1c7d2
#c4d5dd
#d8e3e8
#ebf1f3
#ffffff

Shades of #50839b color code

Generate more color scales with scales (color stack) generator.

#50839b
#477489
#3e6578
#355767
#2c4856
#233a44
#1a2b33
#111d22
#080e11
#000000

Tones

#50839b
#687b83
#767676
#767676
#767676

Tones

Similar Color like #50839b color

Find visually similar hex color codes nearing to #50839b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#51849c
#52859d
#53869e
#54879f
#5588a0
#5689a1
#578aa2
#588ba3
#598ca4
#5a8da5
#5b8ea6
#5c8fa7
#5d90a8
#5e91a9
#4f829a
#4e8199
#4d8098
#4c7f97
#4b7e96
#4a7d95
#497c94
#487b93
#477a92
#467991
#457890
#44778f
#43768e
#42758d

Download this Dark Blue

Hex #50839b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#50839b Color Code Preview on Black Background Color

This is how #50839b Color will look on black background color. Color contrast ratio is 5.06

#50839b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#50839b">Your Example Paragraph content text in with font color #50839b </p>

Your Example Paragraph content text in with font color #50839b

HTML with inline CSS

<div style="color:#50839b">Your Paragraph text in with font color #50839b </div>

Your Example Paragraph content text in with font color #50839b

#50839b color code is use for CSS Background Color

Background color for the above div is #50839b

HTML with inline CSS

<div style="background-color:#50839b;"></div>

#50839b color code is use for CSS Border Color

CSS Border color for the above div is #50839b

HTML with inline CSS

<div style="border:5px solid #50839b;"></div>

CSS Border Left color for the above div is #50839b

HTML with inline CSS

<div style="border-left:5px solid #50839b;"></div>

CSS Border Right color for the above div is #50839b

HTML with inline CSS

<div style="border-right:5px solid #50839b;"></div>

CSS Border Bottom color for the above div is #50839b

HTML with inline CSS

<div style="border-bottom:5px solid #50839b;"></div>

CSS Border Top color for the above div is #50839b

HTML with inline CSS

<div style="border-top:5px solid #50839b;"></div>

#50839b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#50839b; } .examplecolorclass {color:#50839b; } .examplebordercolor {border:3px solid #50839b; }

#50839b Color code Preview on White Background

This is how #50839b Color code will look on white background color. Color contrast ratio is 4.15

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #50839b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #50839b; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(80,131,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,104,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,131,155,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }