crispedge.com

Color picker

Loading...

#58acbf hex color - Blue - Cool color - Information

#58acbf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #58acbf Color code in RGB color code model is created after adding 34.51% red color, 67.45% green color and 74.9% blue color. Hex #58acbf Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 10% magenta, 0% yellow and 25% black.

Hex #58acbf color code is between #55aabb web safe hex color code and #66bbcc web safe hex color code. #55aabb is the nearest web safe color code. You can see here many more shades of #58acbf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code58acbf#58acbf
RGB Decimal88, 172, 191rgb(88, 172, 191)
RGB Percent35%, 67%, 75%rgb(35%, 67%, 75%)
CSS RGBa88, 172, 191,1rgba(88,172,191,1)
CMYK Modelcmyk(54%,10%,0%,25%)
HSL Color Space191,45% ,55%hsl(191,45% ,55%)
HSV Color Space191°, 54%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110001010110010111111
Octal130254277
Decimal88172191
Hex58acbf

Different shades of #58acbf color code.

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

Light Shade of #58acbf
#7dbecd
Dark Shade of #58acbf
#3f92a5
Saturated Shade of #58acbf
#4cb3cb
Desaturated Shade of #58acbf
#64a5b3
Grey scale Shade of #58acbf
#8b8b8b
Brighten Shade
#71c5d8
Most Readable Shade
#000000

Shades of #58acbf color code

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

#58acbf
#4e98a9
#448594
#3a727f
#305f6a
#274c54
#1d393f
#13262a
#091315
#000000

Similar Color like #58acbf color

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

#59adc0
#5aaec1
#5bafc2
#5cb0c3
#5db1c4
#5eb2c5
#5fb3c6
#60b4c7
#61b5c8
#62b6c9
#63b7ca
#64b8cb
#65b9cc
#66bacd
#57abbe
#56aabd
#55a9bc
#54a8bb
#53a7ba
#52a6b9
#51a5b8
#50a4b7
#4fa3b6
#4ea2b5
#4da1b4
#4ca0b3
#4b9fb2
#4a9eb1

Monochromatic Color with #58acbf

#58acbf
#6cd2e9
#0a1315
#1d393f
#315f6a
#448694

Tints of #58acbf Color

#58acbf
#6ab5c6
#7dbecd
#8fc7d4
#a2d0db
#b4dae2
#c7e3e9
#d9ecf0
#ecf5f7
#ffffff

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

#58acbf
#bf6b58

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

Split Complementary

#58acbf
#bf5879
#bf9f58

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

Analogous Color

#58bfa9
#58bfbd
#58acbf
#5897bf
#5883bf

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

#58acbf
#bf58ac
#acbf58

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

#58acbf
#9e58bf
#bf6b58
#78bf58

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#58acbf
#bf6b58
#bf9f58
#5879bf

Double Complementary 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).

Hex #58acbf 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.

#58acbf Color Code Preview on Black Background Color

This is how #58acbf Color will look on black background color. Color contrast ratio is 8.07

#58acbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58acbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58acbf

#58acbf color code is use for CSS Background Color

Background color for the above div is #58acbf

HTML with inline CSS

<div style="background-color:#58acbf;"></div>

#58acbf color code is use for CSS Border Color

CSS Border color for the above div is #58acbf

HTML with inline CSS

<div style="border:5px solid #58acbf;"></div>

CSS Border Left color for the above div is #58acbf

HTML with inline CSS

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

CSS Border Right color for the above div is #58acbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #58acbf

HTML with inline CSS

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

CSS Border Top color for the above div is #58acbf

HTML with inline CSS

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

#58acbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58acbf Color code Preview on White Background

This is how #58acbf Color code will look on white background color. Color contrast ratio is 2.60

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(88,172,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,107,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,172,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.