Skip to main content Skip to docs navigation

#59778c 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 Titanium Blue and its hex is #5B798E Nearest Color Name

Color Hue/Base color: Blue

Hex #59778c Color code in RGB color code model is created after adding 34.9% red color, 46.67% green color and 54.9% blue color. Hex #59778c Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 15% magenta, 0% yellow and 45.1% black.

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

RGB Chart

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

Color Table

Hex Color Code 59778c #59778c
RGB Decimal 89, 119, 140 89, 119, 140
RGB Percent 35%, 47%, 55% rgb(35%, 47%, 55%)
CSS RGBa 89, 119, 140,1 rgba(89,119,140,1)
CMYK Model cmyk(36%,15%,0%,45.1%)
HSL Color Space 205,22% ,45% hsl(205,22% ,45%)
HSV Color Space 205°, 36%, 55%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011001 01110111 10001100
Octal 131 167 214
Decimal 89 119 140
Hex 59 77 8c

Different shades of #59778c color code.

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

Darkest of #59778c
#1e272e
Darker of #59778c
#31424e
Dark of #59778c
#455c6d
Base of #59778c
#59778c
Light of #59778c
#7291a6
Lighter
#92a9b9
Lightest
#b1c2cd

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

#59778c
#8c6e59

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

Split Complementary

#59778c
#8c595d
#8c8759

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

Analogous Color

#598c83
#598c8c
#59778c
#59668c
#61598c

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

#59778c
#778c59
#8c5977

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

#59778c
#8c5977
#8c6e59
#598c6e

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

#59778c
#87598c
#8c6e59
#5d8c59

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

#0a0d0f
#1e272e
#31424e
#455c6d
#59778c
#7291a6
#92a9b9
#b1c2cd
#d0dae1

Tints of #59778c Color

#59778c
#6b8698
#7d95a5
#90a4b2
#a2b3bf
#b5c2cb
#c7d1d8
#dae0e5
#eceff2
#ffffff

Shades of #59778c color code

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

#59778c
#4f697c
#455c6c
#3b4f5d
#31424d
#27343e
#1d272e
#131a1f
#090d0f
#000000

Tones

#59778c
#707375
#727272
#727272
#727272

Tones

Similar Color like #59778c color

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

#5a788d
#5b798e
#5c7a8f
#5d7b90
#5e7c91
#5f7d92
#607e93
#617f94
#628095
#638196
#648297
#658398
#668499
#67859a
#58768b
#57758a
#567489
#557388
#547287
#537186
#527085
#516f84
#506e83
#4f6d82
#4e6c81
#4d6b80
#4c6a7f
#4b697e

Download this Dark Blue

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

#59778c Color Code Preview on Black Background Color

This is how #59778c Color will look on black background color. Color contrast ratio is 4.44

#59778c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#59778c color code is use for CSS Background Color

Background color for the above div is #59778c

HTML with inline CSS

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

#59778c color code is use for CSS Border Color

CSS Border color for the above div is #59778c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#59778c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59778c Color code Preview on White Background

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

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

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