crispedge.com

Color picker

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

#5661ab hex color - Blue - Cool color - Information

#5661ab hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5661ab Color code in RGB color code model is created after adding 33.73% red color, 38.04% green color and 67.06% blue color. Hex #5661ab Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 43% magenta, 0% yellow and 33% black.

Hex #5661ab color code is between #5566aa web safe hex color code and #6655bb web safe hex color code. #5566aa is the nearest web safe color code. You can see here many more shades of #5661ab color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code5661ab#5661ab
RGB Decimal86, 97, 171rgb(86, 97, 171)
RGB Percent34%, 38%, 67%rgb(34%, 38%, 67%)
CSS RGBa86, 97, 171,1rgba(86,97,171,1)
CMYK Modelcmyk(50%,43%,0%,33%)
HSL Color Space232,34% ,50%hsl(232,34% ,50%)
HSV Color Space232°, 50%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101100110000110101011
Octal126141253
Decimal8697171
Hex5661ab

Different shades of #5661ab color code.

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

Light Shade of #5661ab
#7881bc
Dark Shade of #5661ab
#444d8a
Saturated Shade of #5661ab
#4958b8
Desaturated Shade of #5661ab
#636a9e
Grey scale Shade of #5661ab
#808080
Brighten Shade
#6f7ac4
Most Readable Shade
#FFFFFF

Shades of #5661ab color code

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

#5661ab
#4c5698
#424b85
#394072
#2f355f
#262b4c
#1c2039
#131526
#090a13
#000000

Similar Color like #5661ab color

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

#5762ac
#5863ad
#5964ae
#5a65af
#5b66b0
#5c67b1
#5d68b2
#5e69b3
#5f6ab4
#606bb5
#616cb6
#626db7
#636eb8
#646fb9
#5560aa
#545fa9
#535ea8
#525da7
#515ca6
#505ba5
#4f5aa4
#4e59a3
#4d58a2
#4c57a1
#4b56a0
#4a559f
#49549e
#48539d

Monochromatic Color with #5661ab

#5661ab
#6b79d5
#010101
#16192b
#2b3156
#414980

Tints of #5661ab Color

#5661ab
#6872b4
#7b84bd
#8e95c7
#a1a7d0
#b3b8d9
#c6cae3
#d9dbec
#ecedf5
#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

#5661ab
#aba056

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

Split Complementary

#5661ab
#ab7656
#8bab56

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

Analogous Color

#5683ab
#5672ab
#5661ab
#5c56ab
#6d56ab

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

#5661ab
#ab5661
#61ab56

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

#5661ab
#ab568b
#aba056
#56ab75

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

#5661ab
#aba056
#8bab56
#7656ab

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 #5661ab 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.

#5661ab Color Code Preview on Black Background Color

This is how #5661ab Color will look on black background color. Color contrast ratio is 3.69

#5661ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5661ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5661ab

#5661ab color code is use for CSS Background Color

Background color for the above div is #5661ab

HTML with inline CSS

<div style="background-color:#5661ab;"></div>

#5661ab color code is use for CSS Border Color

CSS Border color for the above div is #5661ab

HTML with inline CSS

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

CSS Border Left color for the above div is #5661ab

HTML with inline CSS

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

CSS Border Right color for the above div is #5661ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5661ab

HTML with inline CSS

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

CSS Border Top color for the above div is #5661ab

HTML with inline CSS

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

#5661ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5661ab Color code Preview on White Background

This is how #5661ab Color code will look on white background color. Color contrast ratio is 5.69

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

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.