crispedge.com

Color picker

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

#5564e4 hex color - Blue - Cool color - Information

#5564e4 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5564e4 Color code in RGB color code model is created after adding 33.33% red color, 39.22% green color and 89.41% blue color. Hex #5564e4 Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 56% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5564e4#5564e4
RGB Decimal85, 100, 228rgb(85, 100, 228)
RGB Percent33%, 39%, 89%rgb(33%, 39%, 89%)
CSS RGBa85, 100, 228,1rgba(85,100,228,1)
CMYK Modelcmyk(63%,56%,0%,11%)
HSL Color Space234,73% ,61%hsl(234,73% ,61%)
HSV Color Space234°, 63%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101010110010011100100
Octal125144344
Decimal85100228
Hex5564e4

Different shades of #5564e4 color code.

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

Light Shade of #5564e4
#818ceb
Dark Shade of #5564e4
#293cdd
Saturated Shade of #5564e4
#4b5cee
Desaturated Shade of #5564e4
#5f6cda
Grey scale Shade of #5564e4
#9c9c9c
Brighten Shade
#6e7dfd
Most Readable Shade
#FFFFFF

Shades of #5564e4 color code

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

#5564e4
#4b58ca
#424db1
#384298
#2f377e
#252c65
#1c214c
#121632
#090b19
#000000

Similar Color like #5564e4 color

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

#5665e5
#5766e6
#5867e7
#5968e8
#5a69e9
#5b6aea
#5c6beb
#5d6cec
#5e6ded
#5f6eee
#606fef
#6170f0
#6271f1
#6372f2
#5463e3
#5362e2
#5261e1
#5160e0
#505fdf
#4f5ede
#4e5ddd
#4d5cdc
#4c5bdb
#4b5ada
#4a59d9
#4958d8
#4857d7
#4756d6

Monochromatic Color with #5564e4

#5564e4
#06070f
#16193a
#252c64
#353f8f
#4551b9

Tints of #5564e4 Color

#5564e4
#6775e7
#7a86ea
#8d97ed
#a0a8f0
#b3baf3
#c6cbf6
#d9dcf9
#ecedfc
#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

#5564e4
#e4d555

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

Split Complementary

#5564e4
#e48e55
#ace455

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

Analogous Color

#559de4
#5581e4
#5564e4
#6355e4
#7f55e4

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

#5564e4
#e45564
#64e455

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

#5564e4
#e455ab
#e4d555
#55e48d

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

#5564e4
#e4d555
#ace455
#8e55e4

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 #5564e4 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.

#5564e4 Color Code Preview on Black Background Color

This is how #5564e4 Color will look on black background color. Color contrast ratio is 4.33

#5564e4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5564e4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5564e4

#5564e4 color code is use for CSS Background Color

Background color for the above div is #5564e4

HTML with inline CSS

<div style="background-color:#5564e4;"></div>

#5564e4 color code is use for CSS Border Color

CSS Border color for the above div is #5564e4

HTML with inline CSS

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

CSS Border Left color for the above div is #5564e4

HTML with inline CSS

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

CSS Border Right color for the above div is #5564e4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5564e4

HTML with inline CSS

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

CSS Border Top color for the above div is #5564e4

HTML with inline CSS

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

#5564e4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5564e4 Color code Preview on White Background

This is how #5564e4 Color code will look on white background color. Color contrast ratio is 4.85

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

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.