Skip to main content Skip to docs navigation

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

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

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 01010010 01101011 10000110
Octal 122 153 206
Decimal 82 107 134
Hex 52 6b 86

Different shades of #526b86 color code.

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

Darkest of #526b86
#181f27
Darker of #526b86
#2b3847
Dark of #526b86
#3f5266
Base of #526b86
#526b86
Light of #526b86
#6884a3
Lighter
#889eb6
Lightest
#a8b8c9

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

#526b86
#866d52

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

Split Complementary

#526b86
#865352
#858652

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

Analogous Color

#528683
#528186
#526b86
#525a86
#605286

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

#526b86
#6b8652
#86526b

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

#526b86
#86526b
#866d52
#52866d

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

#526b86
#865285
#866d52
#528653

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

#050607
#181f27
#2b3847
#3f5266
#526b86
#6884a3
#889eb6
#a8b8c9
#c7d2dd

Tints of #526b86 Color

#526b86
#657b93
#788ba0
#8b9cae
#9eacbb
#b2bdc9
#c5cdd6
#d8dee4
#ebeef1
#ffffff

Shades of #526b86 color code

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

#526b86
#485f77
#3f5368
#364759
#2d3b4a
#242f3b
#1b232c
#12171d
#090b0e
#000000

Tones

#526b86
#686c70
#6c6c6c
#6c6c6c
#6c6c6c

Tones

Similar Color like #526b86 color

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

#536c87
#546d88
#556e89
#566f8a
#57708b
#58718c
#59728d
#5a738e
#5b748f
#5c7590
#5d7691
#5e7792
#5f7893
#607994
#516a85
#506984
#4f6883
#4e6782
#4d6681
#4c6580
#4b647f
#4a637e
#49627d
#48617c
#47607b
#465f7a
#455e79
#445d78

Download this Dark Blue

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

#526b86 Color Code Preview on Black Background Color

This is how #526b86 Color will look on black background color. Color contrast ratio is 3.81

#526b86 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#526b86 color code is use for CSS Background Color

Background color for the above div is #526b86

HTML with inline CSS

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

#526b86 color code is use for CSS Border Color

CSS Border color for the above div is #526b86

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#526b86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#526b86 Color code Preview on White Background

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

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

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