crispedge.com

Color picker

Loading...

#55585b hex color - Grey - Cool color - Information

#55585b hex color - Grey - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Grey

Hex #55585b Color code in RGB color code model is created after adding 33.33% red color, 34.51% green color and 35.69% blue color. Hex #55585b Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 3% magenta, 0% yellow and 64% black.

Hex #55585b color code is between #445555 web safe hex color code and #666666 web safe hex color code. #445555 is the nearest web safe color code. You can see here many more shades of #55585b color code.

0 Likes 0 Comments | 20 Views

RGB Chart

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

Color Table

Hex Color Code55585b#55585b
RGB Decimal85, 88, 91rgb(85, 88, 91)
RGB Percent33%, 35%, 36%rgb(33%, 35%, 36%)
CSS RGBa85, 88, 91,1rgba(85,88,91,1)
CMYK Modelcmyk(7%,3%,0%,64%)
HSL Color Space210,3% ,35%hsl(210,3% ,35%)
HSV Color Space210°, 7%, 36%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101010101100001011011
Octal125130133
Decimal858891
Hex55585b

Different shades of #55585b color code.

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

Light Shade of #55585b
#6e7175
Dark Shade of #55585b
#3c3e41
Saturated Shade of #55585b
#4c5864
Desaturated Shade of #55585b
#585858
Grey scale Shade of #55585b
#585858
Brighten Shade
#6e7174
Most Readable Shade
#FFFFFF

Shades of #55585b color code

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

#55585b
#4b4e50
#424446
#383a3c
#2f3032
#252728
#1c1d1e
#121314
#09090a
#000000

Similar Color like #55585b color

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

#56595c
#575a5d
#585b5e
#595c5f
#5a5d60
#5b5e61
#5c5f62
#5d6063
#5e6164
#5f6265
#606366
#616467
#626568
#636669
#54575a
#535659
#525558
#515457
#505356
#4f5255
#4e5154
#4d5053
#4c4f52
#4b4e51
#4a4d50
#494c4f
#484b4e
#474a4d

Monochromatic Color with #55585b

#55585b
#7d8185
#a4aab0
#ccd3da
#060606
#2d2f30

Tints of #55585b Color

#55585b
#676a6d
#7a7d7f
#8d8f91
#a0a2a3
#b3b4b6
#c6c7c8
#d9d9da
#ececec
#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

#55585b
#5b5855

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

Split Complementary

#55585b
#5b5555
#5b5b55

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

Analogous Color

#555a5b
#55595b
#55585b
#55575b
#55565b

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

#55585b
#5b5558
#585b55

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

#55585b
#5b555b
#5b5855
#555b55

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

#55585b
#5b5855
#5b5b55
#55555b

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

#55585b Color Code Preview on Black Background Color

This is how #55585b Color will look on black background color. Color contrast ratio is 2.93

#55585b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#55585b color code is use for CSS Background Color

Background color for the above div is #55585b

HTML with inline CSS

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

#55585b color code is use for CSS Border Color

CSS Border color for the above div is #55585b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#55585b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55585b Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.