crispedge.com

Color picker

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

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

#5c5edb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5c5edb Color code in RGB color code model is created after adding 36.08% red color, 36.86% green color and 85.88% blue color. Hex #5c5edb Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 57% magenta, 0% yellow and 14% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code5c5edb#5c5edb
RGB Decimal92, 94, 219rgb(92, 94, 219)
RGB Percent36%, 37%, 86%rgb(36%, 37%, 86%)
CSS RGBa92, 94, 219,1rgba(92,94,219,1)
CMYK Modelcmyk(58%,57%,0%,14%)
HSL Color Space239,64% ,61%hsl(239,64% ,61%)
HSV Color Space239°, 58%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111000101111011011011
Octal134136333
Decimal9294219
Hex5c5edb

Different shades of #5c5edb color code.

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

Light Shade of #5c5edb
#8687e4
Dark Shade of #5c5edb
#3235d2
Saturated Shade of #5c5edb
#5254e5
Desaturated Shade of #5c5edb
#6668d1
Grey scale Shade of #5c5edb
#9b9b9b
Brighten Shade
#7577f4
Most Readable Shade
#FFFFFF

Shades of #5c5edb color code

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

#5c5edb
#5153c2
#4749aa
#3d3e92
#333479
#282961
#1e1f49
#141430
#0a0a18
#000000

Similar Color like #5c5edb color

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

#5d5fdc
#5e60dd
#5f61de
#6062df
#6163e0
#6264e1
#6365e2
#6466e3
#6567e4
#6668e5
#6769e6
#686ae7
#696be8
#6a6ce9
#5b5dda
#5a5cd9
#595bd8
#585ad7
#5759d6
#5658d5
#5557d4
#5456d3
#5355d2
#5254d1
#5153d0
#5052cf
#4f51ce
#4e50cd

Monochromatic Color with #5c5edb

#5c5edb
#030306
#151531
#26275b
#383a86
#4a4cb0

Tints of #5c5edb Color

#5c5edb
#6e6fdf
#8081e3
#9293e7
#a4a5eb
#b6b7ef
#c8c9f3
#dadbf7
#ecedfb
#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

#5c5edb
#dbd95c

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

Split Complementary

#5c5edb
#db995c
#9edb5c

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

Analogous Color

#5c91db
#5c77db
#5c5edb
#735cdb
#8d5cdb

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

#5c5edb
#db5c5e
#5edb5c

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

#5c5edb
#db5c9d
#dbd95c
#5cdb99

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

#5c5edb
#dbd95c
#9edb5c
#995cdb

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

#5c5edb Color Code Preview on Black Background Color

This is how #5c5edb Color will look on black background color. Color contrast ratio is 4.08

#5c5edb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5c5edb color code is use for CSS Background Color

Background color for the above div is #5c5edb

HTML with inline CSS

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

#5c5edb color code is use for CSS Border Color

CSS Border color for the above div is #5c5edb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5c5edb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5c5edb Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.