Skip to main content Skip to docs navigation

#575eec 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 Flickering Sea and its hex is #5566EE Nearest Color Name

Color Hue/Base color: Blue

Hex #575eec Color code in RGB color code model is created after adding 34.12% red color, 36.86% green color and 92.55% blue color. Hex #575eec Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 60% magenta, 0% yellow and 7.45% black.

Hex #575eec color code is between #5566ee web safe hex color code and #6655dd web safe hex color code. #5566ee is the nearest web safe color code. You can see here many more shades of #575eec color code.

RGB Chart

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

Color Table

Hex Color Code 575eec #575eec
RGB Decimal 87, 94, 236 87, 94, 236
RGB Percent 34%, 37%, 93% rgb(34%, 37%, 93%)
CSS RGBa 87, 94, 236,1 rgba(87,94,236,1)
CMYK Model cmyk(63%,60%,0%,7.45%)
HSL Color Space 237,80% ,63% hsl(237,80% ,63%)
HSV Color Space 237°, 63%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010111 01011110 11101100
Octal 127 136 354
Decimal 87 94 236
Hex 57 5e ec

Different shades of #575eec color code.

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

Darkest of #575eec
#111899
Darker of #575eec
#161fc7
Dark of #575eec
#2932e7
Base of #575eec
#575eec
Light of #575eec
#858af1
Lighter
#b3b6f6
Lightest
#e0e2fc

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

#575eec
#ece557

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

Split Complementary

#575eec
#ec9a57
#a8ec57

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

Analogous Color

#57b5ec
#579cec
#575eec
#8257ec
#c057ec

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

#575eec
#5eec57
#ec575e

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

#575eec
#ec575e
#ece557
#57ece5

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

#575eec
#ec57a8
#ece557
#57ec9a

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 #575eec

#0c116b
#111899
#161fc7
#2932e7
#575eec
#858af1
#b3b6f6
#e0e2fc
#ffffff

Tints of #575eec Color

#575eec
#696fee
#7c81f0
#8f93f2
#a1a5f4
#b4b7f6
#c7c9f8
#d9dbfa
#ecedfc
#ffffff

Shades of #575eec color code

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

#575eec
#4d53d1
#4349b7
#3a3e9d
#303483
#262968
#1d1f4e
#131434
#090a1a
#000000

Tones

#575eec
#6a6fd9
#7c80c7
#8f91b4
#a1a1a1

Tones

Similar Color like #575eec color

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

#585fed
#5960ee
#5a61ef
#5b62f0
#5c63f1
#5d64f2
#5e65f3
#5f66f4
#6067f5
#6168f6
#6269f7
#636af8
#646bf9
#656cfa
#565deb
#555cea
#545be9
#535ae8
#5259e7
#5158e6
#5057e5
#4f56e4
#4e55e3
#4d54e2
#4c53e1
#4b52e0
#4a51df
#4950de

Download this Dark Blue

Hex #575eec 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.

#575eec Color Code Preview on Black Background Color

This is how #575eec Color will look on black background color. Color contrast ratio is 4.22

#575eec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #575eec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #575eec

#575eec color code is use for CSS Background Color

Background color for the above div is #575eec

HTML with inline CSS

<div style="background-color:#575eec;"></div>

#575eec color code is use for CSS Border Color

CSS Border color for the above div is #575eec

HTML with inline CSS

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

CSS Border Left color for the above div is #575eec

HTML with inline CSS

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

CSS Border Right color for the above div is #575eec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #575eec

HTML with inline CSS

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

CSS Border Top color for the above div is #575eec

HTML with inline CSS

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

#575eec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#575eec Color code Preview on White Background

This is how #575eec Color code will look on white background color. Color contrast ratio is 4.98

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

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(87,94,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,229,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(87,94,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }