Skip to main content Skip to docs navigation

#516dcc 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 Borage Blue and its hex is #5566CC Nearest Color Name

Color Hue/Base color: Blue

Hex #516dcc Color code in RGB color code model is created after adding 31.76% red color, 42.75% green color and 80% blue color. Hex #516dcc Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 47% magenta, 0% yellow and 20% black.

Hex #516dcc color code is between #5566bb web safe hex color code and #4477dd web safe hex color code. #5566bb is the nearest web safe color code. You can see here many more shades of #516dcc color code.

RGB Chart

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

Color Table

Hex Color Code 516dcc #516dcc
RGB Decimal 81, 109, 204 81, 109, 204
RGB Percent 32%, 43%, 80% rgb(32%, 43%, 80%)
CSS RGBa 81, 109, 204,1 rgba(81,109,204,1)
CMYK Model cmyk(60%,47%,0%,20%)
HSL Color Space 226,55% ,56% hsl(226,55% ,56%)
HSV Color Space 226°, 60%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010001 01101101 11001100
Octal 121 155 314
Decimal 81 109 204
Hex 51 6d cc

Different shades of #516dcc color code.

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

Darkest of #516dcc
#1e2e66
Darker of #516dcc
#29408e
Dark of #516dcc
#3552b5
Base of #516dcc
#516dcc
Light of #516dcc
#788ed8
Lighter
#a0afe3
Lightest
#c7d0ef

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

#516dcc
#ccb051

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

Split Complementary

#516dcc
#cc7251
#abcc51

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

Analogous Color

#51b5cc
#51a0cc
#516dcc
#5e51cc
#9151cc

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

#516dcc
#6dcc51
#cc516d

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

#516dcc
#cc516d
#ccb051
#51ccb0

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

#516dcc
#cc51ab
#ccb051
#51cc72

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

#121c3f
#1e2e66
#29408e
#3552b5
#516dcc
#788ed8
#a0afe3
#c7d0ef
#eff1fa

Tints of #516dcc Color

#516dcc
#647dd1
#778dd7
#8b9ddd
#9eade2
#b1bee8
#c5ceee
#d8def3
#ebeef9
#ffffff

Shades of #516dcc color code

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

#516dcc
#4860b5
#3f549e
#364888
#2d3c71
#24305a
#1b2444
#12182d
#090c16
#000000

Tones

#516dcc
#6779b5
#7e869f
#8e8e8e
#8e8e8e

Tones

Similar Color like #516dcc color

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

#526ecd
#536fce
#5470cf
#5571d0
#5672d1
#5773d2
#5874d3
#5975d4
#5a76d5
#5b77d6
#5c78d7
#5d79d8
#5e7ad9
#5f7bda
#506ccb
#4f6bca
#4e6ac9
#4d69c8
#4c68c7
#4b67c6
#4a66c5
#4965c4
#4864c3
#4763c2
#4662c1
#4561c0
#4460bf
#435fbe

Download this Dark Blue

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

#516dcc Color Code Preview on Black Background Color

This is how #516dcc Color will look on black background color. Color contrast ratio is 4.41

#516dcc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#516dcc color code is use for CSS Background Color

Background color for the above div is #516dcc

HTML with inline CSS

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

#516dcc color code is use for CSS Border Color

CSS Border color for the above div is #516dcc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#516dcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#516dcc Color code Preview on White Background

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

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

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