crispedge.com

Color picker

Loading...

#5389da hex color - Blue - Cool color - Information

#5389da hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5389da Color code in RGB color code model is created after adding 32.55% red color, 53.73% green color and 85.49% blue color. Hex #5389da Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 37% magenta, 0% yellow and 15% black.

Hex #5389da color code is between #5588dd web safe hex color code and #4499cc web safe hex color code. #5588dd is the nearest web safe color code. You can see here many more shades of #5389da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5389da#5389da
RGB Decimal83, 137, 218rgb(83, 137, 218)
RGB Percent33%, 54%, 85%rgb(33%, 54%, 85%)
CSS RGBa83, 137, 218,1rgba(83,137,218,1)
CMYK Modelcmyk(62%,37%,0%,15%)
HSL Color Space216,65% ,59%hsl(216,65% ,59%)
HSV Color Space216°, 62%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100111000100111011010
Octal123211332
Decimal83137218
Hex5389da

Different shades of #5389da color code.

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

Light Shade of #5389da
#7da6e3
Dark Shade of #5389da
#2c6dce
Saturated Shade of #5389da
#4987e4
Desaturated Shade of #5389da
#5d8bd0
Grey scale Shade of #5389da
#969696
Brighten Shade
#6ca2f3
Most Readable Shade
#000000

Shades of #5389da color code

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

#5389da
#4979c1
#406aa9
#375b91
#2e4c79
#243c60
#1b2d48
#121e30
#090f18
#000000

Similar Color like #5389da color

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

#548adb
#558bdc
#568cdd
#578dde
#588edf
#598fe0
#5a90e1
#5b91e2
#5c92e3
#5d93e4
#5e94e5
#5f95e6
#6096e7
#6197e8
#5288d9
#5187d8
#5086d7
#4f85d6
#4e84d5
#4d83d4
#4c82d3
#4b81d2
#4a80d1
#497fd0
#487ecf
#477dce
#467ccd
#457bcc

Monochromatic Color with #5389da

#5389da
#020305
#121e30
#22395a
#335485
#436eaf

Tints of #5389da Color

#5389da
#6696de
#79a3e2
#8cb0e6
#9fbdea
#b2caee
#c5d7f2
#d8e4f6
#ebf1fa
#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

#5389da
#daa453

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

Split Complementary

#5389da
#da6153
#ccda53

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

Analogous Color

#53bfda
#53a4da
#5389da
#536eda
#5353da

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

#5389da
#da5389
#89da53

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

#5389da
#da53cc
#daa453
#53da60

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

#5389da
#daa453
#ccda53
#6153da

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 #5389da 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.

#5389da Color Code Preview on Black Background Color

This is how #5389da Color will look on black background color. Color contrast ratio is 5.96

#5389da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5389da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5389da

#5389da color code is use for CSS Background Color

Background color for the above div is #5389da

HTML with inline CSS

<div style="background-color:#5389da;"></div>

#5389da color code is use for CSS Border Color

CSS Border color for the above div is #5389da

HTML with inline CSS

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

CSS Border Left color for the above div is #5389da

HTML with inline CSS

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

CSS Border Right color for the above div is #5389da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5389da

HTML with inline CSS

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

CSS Border Top color for the above div is #5389da

HTML with inline CSS

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

#5389da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5389da Color code Preview on White Background

This is how #5389da Color code will look on white background color. Color contrast ratio is 3.52

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

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(83,137,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,164,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,137,218,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.