Skip to main content Skip to docs navigation

#5affbd hex color | Download Dark Blue BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Rare Wind and its hex is #55FFCC Nearest Color Name

Color Hue/Base color: Blue

Hex #5affbd Color code in RGB color code model is created after adding 35.29% red color, 100% green color and 74.12% blue color. Hex #5affbd Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 0% magenta, 26% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code 5affbd #5affbd
RGB Decimal 90, 255, 189 90, 255, 189
RGB Percent 35%, 100%, 74% rgb(35%, 100%, 74%)
CSS RGBa 90, 255, 189,1 rgba(90,255,189,1)
CMYK Model cmyk(65%,0%,26%,0%)
HSL Color Space 156,100% ,68% hsl(156,100% ,68%)
HSV Color Space 156°, 65%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011010 11111111 10111101
Octal 132 377 275
Decimal 90 255 189
Hex 5a ff bd

Different shades of #5affbd color code.

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

Darkest of #5affbd
#00c073
Darker of #5affbd
#00f392
Dark of #5affbd
#27ffa9
Base of #5affbd
#5affbd
Light of #5affbd
#8dffd1
Lighter
#c0ffe6
Lightest
#f3fffa

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

#5affbd
#ff5a9c

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

Split Complementary

#5affbd
#ff5aef
#ff6b5a

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

Analogous Color

#5aff5d
#5aff78
#5affbd
#5afff4
#5ac5ff

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

#5affbd
#ffbd5a
#bd5aff

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

#5affbd
#bd5aff
#ff5a9c
#9cff5a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#5affbd
#6b5aff
#ff5a9c
#efff5a

Square 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).

Monochromatic Color with #5affbd

#008d55
#00c073
#00f392
#27ffa9
#5affbd
#8dffd1
#c0ffe6
#f3fffa
#ffffff

Tints of #5affbd Color

#5affbd
#6cffc4
#7effcb
#91ffd3
#a3ffda
#b5ffe1
#c8ffe9
#dafff0
#ecfff7
#ffffff

Shades of #5affbd color code

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

#5affbd
#50e2a8
#46c693
#3caa7e
#328d69
#287154
#1e553f
#14382a
#0a1c15
#000000

Tones

#5affbd
#6befba
#7bdeb6
#8cceb3
#9cbdb0

Tones

Similar Color like #5affbd color

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

#5bffbe
#5cffbf
#5dffc0
#5effc1
#5fffc2
#60ffc3
#61ffc4
#62ffc5
#63ffc6
#64ffc7
#65ffc8
#66ffc9
#67ffca
#68ffcb
#59febc
#58fdbb
#57fcba
#56fbb9
#55fab8
#54f9b7
#53f8b6
#52f7b5
#51f6b4
#50f5b3
#4ff4b2
#4ef3b1
#4df2b0
#4cf1af

Download this Dark Blue

Hex #5affbd 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.

#5affbd Color Code Preview on Black Background Color

This is how #5affbd Color will look on black background color. Color contrast ratio is 16.47

#5affbd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5affbd color code is use for CSS Background Color

Background color for the above div is #5affbd

HTML with inline CSS

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

#5affbd color code is use for CSS Border Color

CSS Border color for the above div is #5affbd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5affbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5affbd Color code Preview on White Background

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

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(90,255,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,90,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(90,255,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }