crispedge.com

Color picker

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

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

#56596c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #56596c Color code in RGB color code model is created after adding 33.73% red color, 34.9% green color and 42.35% blue color. Hex #56596c Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 18% magenta, 0% yellow and 58% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code56596c#56596c
RGB Decimal86, 89, 108rgb(86, 89, 108)
RGB Percent34%, 35%, 42%rgb(34%, 35%, 42%)
CSS RGBa86, 89, 108,1rgba(86,89,108,1)
CMYK Modelcmyk(20%,18%,0%,58%)
HSL Color Space232,11% ,38%hsl(232,11% ,38%)
HSV Color Space232°, 20%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101100101100101101100
Octal126131154
Decimal8689108
Hex56596c

Different shades of #56596c color code.

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

Light Shade of #56596c
#6d7088
Dark Shade of #56596c
#3f4250
Saturated Shade of #56596c
#4c5276
Desaturated Shade of #56596c
#606062
Grey scale Shade of #56596c
#616161
Brighten Shade
#6f7285
Most Readable Shade
#FFFFFF

Shades of #56596c color code

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

#56596c
#4c4f60
#424554
#393b48
#2f313c
#262730
#1c1d24
#131318
#09090c
#000000

Similar Color like #56596c color

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

#575a6d
#585b6e
#595c6f
#5a5d70
#5b5e71
#5c5f72
#5d6073
#5e6174
#5f6275
#606376
#616477
#626578
#636679
#64677a
#55586b
#54576a
#535669
#525568
#515467
#505366
#4f5265
#4e5164
#4d5063
#4c4f62
#4b4e61
#4a4d60
#494c5f
#484b5e

Monochromatic Color with #56596c

#56596c
#787c96
#9a9fc1
#bcc2eb
#121317
#343641

Tints of #56596c Color

#56596c
#686b7c
#7b7d8c
#8e909d
#a1a2ad
#b3b5bd
#c6c7ce
#d9dade
#ececee
#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

#56596c
#6c6956

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

Split Complementary

#56596c
#6c5e56
#646c56

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

Analogous Color

#56626c
#565d6c
#56596c
#57566c
#5c566c

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

#56596c
#6c5659
#596c56

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

#56596c
#6c5664
#6c6956
#566c5e

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

#56596c
#6c6956
#646c56
#5e566c

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

#56596c Color Code Preview on Black Background Color

This is how #56596c Color will look on black background color. Color contrast ratio is 3.04

#56596c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#56596c color code is use for CSS Background Color

Background color for the above div is #56596c

HTML with inline CSS

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

#56596c color code is use for CSS Border Color

CSS Border color for the above div is #56596c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#56596c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#56596c Color code Preview on White Background

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

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

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.