@
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.

#55977b hex color - Green - Cool color - Information

#55977b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #55977b Color code in RGB color code model is created after adding 33.33% red color, 59.22% green color and 48.24% blue color. Hex #55977b Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 0% magenta, 19% yellow and 40.78% black.

Hex #55977b color code is between #449977 web safe hex color code and #668888 web safe hex color code. #449977 is the nearest web safe color code. You can see here many more shades of #55977b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code55977b#55977b
RGB Decimal85, 151, 123rgb(85, 151, 123)
RGB Percent33%, 59%, 48%rgb(33%, 59%, 48%)
CSS RGBa85, 151, 123,1rgba(85,151,123,1)
CMYK Modelcmyk(44%,0%,19%,40.78%)
HSL Color Space155,28% ,46%hsl(155,28% ,46%)
HSV Color Space155°, 44%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011001011101111011
Octal125227173
Decimal85151123
Hex55977b

Different shades of #55977b color code.

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

Light Shade of #55977b
#70af94
Dark Shade of #55977b
#437660
Saturated Shade of #55977b
#49a37d
Desaturated Shade of #55977b
#618b79
Grey scale Shade of #55977b
#767676
Brighten Shade
#6eb094
Most Readable Shade
#000000

Shades of #55977b color code

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

#55977b
#4b866d
#42755f
#386452
#2f5344
#254336
#1c3229
#12211b
#09100d
#000000

Similar Color like #55977b color

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

#56987c
#57997d
#589a7e
#599b7f
#5a9c80
#5b9d81
#5c9e82
#5d9f83
#5ea084
#5fa185
#60a286
#61a387
#62a488
#63a589
#54967a
#539579
#529478
#519377
#509276
#4f9175
#4e9074
#4d8f73
#4c8e72
#4b8d71
#4a8c70
#498b6f
#488a6e
#47896d

Monochromatic Color with #55977b

#55977b
#6dc19e
#85ecc0
#0d1713
#254236
#3d6c58

Tints of #55977b Color

#55977b
#67a289
#7aae98
#8db9a7
#a0c5b5
#b3d0c4
#c6dcd3
#d9e7e1
#ecf3f0
#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

#55977b
#975571

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

Split Complementary

#55977b
#975592
#975a55

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

Analogous Color

#559761
#55976e
#55977b
#559788
#559795

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

#55977b
#7b5597
#977b55

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

#55977b
#5a5597
#975571
#929755

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

#55977b
#975571
#975a55
#559297

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

#55977b Color Code Preview on Black Background Color

This is how #55977b Color will look on black background color. Color contrast ratio is 6.10

#55977b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#55977b color code is use for CSS Background Color

Background color for the above div is #55977b

HTML with inline CSS

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

#55977b color code is use for CSS Border Color

CSS Border color for the above div is #55977b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#55977b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55977b Color code Preview on White Background

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

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

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(85,151,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,85,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,151,123,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.