crispedge.com

Color picker

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

#5b5a74 hex color - Blue - Cool color - Information

#5b5a74 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #5b5a74 Color code in RGB color code model is created after adding 35.69% red color, 35.29% green color and 45.49% blue color. Hex #5b5a74 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 22% magenta, 0% yellow and 55% black.

Hex #5b5a74 color code is between #555577 web safe hex color code and #666666 web safe hex color code. #555577 is the nearest web safe color code. You can see here many more shades of #5b5a74 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5b5a74#5b5a74
RGB Decimal91, 90, 116rgb(91, 90, 116)
RGB Percent36%, 35%, 45%rgb(36%, 35%, 45%)
CSS RGBa91, 90, 116,1rgba(91,90,116,1)
CMYK Modelcmyk(22%,22%,0%,55%)
HSL Color Space242,13% ,40%hsl(242,13% ,40%)
HSV Color Space242°, 22%, 45%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110110101101001110100
Octal133132164
Decimal9190116
Hex5b5a74

Different shades of #5b5a74 color code.

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

Light Shade of #5b5a74
#727190
Dark Shade of #5b5a74
#444457
Saturated Shade of #5b5a74
#51507e
Desaturated Shade of #5b5a74
#65646a
Grey scale Shade of #5b5a74
#676767
Brighten Shade
#74738d
Most Readable Shade
#FFFFFF

Shades of #5b5a74 color code

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

#5b5a74
#505067
#46465a
#3c3c4d
#323240
#282833
#1e1e26
#141419
#0a0a0c
#000000

Similar Color like #5b5a74 color

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

#5c5b75
#5d5c76
#5e5d77
#5f5e78
#605f79
#61607a
#62617b
#63627c
#64637d
#65647e
#66657f
#676680
#686781
#696882
#5a5973
#595872
#585771
#575670
#56556f
#55546e
#54536d
#53526c
#52516b
#51506a
#504f69
#4f4e68
#4e4d67
#4d4c66

Monochromatic Color with #5b5a74

#5b5a74
#7c7b9e
#9e9cc9
#bfbdf3
#18181f
#3a3949

Tints of #5b5a74 Color

#5b5a74
#6d6c83
#7f7e92
#9191a2
#a3a3b1
#b6b5c1
#c8c8d0
#dadae0
#ececef
#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

#5b5a74
#73745a

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

Split Complementary

#5b5a74
#74685a
#66745a

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

Analogous Color

#5a6374
#5a5e74
#5b5a74
#605a74
#655a74

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

#5b5a74
#745b5a
#5a745b

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

#5b5a74
#745a66
#73745a
#5a7468

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

#5b5a74
#73745a
#66745a
#685a74

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 #5b5a74 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.

#5b5a74 Color Code Preview on Black Background Color

This is how #5b5a74 Color will look on black background color. Color contrast ratio is 3.16

#5b5a74 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5b5a74

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5b5a74

#5b5a74 color code is use for CSS Background Color

Background color for the above div is #5b5a74

HTML with inline CSS

<div style="background-color:#5b5a74;"></div>

#5b5a74 color code is use for CSS Border Color

CSS Border color for the above div is #5b5a74

HTML with inline CSS

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

CSS Border Left color for the above div is #5b5a74

HTML with inline CSS

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

CSS Border Right color for the above div is #5b5a74

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5b5a74

HTML with inline CSS

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

CSS Border Top color for the above div is #5b5a74

HTML with inline CSS

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

#5b5a74 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5b5a74 Color code Preview on White Background

This is how #5b5a74 Color code will look on white background color. Color contrast ratio is 6.65

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

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.