Skip to main content Skip to docs navigation

#515f6d hex color - Blue - Cool color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #515f6d Color code in RGB color code model is created after adding 31.76% red color, 37.25% green color and 42.75% blue color. Hex #515f6d Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 13% magenta, 0% yellow and 57.25% black.

Hex #515f6d color code is between #556666 web safe hex color code and #445577 web safe hex color code. #556666 is the nearest web safe color code. You can see here many more shades of #515f6d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 515f6d #515f6d
RGB Decimal 81, 95, 109 rgb(81, 95, 109)
RGB Percent 32%, 37%, 43% rgb(32%, 37%, 43%)
CSS RGBa 81, 95, 109,1 rgba(81,95,109,1)
CMYK Model cmyk(26%,13%,0%,57.25%)
HSL Color Space 210,15% ,37% hsl(210,15% ,37%)
HSV Color Space 210°, 26%, 43%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010001 01011111 01101101
Octal 121 137 155
Decimal 81 95 109
Hex 51 5f 6d

Different shades of #515f6d color code.

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

Light Shade of #515f6d
#67788a
Dark Shade of #515f6d
#3b4550
Saturated Shade of #515f6d
#475f76
Desaturated Shade of #515f6d
#5a5f63
Grey scale Shade of #515f6d
#5f5f5f
Brighten Shade
#6a7886
Most Readable Shade
#FFFFFF

Shades of #515f6d color code

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

#515f6d
#485460
#3f4954
#363f48
#2d343c
#242a30
#1b1f24
#121518
#090a0c
#000000

Similar Color like #515f6d color

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

#52606e
#53616f
#546270
#556371
#566472
#576573
#586674
#596775
#5a6876
#5b6977
#5c6a78
#5d6b79
#5e6c7a
#5f6d7b
#505e6c
#4f5d6b
#4e5c6a
#4d5b69
#4c5a68
#4b5967
#4a5866
#495765
#485664
#475563
#465462
#455361
#445260
#43515f

Monochromatic Color with #515f6d

#515f6d
#718497
#90a9c2
#b0ceec
#121518
#313a42

Tints of #515f6d Color

#515f6d
#64707d
#77828d
#8b949d
#9ea6ad
#b1b7be
#c5c9ce
#d8dbde
#ebedee
#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

#515f6d
#6d5f51

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

Split Complementary

#515f6d
#6d5151
#6d6d51

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

Analogous Color

#516a6d
#51656d
#515f6d
#51596d
#51546d

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

#515f6d
#6d515f
#5f6d51

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

#515f6d
#6d516d
#6d5f51
#516d51

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

#515f6d
#6d5f51
#6d6d51
#51516d

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 #515f6d 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.

#515f6d Color Code Preview on Black Background Color

This is how #515f6d Color will look on black background color. Color contrast ratio is 3.21

#515f6d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #515f6d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #515f6d

#515f6d color code is use for CSS Background Color

Background color for the above div is #515f6d

HTML with inline CSS

<div style="background-color:#515f6d;"></div>

#515f6d color code is use for CSS Border Color

CSS Border color for the above div is #515f6d

HTML with inline CSS

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

CSS Border Left color for the above div is #515f6d

HTML with inline CSS

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

CSS Border Right color for the above div is #515f6d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #515f6d

HTML with inline CSS

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

CSS Border Top color for the above div is #515f6d

HTML with inline CSS

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

#515f6d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#515f6d Color code Preview on White Background

This is how #515f6d Color code will look on white background color. Color contrast ratio is 6.55

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(81,95,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,95,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,95,109,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.