crispedge.com

Color picker

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

#51556d hex color - Blue - Cool color - Information

#51556d hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #51556d Color code in RGB color code model is created after adding 31.76% red color, 33.33% green color and 42.75% blue color. Hex #51556d Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 22% magenta, 0% yellow and 57% black.

Hex #51556d color code is between #554466 web safe hex color code and #446677 web safe hex color code. #554466 is the nearest web safe color code. You can see here many more shades of #51556d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code51556d#51556d
RGB Decimal81, 85, 109rgb(81, 85, 109)
RGB Percent32%, 33%, 43%rgb(32%, 33%, 43%)
CSS RGBa81, 85, 109,1rgba(81,85,109,1)
CMYK Modelcmyk(26%,22%,0%,57%)
HSL Color Space231,15% ,37%hsl(231,15% ,37%)
HSV Color Space231°, 26%, 43%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100010101010101101101
Octal121125155
Decimal8185109
Hex51556d

Different shades of #51556d color code.

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

Light Shade of #51556d
#676c8a
Dark Shade of #51556d
#3b3e50
Saturated Shade of #51556d
#474e76
Desaturated Shade of #51556d
#5a5c63
Grey scale Shade of #51556d
#5f5f5f
Brighten Shade
#6a6e86
Most Readable Shade
#FFFFFF

Shades of #51556d color code

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

#51556d
#484b60
#3f4254
#363848
#2d2f3c
#242530
#1b1c24
#121218
#09090c
#000000

Similar Color like #51556d color

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

#52566e
#53576f
#545870
#555971
#565a72
#575b73
#585c74
#595d75
#5a5e76
#5b5f77
#5c6078
#5d6179
#5e627a
#5f637b
#50546c
#4f536b
#4e526a
#4d5169
#4c5068
#4b4f67
#4a4e66
#494d65
#484c64
#474b63
#464a62
#454961
#444860
#43475f

Monochromatic Color with #51556d

#51556d
#717697
#9097c2
#b0b8ec
#121318
#313442

Tints of #51556d Color

#51556d
#64677d
#777a8d
#8b8d9d
#9ea0ad
#b1b3be
#c5c6ce
#d8d9de
#ebecee
#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

#51556d
#6d6951

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

Split Complementary

#51556d
#6d5b51
#636d51

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

Analogous Color

#51606d
#515b6d
#51556d
#53516d
#58516d

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

#51556d
#6d5155
#556d51

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

#51556d
#6d5163
#6d6951
#516d5b

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

#51556d
#6d6951
#636d51
#5b516d

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 #51556d 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.

#51556d Color Code Preview on Black Background Color

This is how #51556d Color will look on black background color. Color contrast ratio is 2.87

#51556d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51556d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51556d

#51556d color code is use for CSS Background Color

Background color for the above div is #51556d

HTML with inline CSS

<div style="background-color:#51556d;"></div>

#51556d color code is use for CSS Border Color

CSS Border color for the above div is #51556d

HTML with inline CSS

<div style="border:5px solid #51556d;"></div>

CSS Border Left color for the above div is #51556d

HTML with inline CSS

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

CSS Border Right color for the above div is #51556d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #51556d

HTML with inline CSS

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

CSS Border Top color for the above div is #51556d

HTML with inline CSS

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

#51556d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#51556d Color code Preview on White Background

This is how #51556d Color code will look on white background color. Color contrast ratio is 7.32

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

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.