Skip to main content Skip to docs navigation

#515aaa 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 Brandywine Raspberry and its hex is #5555AA Nearest Color Name

Color Hue/Base color: Blue

Hex #515aaa Color code in RGB color code model is created after adding 31.76% red color, 35.29% green color and 66.67% blue color. Hex #515aaa Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 47% magenta, 0% yellow and 33.33% black.

Hex #515aaa color code is between #555599 web safe hex color code and #4466bb web safe hex color code. #555599 is the nearest web safe color code. You can see here many more shades of #515aaa color code.

RGB Chart

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

Color Table

Hex Color Code 515aaa #515aaa
RGB Decimal 81, 90, 170 81, 90, 170
RGB Percent 32%, 35%, 67% rgb(32%, 35%, 67%)
CSS RGBa 81, 90, 170,1 rgba(81,90,170,1)
CMYK Model cmyk(52%,47%,0%,33.33%)
HSL Color Space 234,35% ,49% hsl(234,35% ,49%)
HSV Color Space 234°, 52%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010001 01011010 10101010
Octal 121 132 252
Decimal 81 90 170
Hex 51 5a aa

Different shades of #515aaa color code.

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

Darkest of #515aaa
#202342
Darker of #515aaa
#303565
Dark of #515aaa
#414887
Base of #515aaa
#515aaa
Light of #515aaa
#727abc
Lighter
#959acc
Lightest
#b7bbdd

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

#515aaa
#aaa151

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

Split Complementary

#515aaa
#aa7551
#87aa51

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

Analogous Color

#518eaa
#517faa
#515aaa
#6651aa
#8b51aa

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

#515aaa
#5aaa51
#aa515a

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

#515aaa
#aa515a
#aaa151
#51aaa1

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

#515aaa
#aa5187
#aaa151
#51aa75

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 #515aaa

#0f1120
#202342
#303565
#414887
#515aaa
#727abc
#959acc
#b7bbdd
#dadced

Tints of #515aaa Color

#515aaa
#646cb3
#777ebc
#8b91c6
#9ea3cf
#b1b5d9
#c5c8e2
#d8daec
#ebecf5
#ffffff

Shades of #515aaa color code

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

#515aaa
#485097
#3f4684
#363c71
#2d325e
#24284b
#1b1e38
#121425
#090a12
#000000

Tones

#515aaa
#6a6e91
#7e7e7e
#7e7e7e
#7e7e7e

Tones

Similar Color like #515aaa color

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

#525bab
#535cac
#545dad
#555eae
#565faf
#5760b0
#5861b1
#5962b2
#5a63b3
#5b64b4
#5c65b5
#5d66b6
#5e67b7
#5f68b8
#5059a9
#4f58a8
#4e57a7
#4d56a6
#4c55a5
#4b54a4
#4a53a3
#4952a2
#4851a1
#4750a0
#464f9f
#454e9e
#444d9d
#434c9c

Download this Dark Blue

Hex #515aaa 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.

#515aaa Color Code Preview on Black Background Color

This is how #515aaa Color will look on black background color. Color contrast ratio is 3.39

#515aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #515aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #515aaa

#515aaa color code is use for CSS Background Color

Background color for the above div is #515aaa

HTML with inline CSS

<div style="background-color:#515aaa;"></div>

#515aaa color code is use for CSS Border Color

CSS Border color for the above div is #515aaa

HTML with inline CSS

<div style="border:5px solid #515aaa;"></div>

CSS Border Left color for the above div is #515aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #515aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #515aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #515aaa

HTML with inline CSS

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

#515aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#515aaa Color code Preview on White Background

This is how #515aaa Color code will look on white background color. Color contrast ratio is 6.19

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

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