crispedge.com

Color picker

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

#575d75 hex color - Blue - Cool color - Information

#575d75 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #575d75 Color code in RGB color code model is created after adding 34.12% red color, 36.47% green color and 45.88% blue color. Hex #575d75 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 21% magenta, 0% yellow and 54% black.

Hex #575d75 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 #575d75 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code575d75#575d75
RGB Decimal87, 93, 117rgb(87, 93, 117)
RGB Percent34%, 36%, 46%rgb(34%, 36%, 46%)
CSS RGBa87, 93, 117,1rgba(87,93,117,1)
CMYK Modelcmyk(26%,21%,0%,54%)
HSL Color Space228,15% ,40%hsl(228,15% ,40%)
HSV Color Space228°, 26%, 46%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101110101110101110101
Octal127135165
Decimal8793117
Hex575d75

Different shades of #575d75 color code.

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

Light Shade of #575d75
#6d7492
Dark Shade of #575d75
#414658
Saturated Shade of #575d75
#4d577f
Desaturated Shade of #575d75
#61636b
Grey scale Shade of #575d75
#666666
Brighten Shade
#70768e
Most Readable Shade
#FFFFFF

Shades of #575d75 color code

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

#575d75
#4d5268
#43485b
#3a3e4e
#303341
#262934
#1d1f27
#13141a
#090a0d
#000000

Similar Color like #575d75 color

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

#585e76
#595f77
#5a6078
#5b6179
#5c627a
#5d637b
#5e647c
#5f657d
#60667e
#61677f
#626880
#636981
#646a82
#656b83
#565c74
#555b73
#545a72
#535971
#525870
#51576f
#50566e
#4f556d
#4e546c
#4d536b
#4c526a
#4b5169
#4a5068
#494f67

Monochromatic Color with #575d75

#575d75
#777f9f
#96a1ca
#b6c2f4
#181920
#373b4a

Tints of #575d75 Color

#575d75
#696f84
#7c8193
#8f93a3
#a1a5b2
#b4b7c1
#c7c9d1
#d9dbe0
#ecedef
#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

#575d75
#756f57

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

Split Complementary

#575d75
#756057
#6c7557

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

Analogous Color

#576975
#576375
#575d75
#575775
#5d5775

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

#575d75
#75575d
#5d7557

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

#575d75
#75576c
#756f57
#577560

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

#575d75
#756f57
#6c7557
#605775

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 #575d75 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.

#575d75 Color Code Preview on Black Background Color

This is how #575d75 Color will look on black background color. Color contrast ratio is 3.23

#575d75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #575d75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #575d75

#575d75 color code is use for CSS Background Color

Background color for the above div is #575d75

HTML with inline CSS

<div style="background-color:#575d75;"></div>

#575d75 color code is use for CSS Border Color

CSS Border color for the above div is #575d75

HTML with inline CSS

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

CSS Border Left color for the above div is #575d75

HTML with inline CSS

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

CSS Border Right color for the above div is #575d75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #575d75

HTML with inline CSS

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

CSS Border Top color for the above div is #575d75

HTML with inline CSS

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

#575d75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#575d75 Color code Preview on White Background

This is how #575d75 Color code will look on white background color. Color contrast ratio is 6.51

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

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.