Skip to main content Skip to docs navigation

#58908e 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 Sea Garden and its hex is #568E88 Nearest Color Name

Color Hue/Base color: Blue

Hex #58908e Color code in RGB color code model is created after adding 34.51% red color, 56.47% green color and 55.69% blue color. Hex #58908e Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 0% magenta, 1% yellow and 43.53% black.

Hex #58908e color code is between #558888 web safe hex color code and #669999 web safe hex color code. #558888 is the nearest web safe color code. You can see here many more shades of #58908e color code.

RGB Chart

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

Color Table

Hex Color Code 58908e #58908e
RGB Decimal 88, 144, 142 88, 144, 142
RGB Percent 35%, 56%, 56% rgb(35%, 56%, 56%)
CSS RGBa 88, 144, 142,1 rgba(88,144,142,1)
CMYK Model cmyk(39%,0%,1%,43.53%)
HSL Color Space 178,24% ,45% hsl(178,24% ,45%)
HSV Color Space 178°, 39%, 56%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011000 10010000 10001110
Octal 130 220 216
Decimal 88 144 142
Hex 58 90 8e

Different shades of #58908e color code.

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

Darkest of #58908e
#1e3130
Darker of #58908e
#315150
Dark of #58908e
#45706f
Base of #58908e
#58908e
Light of #58908e
#72a9a7
Lighter
#92bcbb
Lightest
#b1d0cf

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

#58908e
#90585a

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

Split Complementary

#58908e
#905876
#907258

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

Analogous Color

#58906d
#589077
#58908e
#587f90
#586890

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

#58908e
#908e58
#8e5890

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

#58908e
#8e5890
#90585a
#5a9058

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

#58908e
#725890
#90585a
#769058

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 #58908e

#0b1111
#1e3130
#315150
#45706f
#58908e
#72a9a7
#92bcbb
#b1d0cf
#d1e3e2

Tints of #58908e Color

#58908e
#6a9c9a
#7da8a7
#8fb5b3
#a2c1c0
#b4cdcc
#c7dad9
#d9e6e5
#ecf2f2
#ffffff

Shades of #58908e color code

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

#58908e
#4e807e
#44706e
#3a605e
#30504e
#27403f
#1d302f
#13201f
#09100f
#000000

Tones

#58908e
#6f7978
#747474
#747474
#747474

Tones

Similar Color like #58908e color

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

#59918f
#5a9290
#5b9391
#5c9492
#5d9593
#5e9694
#5f9795
#609896
#619997
#629a98
#639b99
#649c9a
#659d9b
#669e9c
#578f8d
#568e8c
#558d8b
#548c8a
#538b89
#528a88
#518987
#508886
#4f8785
#4e8684
#4d8583
#4c8482
#4b8381
#4a8280

Download this Dark Blue

Hex #58908e 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.

#58908e Color Code Preview on Black Background Color

This is how #58908e Color will look on black background color. Color contrast ratio is 5.79

#58908e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58908e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58908e

#58908e color code is use for CSS Background Color

Background color for the above div is #58908e

HTML with inline CSS

<div style="background-color:#58908e;"></div>

#58908e color code is use for CSS Border Color

CSS Border color for the above div is #58908e

HTML with inline CSS

<div style="border:5px solid #58908e;"></div>

CSS Border Left color for the above div is #58908e

HTML with inline CSS

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

CSS Border Right color for the above div is #58908e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #58908e

HTML with inline CSS

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

CSS Border Top color for the above div is #58908e

HTML with inline CSS

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

#58908e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58908e Color code Preview on White Background

This is how #58908e Color code will look on white background color. Color contrast ratio is 3.62

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

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(88,144,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(144,88,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,144,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }