crispedge.com

Color picker

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

#537eb5 hex color - Blue - Cool color - Information

#537eb5 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #537eb5 Color code in RGB color code model is created after adding 32.55% red color, 49.41% green color and 70.98% blue color. Hex #537eb5 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 30% magenta, 0% yellow and 29% black.

Hex #537eb5 color code is between #5577bb web safe hex color code and #4488aa web safe hex color code. #5577bb is the nearest web safe color code. You can see here many more shades of #537eb5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code537eb5#537eb5
RGB Decimal83, 126, 181rgb(83, 126, 181)
RGB Percent33%, 49%, 71%rgb(33%, 49%, 71%)
CSS RGBa83, 126, 181,1rgba(83,126,181,1)
CMYK Modelcmyk(54%,30%,0%,29%)
HSL Color Space214,40% ,52%hsl(214,40% ,52%)
HSV Color Space214°, 54%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100110111111010110101
Octal123176265
Decimal83126181
Hex537eb5

Different shades of #537eb5 color code.

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

Light Shade of #537eb5
#7799c4
Dark Shade of #537eb5
#406595
Saturated Shade of #537eb5
#477cc1
Desaturated Shade of #537eb5
#5f7fa9
Grey scale Shade of #537eb5
#848484
Brighten Shade
#6c97ce
Most Readable Shade
#FFFFFF

Shades of #537eb5 color code

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

#537eb5
#4970a0
#40628c
#375478
#2e4664
#243850
#1b2a3c
#121c28
#090e14
#000000

Similar Color like #537eb5 color

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

#547fb6
#5580b7
#5681b8
#5782b9
#5883ba
#5984bb
#5a85bc
#5b86bd
#5c87be
#5d88bf
#5e89c0
#5f8ac1
#608bc2
#618cc3
#527db4
#517cb3
#507bb2
#4f7ab1
#4e79b0
#4d78af
#4c77ae
#4b76ad
#4a75ac
#4974ab
#4873aa
#4772a9
#4671a8
#4570a7

Monochromatic Color with #537eb5

#537eb5
#669cdf
#05080b
#192535
#2c4360
#40608a

Tints of #537eb5 Color

#537eb5
#668cbd
#799ac5
#8ca9cd
#9fb7d5
#b2c5de
#c5d4e6
#d8e2ee
#ebf0f6
#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

#537eb5
#b58a53

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

Split Complementary

#537eb5
#b55953
#afb553

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

Analogous Color

#53a5b5
#5392b5
#537eb5
#536ab5
#5357b5

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

#537eb5
#b5537e
#7eb553

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

#537eb5
#b553af
#b58a53
#53b559

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

#537eb5
#b58a53
#afb553
#5953b5

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 #537eb5 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.

#537eb5 Color Code Preview on Black Background Color

This is how #537eb5 Color will look on black background color. Color contrast ratio is 5.02

#537eb5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #537eb5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #537eb5

#537eb5 color code is use for CSS Background Color

Background color for the above div is #537eb5

HTML with inline CSS

<div style="background-color:#537eb5;"></div>

#537eb5 color code is use for CSS Border Color

CSS Border color for the above div is #537eb5

HTML with inline CSS

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

CSS Border Left color for the above div is #537eb5

HTML with inline CSS

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

CSS Border Right color for the above div is #537eb5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #537eb5

HTML with inline CSS

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

CSS Border Top color for the above div is #537eb5

HTML with inline CSS

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

#537eb5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#537eb5 Color code Preview on White Background

This is how #537eb5 Color code will look on white background color. Color contrast ratio is 4.18

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

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.