Skip to main content Skip to docs navigation

#52688c 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 Blue Horizon and its hex is #54698B Nearest Color Name

Color Hue/Base color: Blue

Hex #52688c Color code in RGB color code model is created after adding 32.16% red color, 40.78% green color and 54.9% blue color. Hex #52688c Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 26% magenta, 0% yellow and 45.1% black.

Hex #52688c color code is between #556688 web safe hex color code and #447799 web safe hex color code. #556688 is the nearest web safe color code. You can see here many more shades of #52688c color code.

RGB Chart

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

Color Table

Hex Color Code 52688c #52688c
RGB Decimal 82, 104, 140 82, 104, 140
RGB Percent 32%, 41%, 55% rgb(32%, 41%, 55%)
CSS RGBa 82, 104, 140,1 rgba(82,104,140,1)
CMYK Model cmyk(41%,26%,0%,45.1%)
HSL Color Space 217,26% ,44% hsl(217,26% ,44%)
HSV Color Space 217°, 41%, 55%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 01101000 10001100
Octal 122 150 214
Decimal 82 104 140
Hex 52 68 8c

Different shades of #52688c color code.

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

Darkest of #52688c
#19202c
Darker of #52688c
#2c384c
Dark of #52688c
#3f506c
Base of #52688c
#52688c
Light of #52688c
#6a81a7
Lighter
#8a9cba
Lightest
#aab7cd

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

#52688c
#8c7652

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

Split Complementary

#52688c
#8c5952
#858c52

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

Analogous Color

#528a8c
#52808c
#52688c
#52558c
#67528c

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

#52688c
#688c52
#8c5268

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

#52688c
#8c5268
#8c7652
#528c76

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

#52688c
#8c5285
#8c7652
#528c59

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 #52688c

#07080b
#19202c
#2c384c
#3f506c
#52688c
#6a81a7
#8a9cba
#aab7cd
#cad2e0

Tints of #52688c Color

#52688c
#657898
#7889a5
#8b9ab2
#9eabbf
#b2bbcb
#c5ccd8
#d8dde5
#ebeef2
#ffffff

Shades of #52688c color code

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

#52688c
#485c7c
#3f506c
#36455d
#2d394d
#242e3e
#1b222e
#12171f
#090b0f
#000000

Tones

#52688c
#686d76
#6f6f6f
#6f6f6f
#6f6f6f

Tones

Similar Color like #52688c color

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

#53698d
#546a8e
#556b8f
#566c90
#576d91
#586e92
#596f93
#5a7094
#5b7195
#5c7296
#5d7397
#5e7498
#5f7599
#60769a
#51678b
#50668a
#4f6589
#4e6488
#4d6387
#4c6286
#4b6185
#4a6084
#495f83
#485e82
#475d81
#465c80
#455b7f
#445a7e

Download this Dark Blue

Hex #52688c 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.

#52688c Color Code Preview on Black Background Color

This is how #52688c Color will look on black background color. Color contrast ratio is 3.72

#52688c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52688c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52688c

#52688c color code is use for CSS Background Color

Background color for the above div is #52688c

HTML with inline CSS

<div style="background-color:#52688c;"></div>

#52688c color code is use for CSS Border Color

CSS Border color for the above div is #52688c

HTML with inline CSS

<div style="border:5px solid #52688c;"></div>

CSS Border Left color for the above div is #52688c

HTML with inline CSS

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

CSS Border Right color for the above div is #52688c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52688c

HTML with inline CSS

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

CSS Border Top color for the above div is #52688c

HTML with inline CSS

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

#52688c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52688c Color code Preview on White Background

This is how #52688c Color code will look on white background color. Color contrast ratio is 5.65

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

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