Skip to main content Skip to docs navigation

#516a86 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 Pantone 2167 C and its hex is #506D85 Nearest Color Name

Color Hue/Base color: Blue

Hex #516a86 Color code in RGB color code model is created after adding 31.76% red color, 41.57% green color and 52.55% blue color. Hex #516a86 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 21% magenta, 0% yellow and 47.45% black.

Hex #516a86 color code is between #556688 web safe hex color code and #447777 web safe hex color code. #556688 is the nearest web safe color code. You can see here many more shades of #516a86 color code.

RGB Chart

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

Color Table

Hex Color Code 516a86 #516a86
RGB Decimal 81, 106, 134 81, 106, 134
RGB Percent 32%, 42%, 53% rgb(32%, 42%, 53%)
CSS RGBa 81, 106, 134,1 rgba(81,106,134,1)
CMYK Model cmyk(40%,21%,0%,47.45%)
HSL Color Space 212,25% ,42% hsl(212,25% ,42%)
HSV Color Space 212°, 40%, 53%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010001 01101010 10000110
Octal 121 152 206
Decimal 81 106 134
Hex 51 6a 86

Different shades of #516a86 color code.

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

Darkest of #516a86
#171f27
Darker of #516a86
#2b3846
Dark of #516a86
#3e5166
Base of #516a86
#516a86
Light of #516a86
#6783a3
Lighter
#879db6
Lightest
#a7b7ca

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

#516a86
#866d51

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

Split Complementary

#516a86
#865351
#858651

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

Analogous Color

#518683
#518086
#516a86
#515886
#605186

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

#516a86
#6a8651
#86516a

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

#516a86
#86516a
#866d51
#51866d

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

#516a86
#865185
#866d51
#518653

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 #516a86

#040507
#171f27
#2b3846
#3e5166
#516a86
#6783a3
#879db6
#a7b7ca
#c6d1dd

Tints of #516a86 Color

#516a86
#647a93
#778ba0
#8b9bae
#9eacbb
#b1bcc9
#c5cdd6
#d8dde4
#ebeef1
#ffffff

Shades of #516a86 color code

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

#516a86
#485e77
#3f5268
#364659
#2d3a4a
#242f3b
#1b232c
#12171d
#090b0e
#000000

Tones

#516a86
#676b71
#6c6c6c
#6c6c6c
#6c6c6c

Tones

Similar Color like #516a86 color

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

#526b87
#536c88
#546d89
#556e8a
#566f8b
#57708c
#58718d
#59728e
#5a738f
#5b7490
#5c7591
#5d7692
#5e7793
#5f7894
#506985
#4f6884
#4e6783
#4d6682
#4c6581
#4b6480
#4a637f
#49627e
#48617d
#47607c
#465f7b
#455e7a
#445d79
#435c78

Download this Dark Blue

Hex #516a86 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.

#516a86 Color Code Preview on Black Background Color

This is how #516a86 Color will look on black background color. Color contrast ratio is 3.76

#516a86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #516a86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #516a86

#516a86 color code is use for CSS Background Color

Background color for the above div is #516a86

HTML with inline CSS

<div style="background-color:#516a86;"></div>

#516a86 color code is use for CSS Border Color

CSS Border color for the above div is #516a86

HTML with inline CSS

<div style="border:5px solid #516a86;"></div>

CSS Border Left color for the above div is #516a86

HTML with inline CSS

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

CSS Border Right color for the above div is #516a86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #516a86

HTML with inline CSS

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

CSS Border Top color for the above div is #516a86

HTML with inline CSS

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

#516a86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#516a86 Color code Preview on White Background

This is how #516a86 Color code will look on white background color. Color contrast ratio is 5.59

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

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(81,106,134,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(134,109,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,106,134,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }