crispedge.com

Color picker

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

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

#5b62a6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5b62a6 Color code in RGB color code model is created after adding 35.69% red color, 38.43% green color and 65.1% blue color. Hex #5b62a6 Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 41% magenta, 0% yellow and 35% black.

Hex #5b62a6 color code is between #5566aa web safe hex color code and #665599 web safe hex color code. #5566aa is the nearest web safe color code. You can see here many more shades of #5b62a6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5b62a6#5b62a6
RGB Decimal91, 98, 166rgb(91, 98, 166)
RGB Percent36%, 38%, 65%rgb(36%, 38%, 65%)
CSS RGBa91, 98, 166,1rgba(91,98,166,1)
CMYK Modelcmyk(45%,41%,0%,35%)
HSL Color Space234,30% ,50%hsl(234,30% ,50%)
HSV Color Space234°, 45%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110110110001010100110
Octal133142246
Decimal9198166
Hex5b62a6

Different shades of #5b62a6 color code.

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

Light Shade of #5b62a6
#7c82b8
Dark Shade of #5b62a6
#484e86
Saturated Shade of #5b62a6
#4e58b3
Desaturated Shade of #5b62a6
#686c99
Grey scale Shade of #5b62a6
#808080
Brighten Shade
#747bbf
Most Readable Shade
#FFFFFF

Shades of #5b62a6 color code

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

#5b62a6
#505793
#464c81
#3c416e
#32365c
#282b49
#1e2037
#141524
#0a0a12
#000000

Similar Color like #5b62a6 color

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

#5c63a7
#5d64a8
#5e65a9
#5f66aa
#6067ab
#6168ac
#6269ad
#636aae
#646baf
#656cb0
#666db1
#676eb2
#686fb3
#6970b4
#5a61a5
#5960a4
#585fa3
#575ea2
#565da1
#555ca0
#545b9f
#535a9e
#52599d
#51589c
#50579b
#4f569a
#4e5599
#4d5498

Monochromatic Color with #5b62a6

#5b62a6
#727bd0
#8a94fb
#151726
#2c3051
#44497b

Tints of #5b62a6 Color

#5b62a6
#6d73af
#7f84b9
#9196c3
#a3a7cd
#b6b9d7
#c8cae1
#dadceb
#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

#5b62a6
#a69f5b

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

Split Complementary

#5b62a6
#a6795b
#88a65b

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

Analogous Color

#5b80a6
#5b71a6
#5b62a6
#635ba6
#725ba6

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

#5b62a6
#a65b62
#62a65b

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

#5b62a6
#a65b87
#a69f5b
#5ba679

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

#5b62a6
#a69f5b
#88a65b
#795ba6

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

#5b62a6 Color Code Preview on Black Background Color

This is how #5b62a6 Color will look on black background color. Color contrast ratio is 3.74

#5b62a6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5b62a6 color code is use for CSS Background Color

Background color for the above div is #5b62a6

HTML with inline CSS

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

#5b62a6 color code is use for CSS Border Color

CSS Border color for the above div is #5b62a6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5b62a6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5b62a6 Color code Preview on White Background

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

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

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.