crispedge.com

Color picker

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

#5f7475 hex color - Paradise City - Blue - Cool color - Information

#5f7475 hex color - Paradise City - Blue - Cool color

Color Hue/Base color: Blue

Hex #5f7475 Color Code is also known as Paradise City color.

Hex #5f7475 Color code in RGB color code model is created after adding 37.25% red color, 45.49% green color and 45.88% blue color. Hex #5f7475 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 1% magenta, 0% yellow and 54% black.

Hex #5f7475 color code is between #667777 web safe hex color code and #556666 web safe hex color code. #667777 is the nearest web safe color code. You can see here many more shades of #5f7475 color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Code5f7475#5f7475
RGB Decimal95, 116, 117rgb(95, 116, 117)
RGB Percent37%, 45%, 46%rgb(37%, 45%, 46%)
CSS RGBa95, 116, 117,1rgba(95,116,117,1)
CMYK Modelcmyk(19%,1%,0%,54%)
HSL Color Space183,10% ,42%hsl(183,10% ,42%)
HSV Color Space183°, 19%, 46%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111110111010001110101
Octal137164165
Decimal95116117
Hex5f7475

Different shades of #5f7475 color code.

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

Light Shade of #5f7475
#778f90
Dark Shade of #5f7475
#485859
Saturated Shade of #5f7475
#547e80
Desaturated Shade of #5f7475
#6a6a6a
Grey scale Shade of #5f7475
#6a6a6a
Brighten Shade
#788d8e
Most Readable Shade
#FFFFFF

Shades of #5f7475 color code

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

#5f7475
#546768
#495a5b
#3f4d4e
#344041
#2a3334
#1f2627
#15191a
#0a0c0d
#000000

Similar Color like #5f7475 color

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

#607576
#617677
#627778
#637879
#64797a
#657a7b
#667b7c
#677c7d
#687d7e
#697e7f
#6a7f80
#6b8081
#6c8182
#6d8283
#5e7374
#5d7273
#5c7172
#5b7071
#5a6f70
#596e6f
#586d6e
#576c6d
#566b6c
#556a6b
#54696a
#536869
#526768
#516667

Monochromatic Color with #5f7475

#5f7475
#819e9f
#a4c8ca
#c7f2f4
#1a2020
#3c4a4a

Tints of #5f7475 Color

#5f7475
#708384
#829293
#94a2a3
#a6b1b2
#b7c1c1
#c9d0d1
#dbe0e0
#edefef
#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

#5f7475
#75605f

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

Split Complementary

#5f7475
#755f69
#756b5f

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

Analogous Color

#5f756d
#5f7572
#5f7475
#5f7075
#5f6b75

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

#5f7475
#755f74
#74755f

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

#5f7475
#6b5f75
#75605f
#69755f

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

#5f7475
#75605f
#756b5f
#5f6975

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

#5f7475 Color Code Preview on Black Background Color

This is how #5f7475 Color will look on black background color. Color contrast ratio is 4.24

#5f7475 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5f7475 color code is use for CSS Background Color

Background color for the above div is #5f7475

HTML with inline CSS

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

#5f7475 color code is use for CSS Border Color

CSS Border color for the above div is #5f7475

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5f7475 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5f7475 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.