crispedge.com

Color picker

Loading...

#577eba hex color - Blue - Cool color - Information

#577eba hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #577eba Color code in RGB color code model is created after adding 34.12% red color, 49.41% green color and 72.94% blue color. Hex #577eba Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 32% magenta, 0% yellow and 27% black.

Hex #577eba color code is between #5577bb web safe hex color code and #6688aa web safe hex color code. #5577bb is the nearest web safe color code. You can see here many more shades of #577eba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code577eba#577eba
RGB Decimal87, 126, 186rgb(87, 126, 186)
RGB Percent34%, 49%, 73%rgb(34%, 49%, 73%)
CSS RGBa87, 126, 186,1rgba(87,126,186,1)
CMYK Modelcmyk(53%,32%,0%,27%)
HSL Color Space216,42% ,54%hsl(216,42% ,54%)
HSV Color Space216°, 53%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101110111111010111010
Octal127176272
Decimal87126186
Hex577eba

Different shades of #577eba color code.

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

Light Shade of #577eba
#7b9ac9
Dark Shade of #577eba
#41659d
Saturated Shade of #577eba
#4b7bc6
Desaturated Shade of #577eba
#6380ae
Grey scale Shade of #577eba
#888888
Brighten Shade
#7097d3
Most Readable Shade
#FFFFFF

Shades of #577eba color code

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

#577eba
#4d70a5
#436290
#3a547c
#304667
#263852
#1d2a3e
#131c29
#090e14
#000000

Similar Color like #577eba color

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

#587fbb
#5980bc
#5a81bd
#5b82be
#5c83bf
#5d84c0
#5e85c1
#5f86c2
#6087c3
#6188c4
#6289c5
#638ac6
#648bc7
#658cc8
#567db9
#557cb8
#547bb7
#537ab6
#5279b5
#5178b4
#5077b3
#4f76b2
#4e75b1
#4d74b0
#4c73af
#4b72ae
#4a71ad
#4970ac

Monochromatic Color with #577eba

#577eba
#6b9be4
#070b10
#1b283a
#2f4465
#43618f

Tints of #577eba Color

#577eba
#698cc1
#7c9ac9
#8fa9d1
#a1b7d8
#b4c5e0
#c7d4e8
#d9e2ef
#ecf0f7
#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

#577eba
#ba9357

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

Split Complementary

#577eba
#ba6257
#afba57

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

Analogous Color

#57a6ba
#5792ba
#577eba
#576aba
#5857ba

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

#577eba
#ba577e
#7eba57

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

#577eba
#ba57af
#ba9357
#57ba61

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

#577eba
#ba9357
#afba57
#6257ba

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 #577eba 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.

#577eba Color Code Preview on Black Background Color

This is how #577eba Color will look on black background color. Color contrast ratio is 5.10

#577eba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #577eba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #577eba

#577eba color code is use for CSS Background Color

Background color for the above div is #577eba

HTML with inline CSS

<div style="background-color:#577eba;"></div>

#577eba color code is use for CSS Border Color

CSS Border color for the above div is #577eba

HTML with inline CSS

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

CSS Border Left color for the above div is #577eba

HTML with inline CSS

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

CSS Border Right color for the above div is #577eba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #577eba

HTML with inline CSS

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

CSS Border Top color for the above div is #577eba

HTML with inline CSS

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

#577eba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#577eba Color code Preview on White Background

This is how #577eba Color code will look on white background color. Color contrast ratio is 4.12

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

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(87,126,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,147,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(87,126,186,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.