Skip to main content Skip to docs navigation

#505b85 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 Marlin and its hex is #515B87 Nearest Color Name

Color Hue/Base color: Blue

Hex #505b85 Color code in RGB color code model is created after adding 31.37% red color, 35.69% green color and 52.16% blue color. Hex #505b85 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 32% magenta, 0% yellow and 47.84% black.

Hex #505b85 color code is between #555588 web safe hex color code and #446677 web safe hex color code. #555588 is the nearest web safe color code. You can see here many more shades of #505b85 color code.

RGB Chart

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

Color Table

Hex Color Code 505b85 #505b85
RGB Decimal 80, 91, 133 80, 91, 133
RGB Percent 31%, 36%, 52% rgb(31%, 36%, 52%)
CSS RGBa 80, 91, 133,1 rgba(80,91,133,1)
CMYK Model cmyk(40%,32%,0%,47.84%)
HSL Color Space 228,25% ,42% hsl(228,25% ,42%)
HSV Color Space 228°, 40%, 52%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010000 01011011 10000101
Octal 120 133 205
Decimal 80 91 133
Hex 50 5b 85

Different shades of #505b85 color code.

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

Darkest of #505b85
#171a25
Darker of #505b85
#2a2f45
Dark of #505b85
#3d4565
Base of #505b85
#505b85
Light of #505b85
#6572a3
Lighter
#858fb6
Lightest
#a5adc9

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

#505b85
#857a50

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

Split Complementary

#505b85
#855f50
#758550

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

Analogous Color

#507a85
#507185
#505b85
#575085
#6d5085

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

#505b85
#5b8550
#85505b

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

#505b85
#85505b
#857a50
#50857a

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

#505b85
#855075
#857a50
#50855f

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 #505b85

#030406
#171a25
#2a2f45
#3d4565
#505b85
#6572a3
#858fb6
#a5adc9
#c5cadc

Tints of #505b85 Color

#505b85
#636d92
#767fa0
#8a91ad
#9da3bb
#b1b6c8
#c4c8d6
#d8dae3
#ebecf1
#ffffff

Shades of #505b85 color code

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

#505b85
#475076
#3e4667
#353c58
#2c3249
#23283b
#1a1e2c
#11141d
#080a0e
#000000

Tones

#505b85
#656770
#6a6a6a
#6a6a6a
#6a6a6a

Tones

Similar Color like #505b85 color

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

#515c86
#525d87
#535e88
#545f89
#55608a
#56618b
#57628c
#58638d
#59648e
#5a658f
#5b6690
#5c6791
#5d6892
#5e6993
#4f5a84
#4e5983
#4d5882
#4c5781
#4b5680
#4a557f
#49547e
#48537d
#47527c
#46517b
#45507a
#444f79
#434e78
#424d77

Download this Dark Blue

Hex #505b85 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.

#505b85 Color Code Preview on Black Background Color

This is how #505b85 Color will look on black background color. Color contrast ratio is 3.18

#505b85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #505b85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #505b85

#505b85 color code is use for CSS Background Color

Background color for the above div is #505b85

HTML with inline CSS

<div style="background-color:#505b85;"></div>

#505b85 color code is use for CSS Border Color

CSS Border color for the above div is #505b85

HTML with inline CSS

<div style="border:5px solid #505b85;"></div>

CSS Border Left color for the above div is #505b85

HTML with inline CSS

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

CSS Border Right color for the above div is #505b85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #505b85

HTML with inline CSS

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

CSS Border Top color for the above div is #505b85

HTML with inline CSS

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

#505b85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#505b85 Color code Preview on White Background

This is how #505b85 Color code will look on white background color. Color contrast ratio is 6.61

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 #505b85; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #505b85; }

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,91,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,122,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,91,133,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }