crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#57666c hex color - Blue - Cool color - Information

#57666c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #57666c Color code in RGB color code model is created after adding 34.12% red color, 40% green color and 42.35% blue color. Hex #57666c Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 6% magenta, 0% yellow and 58% black.

Hex #57666c color code is between #555566 web safe hex color code and #667777 web safe hex color code. #555566 is the nearest web safe color code. You can see here many more shades of #57666c color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code57666c#57666c
RGB Decimal87, 102, 108rgb(87, 102, 108)
RGB Percent34%, 40%, 42%rgb(34%, 40%, 42%)
CSS RGBa87, 102, 108,1rgba(87,102,108,1)
CMYK Modelcmyk(19%,6%,0%,58%)
HSL Color Space197,11% ,38%hsl(197,11% ,38%)
HSV Color Space197°, 19%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101110110011001101100
Octal127146154
Decimal87102108
Hex57666c

Different shades of #57666c color code.

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

Light Shade of #57666c
#6e8188
Dark Shade of #57666c
#404b50
Saturated Shade of #57666c
#4d6a76
Desaturated Shade of #57666c
#616262
Grey scale Shade of #57666c
#616161
Brighten Shade
#707f85
Most Readable Shade
#FFFFFF

Shades of #57666c color code

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

#57666c
#4d5a60
#434f54
#3a4448
#30383c
#262d30
#1d2224
#131618
#090b0c
#000000

Similar Color like #57666c color

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

#58676d
#59686e
#5a696f
#5b6a70
#5c6b71
#5d6c72
#5e6d73
#5f6e74
#606f75
#617076
#627177
#637278
#647379
#65747a
#56656b
#55646a
#546369
#536268
#526167
#516066
#505f65
#4f5e64
#4e5d63
#4d5c62
#4c5b61
#4b5a60
#4a595f
#49585e

Monochromatic Color with #57666c

#57666c
#798e96
#9bb6c1
#bedeeb
#131617
#353e41

Tints of #57666c Color

#57666c
#69777c
#7c888c
#8f999d
#a1aaad
#b4bbbd
#c7ccce
#d9ddde
#eceeee
#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

#57666c
#6c5d57

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

Split Complementary

#57666c
#6c575c
#6c6757

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

Analogous Color

#576c6a
#576a6c
#57666c
#57626c
#575e6c

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

#57666c
#6c5766
#666c57

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

#57666c
#67576c
#6c5d57
#5b6c57

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

#57666c
#6c5d57
#6c6757
#575c6c

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 #57666c 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.

#57666c Color Code Preview on Black Background Color

This is how #57666c Color will look on black background color. Color contrast ratio is 3.52

#57666c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #57666c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #57666c

#57666c color code is use for CSS Background Color

Background color for the above div is #57666c

HTML with inline CSS

<div style="background-color:#57666c;"></div>

#57666c color code is use for CSS Border Color

CSS Border color for the above div is #57666c

HTML with inline CSS

<div style="border:5px solid #57666c;"></div>

CSS Border Left color for the above div is #57666c

HTML with inline CSS

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

CSS Border Right color for the above div is #57666c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #57666c

HTML with inline CSS

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

CSS Border Top color for the above div is #57666c

HTML with inline CSS

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

#57666c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#57666c Color code Preview on White Background

This is how #57666c Color code will look on white background color. Color contrast ratio is 5.96

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.