crispedge.com

Color picker

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

#56564c hex color - Grey - Warm color - Information

#56564c hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #56564c Color code in RGB color code model is created after adding 33.73% red color, 33.73% green color and 29.8% blue color. Hex #56564c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 0% magenta, 12% yellow and 66% black.

Hex #56564c color code is between #555544 web safe hex color code and #666655 web safe hex color code. #555544 is the nearest web safe color code. You can see here many more shades of #56564c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code56564c#56564c
RGB Decimal86, 86, 76rgb(86, 86, 76)
RGB Percent34%, 34%, 30%rgb(34%, 34%, 30%)
CSS RGBa86, 86, 76,1rgba(86,86,76,1)
CMYK Modelcmyk(0%,0%,12%,66%)
HSL Color Space60,6% ,32%hsl(60,6% ,32%)
HSV Color Space60°, 12%, 34%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010101100101011001001100
Octal126126114
Decimal868676
Hex56564c

Different shades of #56564c color code.

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

Light Shade of #56564c
#717164
Dark Shade of #56564c
#3b3b34
Saturated Shade of #56564c
#5e5e44
Desaturated Shade of #56564c
#515151
Grey scale Shade of #56564c
#515151
Brighten Shade
#6f6f65
Most Readable Shade
#FFFFFF

Shades of #56564c color code

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

#56564c
#4c4c43
#42423b
#393932
#2f2f2a
#262621
#1c1c19
#131310
#090908
#000000

Similar Color like #56564c color

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

#57574d
#58584e
#59594f
#5a5a50
#5b5b51
#5c5c52
#5d5d53
#5e5e54
#5f5f55
#606056
#616157
#626258
#636359
#64645a
#55554b
#54544a
#535349
#525248
#515147
#505046
#4f4f45
#4e4e44
#4d4d43
#4c4c42
#4b4b41
#4a4a40
#49493f
#48483e

Monochromatic Color with #56564c

#56564c
#808072
#abab97
#d5d5bd
#010101
#2b2b26

Tints of #56564c Color

#56564c
#68685f
#7b7b73
#8e8e87
#a1a19b
#b3b3af
#c6c6c3
#d9d9d7
#ececeb
#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

#56564c
#4c4c56

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

Split Complementary

#56564c
#4c5156
#514c56

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

Analogous Color

#56524c
#56544c
#56564c
#54564c
#52564c

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

#56564c
#4c5656
#564c56

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

#56564c
#4c5651
#4c4c56
#564c51

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

#56564c
#4c4c56
#514c56
#51564c

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

#56564c Color Code Preview on Black Background Color

This is how #56564c Color will look on black background color. Color contrast ratio is 2.83

#56564c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#56564c color code is use for CSS Background Color

Background color for the above div is #56564c

HTML with inline CSS

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

#56564c color code is use for CSS Border Color

CSS Border color for the above div is #56564c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#56564c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#56564c Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.