crispedge.com

Color picker

Loading...

#59929b hex color - Blue - Cool color - Information

#59929b hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #59929b Color code in RGB color code model is created after adding 34.9% red color, 57.25% green color and 60.78% blue color. Hex #59929b Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 6% magenta, 0% yellow and 39% black.

Hex #59929b color code is between #559999 web safe hex color code and #6688aa web safe hex color code. #559999 is the nearest web safe color code. You can see here many more shades of #59929b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code59929b#59929b
RGB Decimal89, 146, 155rgb(89, 146, 155)
RGB Percent35%, 57%, 61%rgb(35%, 57%, 61%)
CSS RGBa89, 146, 155,1rgba(89,146,155,1)
CMYK Modelcmyk(43%,6%,0%,39%)
HSL Color Space188,27% ,48%hsl(188,27% ,48%)
HSV Color Space188°, 43%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110011001001010011011
Octal131222233
Decimal89146155
Hex59929b

Different shades of #59929b color code.

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

Light Shade of #59929b
#76a9b1
Dark Shade of #59929b
#46737b
Saturated Shade of #59929b
#4d9ba7
Desaturated Shade of #59929b
#65898f
Grey scale Shade of #59929b
#7a7a7a
Brighten Shade
#72abb4
Most Readable Shade
#000000

Shades of #59929b color code

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

#59929b
#4f8189
#457178
#3b6167
#315156
#274044
#1d3033
#132022
#091011
#000000

Similar Color like #59929b color

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

#5a939c
#5b949d
#5c959e
#5d969f
#5e97a0
#5f98a1
#6099a2
#619aa3
#629ba4
#639ca5
#649da6
#659ea7
#669fa8
#67a0a9
#58919a
#579099
#568f98
#558e97
#548d96
#538c95
#528b94
#518a93
#508992
#4f8891
#4e8790
#4d868f
#4c858e
#4b848d

Monochromatic Color with #59929b

#59929b
#71bac5
#8ae2f0
#101a1b
#284246
#416a70

Tints of #59929b Color

#59929b
#6b9ea6
#7daab1
#90b6bc
#a2c2c7
#b5ced2
#c7dadd
#dae6e8
#ecf2f3
#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

#59929b
#9b6259

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

Split Complementary

#59929b
#9b5971
#9b8359

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

Analogous Color

#599b8a
#599b97
#59929b
#59859b
#59789b

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

#59929b
#9b5992
#929b59

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

#59929b
#83599b
#9b6259
#719b59

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

#59929b
#9b6259
#9b8359
#59719b

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 #59929b 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.

#59929b Color Code Preview on Black Background Color

This is how #59929b Color will look on black background color. Color contrast ratio is 6.01

#59929b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59929b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59929b

#59929b color code is use for CSS Background Color

Background color for the above div is #59929b

HTML with inline CSS

<div style="background-color:#59929b;"></div>

#59929b color code is use for CSS Border Color

CSS Border color for the above div is #59929b

HTML with inline CSS

<div style="border:5px solid #59929b;"></div>

CSS Border Left color for the above div is #59929b

HTML with inline CSS

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

CSS Border Right color for the above div is #59929b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #59929b

HTML with inline CSS

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

CSS Border Top color for the above div is #59929b

HTML with inline CSS

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

#59929b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59929b Color code Preview on White Background

This is how #59929b Color code will look on white background color. Color contrast ratio is 3.49

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

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(89,146,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,98,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,146,155,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.