crispedge.com

Color picker

Loading...

#56888a hex color - Blue - Cool color - Information

#56888a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #56888a Color code in RGB color code model is created after adding 33.73% red color, 53.33% green color and 54.12% blue color. Hex #56888a Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 1% magenta, 0% yellow and 46% black.

Hex #56888a color code is between #557788 web safe hex color code and #669999 web safe hex color code. #557788 is the nearest web safe color code. You can see here many more shades of #56888a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code56888a#56888a
RGB Decimal86, 136, 138rgb(86, 136, 138)
RGB Percent34%, 53%, 54%rgb(34%, 53%, 54%)
CSS RGBa86, 136, 138,1rgba(86,136,138,1)
CMYK Modelcmyk(38%,1%,0%,46%)
HSL Color Space182,23% ,44%hsl(182,23% ,44%)
HSV Color Space182°, 38%, 54%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101101000100010001010
Octal126210212
Decimal86136138
Hex56888a

Different shades of #56888a color code.

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

Light Shade of #56888a
#6ea3a5
Dark Shade of #56888a
#42696b
Saturated Shade of #56888a
#4b9295
Desaturated Shade of #56888a
#617e7f
Grey scale Shade of #56888a
#707070
Brighten Shade
#6fa1a3
Most Readable Shade
#FFFFFF

Shades of #56888a color code

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

#56888a
#4c787a
#42696b
#395a5c
#2f4b4c
#263c3d
#1c2d2e
#131e1e
#090f0f
#000000

Similar Color like #56888a color

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

#57898b
#588a8c
#598b8d
#5a8c8e
#5b8d8f
#5c8e90
#5d8f91
#5e9092
#5f9193
#609294
#619395
#629496
#639597
#649698
#558789
#548688
#538587
#528486
#518385
#508284
#4f8183
#4e8082
#4d7f81
#4c7e80
#4b7d7f
#4a7c7e
#497b7d
#487a7c

Monochromatic Color with #56888a

#56888a
#70b2b4
#8bdcdf
#070a0a
#213435
#3c5e5f

Tints of #56888a Color

#56888a
#689597
#7ba2a4
#8eafb1
#a1bcbe
#b3cacb
#c6d7d8
#d9e4e5
#ecf1f2
#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

#56888a
#8a5856

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

Split Complementary

#56888a
#8a566e
#8a7256

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

Analogous Color

#568a77
#568a82
#56888a
#567e8a
#56738a

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

#56888a
#8a5688
#888a56

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

#56888a
#72568a
#8a5856
#6e8a56

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

#56888a
#8a5856
#8a7256
#566e8a

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 #56888a 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.

#56888a Color Code Preview on Black Background Color

This is how #56888a Color will look on black background color. Color contrast ratio is 5.28

#56888a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #56888a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #56888a

#56888a color code is use for CSS Background Color

Background color for the above div is #56888a

HTML with inline CSS

<div style="background-color:#56888a;"></div>

#56888a color code is use for CSS Border Color

CSS Border color for the above div is #56888a

HTML with inline CSS

<div style="border:5px solid #56888a;"></div>

CSS Border Left color for the above div is #56888a

HTML with inline CSS

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

CSS Border Right color for the above div is #56888a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #56888a

HTML with inline CSS

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

CSS Border Top color for the above div is #56888a

HTML with inline CSS

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

#56888a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#56888a Color code Preview on White Background

This is how #56888a Color code will look on white background color. Color contrast ratio is 3.97

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

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(86,136,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,88,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(86,136,138,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.