crispedge.com

Color picker

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

#5bd9bb hex color - Blue - Cool color - Information

#5bd9bb hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #5bd9bb Color code in RGB color code model is created after adding 35.69% red color, 85.1% green color and 73.33% blue color. Hex #5bd9bb Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 0% magenta, 14% yellow and 15% black.

Hex #5bd9bb color code is between #55ddaa web safe hex color code and #66cccc web safe hex color code. #55ddaa is the nearest web safe color code. You can see here many more shades of #5bd9bb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5bd9bb#5bd9bb
RGB Decimal91, 217, 187rgb(91, 217, 187)
RGB Percent36%, 85%, 73%rgb(36%, 85%, 73%)
CSS RGBa91, 217, 187,1rgba(91,217,187,1)
CMYK Modelcmyk(58%,0%,14%,15%)
HSL Color Space166,62% ,60%hsl(166,62% ,60%)
HSV Color Space166°, 58%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110111101100110111011
Octal133331273
Decimal91217187
Hex5bd9bb

Different shades of #5bd9bb color code.

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

Light Shade of #5bd9bb
#84e3cc
Dark Shade of #5bd9bb
#32cfaa
Saturated Shade of #5bd9bb
#51e3c0
Desaturated Shade of #5bd9bb
#65cfb6
Grey scale Shade of #5bd9bb
#9a9a9a
Brighten Shade
#74f2d4
Most Readable Shade
#000000

Shades of #5bd9bb color code

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

#5bd9bb
#50c0a6
#46a891
#3c907c
#327867
#286053
#1e483e
#143029
#0a1814
#000000

Similar Color like #5bd9bb color

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

#5cdabc
#5ddbbd
#5edcbe
#5fddbf
#60dec0
#61dfc1
#62e0c2
#63e1c3
#64e2c4
#65e3c5
#66e4c6
#67e5c7
#68e6c8
#69e7c9
#5ad8ba
#59d7b9
#58d6b8
#57d5b7
#56d4b6
#55d3b5
#54d2b4
#53d1b3
#52d0b2
#51cfb1
#50ceb0
#4fcdaf
#4eccae
#4dcbad

Monochromatic Color with #5bd9bb

#5bd9bb
#020404
#142f28
#26594d
#378472
#49ae96

Tints of #5bd9bb Color

#5bd9bb
#6dddc2
#7fe1ca
#91e5d1
#a3e9d9
#b6eee0
#c8f2e8
#daf6ef
#ecfaf7
#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

#5bd9bb
#d95b79

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

Split Complementary

#5bd9bb
#d95bb8
#d97c5b

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

Analogous Color

#5bd989
#5bd9a2
#5bd9bb
#5bd9d4
#5bc5d9

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

#5bd9bb
#bb5bd9
#d9bb5b

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

#5bd9bb
#7c5bd9
#d95b79
#b8d95b

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

#5bd9bb
#d95b79
#d97c5b
#5bb8d9

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

#5bd9bb Color Code Preview on Black Background Color

This is how #5bd9bb Color will look on black background color. Color contrast ratio is 12.09

#5bd9bb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5bd9bb color code is use for CSS Background Color

Background color for the above div is #5bd9bb

HTML with inline CSS

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

#5bd9bb color code is use for CSS Border Color

CSS Border color for the above div is #5bd9bb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5bd9bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5bd9bb Color code Preview on White Background

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

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

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.