crispedge.com

Color picker

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

#50857c hex color - Green - Cool color - Information

#50857c hex color - Green - Cool color

Color Hue/Base color: Green

Hex #50857c Color code in RGB color code model is created after adding 31.37% red color, 52.16% green color and 48.63% blue color. Hex #50857c Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 0% magenta, 7% yellow and 48% black.

Hex #50857c color code is between #558877 web safe hex color code and #447788 web safe hex color code. #558877 is the nearest web safe color code. You can see here many more shades of #50857c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code50857c#50857c
RGB Decimal80, 133, 124rgb(80, 133, 124)
RGB Percent31%, 52%, 49%rgb(31%, 52%, 49%)
CSS RGBa80, 133, 124,1rgba(80,133,124,1)
CMYK Modelcmyk(40%,0%,7%,48%)
HSL Color Space170,25% ,42%hsl(170,25% ,42%)
HSV Color Space170°, 40%, 52%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100001000010101111100
Octal120205174
Decimal80133124
Hex50857c

Different shades of #50857c color code.

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

Light Shade of #50857c
#65a398
Dark Shade of #50857c
#3d655e
Saturated Shade of #50857c
#459083
Desaturated Shade of #50857c
#5b7a75
Grey scale Shade of #50857c
#6a6a6a
Brighten Shade
#699e95
Most Readable Shade
#FFFFFF

Shades of #50857c color code

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

#50857c
#47766e
#3e6760
#355852
#2c4944
#233b37
#1a2c29
#111d1b
#080e0d
#000000

Similar Color like #50857c color

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

#51867d
#52877e
#53887f
#548980
#558a81
#568b82
#578c83
#588d84
#598e85
#5a8f86
#5b9087
#5c9188
#5d9289
#5e938a
#4f847b
#4e837a
#4d8279
#4c8178
#4b8077
#4a7f76
#497e75
#487d74
#477c73
#467b72
#457a71
#447970
#43786f
#42776e

Monochromatic Color with #50857c

#50857c
#6aafa4
#83dacb
#030505
#1d302d
#365a54

Tints of #50857c Color

#50857c
#63928a
#76a099
#8aada7
#9dbbb6
#b1c8c4
#c4d6d3
#d8e3e1
#ebf1f0
#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

#50857c
#855059

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

Split Complementary

#50857c
#855074
#856250

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

Analogous Color

#508567
#508571
#50857c
#508385
#507985

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

#50857c
#7c5085
#857c50

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

#50857c
#615085
#855059
#738550

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

#50857c
#855059
#856250
#507485

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 #50857c 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.

#50857c Color Code Preview on Black Background Color

This is how #50857c Color will look on black background color. Color contrast ratio is 4.99

#50857c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50857c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #50857c

#50857c color code is use for CSS Background Color

Background color for the above div is #50857c

HTML with inline CSS

<div style="background-color:#50857c;"></div>

#50857c color code is use for CSS Border Color

CSS Border color for the above div is #50857c

HTML with inline CSS

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

CSS Border Left color for the above div is #50857c

HTML with inline CSS

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

CSS Border Right color for the above div is #50857c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #50857c

HTML with inline CSS

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

CSS Border Top color for the above div is #50857c

HTML with inline CSS

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

#50857c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#50857c Color code Preview on White Background

This is how #50857c Color code will look on white background color. Color contrast ratio is 4.21

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.