crispedge.com

Color picker

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

#5f5e63 hex color - Violet - Cool color - Information

#5f5e63 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #5f5e63 Color code in RGB color code model is created after adding 37.25% red color, 36.86% green color and 38.82% blue color. Hex #5f5e63 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 5% magenta, 0% yellow and 61% black.

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

0 Likes 0 Comments | 27 Views

Color Table

Hex Color Code5f5e63#5f5e63
RGB Decimal95, 94, 99rgb(95, 94, 99)
RGB Percent37%, 37%, 39%rgb(37%, 37%, 39%)
CSS RGBa95, 94, 99,1rgba(95,94,99,1)
CMYK Modelcmyk(4%,5%,0%,61%)
HSL Color Space252,3% ,38%hsl(252,3% ,38%)
HSV Color Space252°, 5%, 39%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111110101111001100011
Octal137136143
Decimal959499
Hex5f5e63

Different shades of #5f5e63 color code.

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

Light Shade of #5f5e63
#78777d
Dark Shade of #5f5e63
#464549
Saturated Shade of #5f5e63
#59546d
Desaturated Shade of #5f5e63
#606060
Grey scale Shade of #5f5e63
#606060
Brighten Shade
#78777c
Most Readable Shade
#FFFFFF

Shades of #5f5e63 color code

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

#5f5e63
#545358
#49494d
#3f3e42
#343437
#2a292c
#1f1f21
#151416
#0a0a0b
#000000

Similar Color like #5f5e63 color

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

#605f64
#616065
#626166
#636267
#646368
#656469
#66656a
#67666b
#68676c
#69686d
#6a696e
#6b6a6f
#6c6b70
#6d6c71
#5e5d62
#5d5c61
#5c5b60
#5b5a5f
#5a595e
#59585d
#58575c
#57565b
#56555a
#555459
#545358
#535257
#525156
#515055

Monochromatic Color with #5f5e63

#5f5e63
#88868d
#b1afb8
#d9d7e2
#0d0d0e
#363638

Tints of #5f5e63 Color

#5f5e63
#706f74
#828185
#949397
#a6a5a8
#b7b7b9
#c9c9cb
#dbdbdc
#ededed
#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

#5f5e63
#62635e

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

Split Complementary

#5f5e63
#63625e
#60635e

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

Analogous Color

#5e5f63
#5e5e63
#5f5e63
#605e63
#615e63

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

#5f5e63
#635f5e
#5e635f

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

#5f5e63
#635e5f
#62635e
#5e6361

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

#5f5e63
#62635e
#60635e
#625e63

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

#5f5e63 Color Code Preview on Black Background Color

This is how #5f5e63 Color will look on black background color. Color contrast ratio is 3.27

#5f5e63 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5f5e63 color code is use for CSS Background Color

Background color for the above div is #5f5e63

HTML with inline CSS

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

#5f5e63 color code is use for CSS Border Color

CSS Border color for the above div is #5f5e63

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5f5e63 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5f5e63 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 27 Views

Post your comment:-

By submitting comment you agree to our privacy policy.