crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#5c66e8 hex color - Blue - Cool color - Information

#5c66e8 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5c66e8 Color code in RGB color code model is created after adding 36.08% red color, 40% green color and 90.98% blue color. Hex #5c66e8 Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 56% magenta, 0% yellow and 9% black.

Hex #5c66e8 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 #5c66e8 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5c66e8#5c66e8
RGB Decimal92, 102, 232rgb(92, 102, 232)
RGB Percent36%, 40%, 91%rgb(36%, 40%, 91%)
CSS RGBa92, 102, 232,1rgba(92,102,232,1)
CMYK Modelcmyk(60%,56%,0%,9%)
HSL Color Space236,75% ,64%hsl(236,75% ,64%)
HSV Color Space236°, 60%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111000110011011101000
Octal134146350
Decimal92102232
Hex5c66e8

Different shades of #5c66e8 color code.

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

Light Shade of #5c66e8
#8990ee
Dark Shade of #5c66e8
#2f3ce2
Saturated Shade of #5c66e8
#535ef1
Desaturated Shade of #5c66e8
#656edf
Grey scale Shade of #5c66e8
#a2a2a2
Brighten Shade
#757fff
Most Readable Shade
#FFFFFF

Shades of #5c66e8 color code

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

#5c66e8
#515ace
#474fb4
#3d449a
#333880
#282d67
#1e224d
#141633
#0a0b19
#000000

Similar Color like #5c66e8 color

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

#5d67e9
#5e68ea
#5f69eb
#606aec
#616bed
#626cee
#636def
#646ef0
#656ff1
#6670f2
#6771f3
#6872f4
#6973f5
#6a74f6
#5b65e7
#5a64e6
#5963e5
#5862e4
#5761e3
#5660e2
#555fe1
#545ee0
#535ddf
#525cde
#515bdd
#505adc
#4f59db
#4e58da

Monochromatic Color with #5c66e8

#5c66e8
#080913
#191b3e
#292e68
#3a4193
#4b53bd

Tints of #5c66e8 Color

#5c66e8
#6e77ea
#8088ed
#9299ef
#a4aaf2
#b6bbf4
#c8ccf7
#daddf9
#eceefc
#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

#5c66e8
#e8de5c

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

Split Complementary

#5c66e8
#e8985c
#ace85c

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

Analogous Color

#5c9ee8
#5c82e8
#5c66e8
#6e5ce8
#8a5ce8

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

#5c66e8
#e85c66
#66e85c

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

#5c66e8
#e85cac
#e8de5c
#5ce898

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

#5c66e8
#e8de5c
#ace85c
#985ce8

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 #5c66e8 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.

#5c66e8 Color Code Preview on Black Background Color

This is how #5c66e8 Color will look on black background color. Color contrast ratio is 4.52

#5c66e8 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5c66e8 color code is use for CSS Background Color

Background color for the above div is #5c66e8

HTML with inline CSS

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

#5c66e8 color code is use for CSS Border Color

CSS Border color for the above div is #5c66e8

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5c66e8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5c66e8 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.