crispedge.com

Color picker

Loading...

#50576f hex color - Blue - Cool color - Information

#50576f hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #50576f Color code in RGB color code model is created after adding 31.37% red color, 34.12% green color and 43.53% blue color. Hex #50576f Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 22% magenta, 0% yellow and 56% black.

Hex #50576f color code is between #555577 web safe hex color code and #446666 web safe hex color code. #555577 is the nearest web safe color code. You can see here many more shades of #50576f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code50576f#50576f
RGB Decimal80, 87, 111rgb(80, 87, 111)
RGB Percent31%, 34%, 44%rgb(31%, 34%, 44%)
CSS RGBa80, 87, 111,1rgba(80,87,111,1)
CMYK Modelcmyk(28%,22%,0%,56%)
HSL Color Space226,16% ,37%hsl(226,16% ,37%)
HSV Color Space226°, 28%, 44%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100000101011101101111
Octal120127157
Decimal8087111
Hex50576f

Different shades of #50576f color code.

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

Light Shade of #50576f
#656e8d
Dark Shade of #50576f
#3b4051
Saturated Shade of #50576f
#465279
Desaturated Shade of #50576f
#5a5c65
Grey scale Shade of #50576f
#5f5f5f
Brighten Shade
#697088
Most Readable Shade
#FFFFFF

Shades of #50576f color code

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

#50576f
#474d62
#3e4356
#353a4a
#2c303d
#232631
#1a1d25
#111318
#08090c
#000000

Similar Color like #50576f color

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

#515870
#525971
#535a72
#545b73
#555c74
#565d75
#575e76
#585f77
#596078
#5a6179
#5b627a
#5c637b
#5d647c
#5e657d
#4f566e
#4e556d
#4d546c
#4c536b
#4b526a
#4a5169
#495068
#484f67
#474e66
#464d65
#454c64
#444b63
#434a62
#424961

Monochromatic Color with #50576f

#50576f
#6f7899
#8d9ac4
#acbbee
#13141a
#313644

Tints of #50576f Color

#50576f
#63697f
#767c8f
#8a8f9f
#9da1af
#b1b4bf
#c4c7cf
#d8d9df
#ebecef
#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

#50576f
#6f6850

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

Split Complementary

#50576f
#6f5950
#676f50

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

Analogous Color

#50636f
#505d6f
#50576f
#50516f
#55506f

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

#50576f
#6f5057
#576f50

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

#50576f
#6f5066
#6f6850
#506f58

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

#50576f
#6f6850
#676f50
#59506f

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 #50576f 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.

#50576f Color Code Preview on Black Background Color

This is how #50576f Color will look on black background color. Color contrast ratio is 2.93

#50576f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50576f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50576f

#50576f color code is use for CSS Background Color

Background color for the above div is #50576f

HTML with inline CSS

<div style="background-color:#50576f;"></div>

#50576f color code is use for CSS Border Color

CSS Border color for the above div is #50576f

HTML with inline CSS

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

CSS Border Left color for the above div is #50576f

HTML with inline CSS

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

CSS Border Right color for the above div is #50576f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #50576f

HTML with inline CSS

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

CSS Border Top color for the above div is #50576f

HTML with inline CSS

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

#50576f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#50576f Color code Preview on White Background

This is how #50576f Color code will look on white background color. Color contrast ratio is 7.16

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

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(80,87,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,104,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,87,111,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.