Skip to main content Skip to docs navigation

#59617c 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 Deep Lavender and its hex is #565A7D Nearest Color Name

Color Hue/Base color: Blue

Hex #59617c Color code in RGB color code model is created after adding 34.9% red color, 38.04% green color and 48.63% blue color. Hex #59617c Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 22% magenta, 0% yellow and 51.37% black.

Hex #59617c color code is between #556677 web safe hex color code and #665588 web safe hex color code. #556677 is the nearest web safe color code. You can see here many more shades of #59617c color code.

RGB Chart

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

Color Table

Hex Color Code 59617c #59617c
RGB Decimal 89, 97, 124 89, 97, 124
RGB Percent 35%, 38%, 49% rgb(35%, 38%, 49%)
CSS RGBa 89, 97, 124,1 rgba(89,97,124,1)
CMYK Model cmyk(28%,22%,0%,51.37%)
HSL Color Space 226,16% ,42% hsl(226,16% ,42%)
HSV Color Space 226°, 28%, 49%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011001 01100001 01111100
Octal 131 141 174
Decimal 89 97 124
Hex 59 61 7c

Different shades of #59617c color code.

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

Darkest of #59617c
#191b23
Darker of #59617c
#2e3341
Dark of #59617c
#444a5e
Base of #59617c
#59617c
Light of #59617c
#707998
Lighter
#8d95ae
Lightest
#abb1c3

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

#59617c
#7c7459

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

Split Complementary

#59617c
#7c6259
#727c59

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

Analogous Color

#59757c
#59707c
#59617c
#5d597c
#6b597c

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

#59617c
#617c59
#7c5961

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

#59617c
#7c5961
#7c7459
#597c74

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

#59617c
#7c5972
#7c7459
#597c62

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

#040405
#191b23
#2e3341
#444a5e
#59617c
#707998
#8d95ae
#abb1c3
#c9ccd8

Tints of #59617c Color

#59617c
#6b728a
#7d8499
#9095a7
#a2a7b6
#b5b8c4
#c7cad3
#dadbe1
#ecedf0
#ffffff

Shades of #59617c color code

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

#59617c
#4f566e
#454b60
#3b4052
#313544
#272b37
#1d2029
#13151b
#090a0d
#000000

Tones

#59617c
#6a6a6a
#6a6a6a
#6a6a6a
#6a6a6a

Tones

Similar Color like #59617c color

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

#5a627d
#5b637e
#5c647f
#5d6580
#5e6681
#5f6782
#606883
#616984
#626a85
#636b86
#646c87
#656d88
#666e89
#676f8a
#58607b
#575f7a
#565e79
#555d78
#545c77
#535b76
#525a75
#515974
#505873
#4f5772
#4e5671
#4d5570
#4c546f
#4b536e

Download this Dark Blue

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

#59617c Color Code Preview on Black Background Color

This is how #59617c Color will look on black background color. Color contrast ratio is 3.43

#59617c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#59617c color code is use for CSS Background Color

Background color for the above div is #59617c

HTML with inline CSS

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

#59617c color code is use for CSS Border Color

CSS Border color for the above div is #59617c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#59617c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59617c Color code Preview on White Background

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

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

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(89,97,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,116,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,97,124,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }