Skip to main content Skip to docs navigation

#526c87 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 #526c87 Color code in RGB color code model is created after adding 32.16% red color, 42.35% green color and 52.94% blue color. Hex #526c87 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 20% magenta, 0% yellow and 47.06% black.

Hex #526c87 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 #526c87 color code.

RGB Chart

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

Color Table

Hex Color Code 526c87 #526c87
RGB Decimal 82, 108, 135 82, 108, 135
RGB Percent 32%, 42%, 53% rgb(32%, 42%, 53%)
CSS RGBa 82, 108, 135,1 rgba(82,108,135,1)
CMYK Model cmyk(39%,20%,0%,47.06%)
HSL Color Space 211,24% ,43% hsl(211,24% ,43%)
HSV Color Space 211°, 39%, 53%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 01101100 10000111
Octal 122 154 207
Decimal 82 108 135
Hex 52 6c 87

Different shades of #526c87 color code.

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

Darkest of #526c87
#182028
Darker of #526c87
#2b3948
Dark of #526c87
#3f5367
Base of #526c87
#526c87
Light of #526c87
#6885a4
Lighter
#889fb7
Lightest
#a8b9ca

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

#526c87
#876d52

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

Split Complementary

#526c87
#875352
#868752

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

Analogous Color

#528783
#528287
#526c87
#525a87
#605287

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

#526c87
#6c8752
#87526c

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

#526c87
#87526c
#876d52
#52876d

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

#526c87
#875286
#876d52
#528753

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 #526c87

#050608
#182028
#2b3948
#3f5367
#526c87
#6885a4
#889fb7
#a8b9ca
#c8d2dd

Tints of #526c87 Color

#526c87
#657c94
#788ca1
#8b9daf
#9eadbc
#b2bdc9
#c5ced7
#d8dee4
#ebeef1
#ffffff

Shades of #526c87 color code

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

#526c87
#486078
#3f5469
#36485a
#2d3c4b
#24303c
#1b242d
#12181e
#090c0f
#000000

Tones

#526c87
#686c71
#6d6d6d
#6d6d6d
#6d6d6d

Tones

Similar Color like #526c87 color

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

#536d88
#546e89
#556f8a
#56708b
#57718c
#58728d
#59738e
#5a748f
#5b7590
#5c7691
#5d7792
#5e7893
#5f7994
#607a95
#516b86
#506a85
#4f6984
#4e6883
#4d6782
#4c6681
#4b6580
#4a647f
#49637e
#48627d
#47617c
#46607b
#455f7a
#445e79

Download this Dark Blue

Hex #526c87 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.

#526c87 Color Code Preview on Black Background Color

This is how #526c87 Color will look on black background color. Color contrast ratio is 3.85

#526c87 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #526c87

HTML with inline CSS

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

Your Example Paragraph content text in with font color #526c87

#526c87 color code is use for CSS Background Color

Background color for the above div is #526c87

HTML with inline CSS

<div style="background-color:#526c87;"></div>

#526c87 color code is use for CSS Border Color

CSS Border color for the above div is #526c87

HTML with inline CSS

<div style="border:5px solid #526c87;"></div>

CSS Border Left color for the above div is #526c87

HTML with inline CSS

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

CSS Border Right color for the above div is #526c87

HTML with inline CSS

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

CSS Border Bottom color for the above div is #526c87

HTML with inline CSS

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

CSS Border Top color for the above div is #526c87

HTML with inline CSS

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

#526c87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#526c87 Color code Preview on White Background

This is how #526c87 Color code will look on white background color. Color contrast ratio is 5.45

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

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