Skip to main content Skip to docs navigation

#5766ea 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 #5766ea Color code in RGB color code model is created after adding 34.12% red color, 40% green color and 91.76% blue color. Hex #5766ea Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 56% magenta, 0% yellow and 8.24% black.

Hex #5766ea color code is between #5555ee web safe hex color code and #6677dd web safe hex color code. #5555ee is the nearest web safe color code. You can see here many more shades of #5766ea color code.

RGB Chart

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

Color Table

Hex Color Code 5766ea #5766ea
RGB Decimal 87, 102, 234 87, 102, 234
RGB Percent 34%, 40%, 92% rgb(34%, 40%, 92%)
CSS RGBa 87, 102, 234,1 rgba(87,102,234,1)
CMYK Model cmyk(63%,56%,0%,8.24%)
HSL Color Space 234,78% ,63% hsl(234,78% ,63%)
HSV Color Space 234°, 63%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010111 01100110 11101010
Octal 127 146 352
Decimal 87 102 234
Hex 57 66 ea

Different shades of #5766ea color code.

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

Darkest of #5766ea
#132095
Darker of #5766ea
#182ac3
Dark of #5766ea
#2a3de4
Base of #5766ea
#5766ea
Light of #5766ea
#848ff0
Lighter
#b2b9f5
Lightest
#dfe2fb

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

#5766ea
#eadb57

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

Split Complementary

#5766ea
#ea9257
#afea57

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

Analogous Color

#57bcea
#57a3ea
#5766ea
#7957ea
#b657ea

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

#5766ea
#66ea57
#ea5766

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

#5766ea
#ea5766
#eadb57
#57eadb

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

#5766ea
#ea57af
#eadb57
#57ea92

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 #5766ea

#0d1668
#132095
#182ac3
#2a3de4
#5766ea
#848ff0
#b2b9f5
#dfe2fb
#ffffff

Tints of #5766ea Color

#5766ea
#6977ec
#7c88ee
#8f99f1
#a1aaf3
#b4bbf5
#c7ccf8
#d9ddfa
#eceefc
#ffffff

Shades of #5766ea color code

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

#5766ea
#4d5ad0
#434fb6
#3a449c
#303882
#262d68
#1d224e
#131634
#090b1a
#000000

Tones

#5766ea
#6a75d7
#7d84c4
#9093b1
#a0a0a0

Tones

Similar Color like #5766ea color

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

#5867eb
#5968ec
#5a69ed
#5b6aee
#5c6bef
#5d6cf0
#5e6df1
#5f6ef2
#606ff3
#6170f4
#6271f5
#6372f6
#6473f7
#6574f8
#5665e9
#5564e8
#5463e7
#5362e6
#5261e5
#5160e4
#505fe3
#4f5ee2
#4e5de1
#4d5ce0
#4c5bdf
#4b5ade
#4a59dd
#4958dc

Download this Dark Blue

Hex #5766ea 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.

#5766ea Color Code Preview on Black Background Color

This is how #5766ea Color will look on black background color. Color contrast ratio is 4.49

#5766ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5766ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5766ea

#5766ea color code is use for CSS Background Color

Background color for the above div is #5766ea

HTML with inline CSS

<div style="background-color:#5766ea;"></div>

#5766ea color code is use for CSS Border Color

CSS Border color for the above div is #5766ea

HTML with inline CSS

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

CSS Border Left color for the above div is #5766ea

HTML with inline CSS

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

CSS Border Right color for the above div is #5766ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5766ea

HTML with inline CSS

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

CSS Border Top color for the above div is #5766ea

HTML with inline CSS

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

#5766ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5766ea Color code Preview on White Background

This is how #5766ea Color code will look on white background color. Color contrast ratio is 4.67

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

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