crispedge.com

Color picker

Loading...

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

#5372ab hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5372ab Color code in RGB color code model is created after adding 32.55% red color, 44.71% green color and 67.06% blue color. Hex #5372ab Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 33% magenta, 0% yellow and 33% black.

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

0 Likes 0 Comments | 8 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code5372ab#5372ab
RGB Decimal83, 114, 171rgb(83, 114, 171)
RGB Percent33%, 45%, 67%rgb(33%, 45%, 67%)
CSS RGBa83, 114, 171,1rgba(83,114,171,1)
CMYK Modelcmyk(51%,33%,0%,33%)
HSL Color Space219,35% ,50%hsl(219,35% ,50%)
HSV Color Space219°, 51%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100110111001010101011
Octal123162253
Decimal83114171
Hex5372ab

Different shades of #5372ab color code.

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

Light Shade of #5372ab
#758ebc
Dark Shade of #5372ab
#425b89
Saturated Shade of #5372ab
#466eb8
Desaturated Shade of #5372ab
#60769e
Grey scale Shade of #5372ab
#7f7f7f
Brighten Shade
#6c8bc4
Most Readable Shade
#FFFFFF

Shades of #5372ab color code

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

#5372ab
#496598
#405885
#374c72
#2e3f5f
#24324c
#1b2639
#121926
#090c13
#000000

Similar Color like #5372ab color

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

#5473ac
#5574ad
#5675ae
#5776af
#5877b0
#5978b1
#5a79b2
#5b7ab3
#5c7bb4
#5d7cb5
#5e7db6
#5f7eb7
#607fb8
#6180b9
#5271aa
#5170a9
#506fa8
#4f6ea7
#4e6da6
#4d6ca5
#4c6ba4
#4b6aa3
#4a69a2
#4968a1
#4867a0
#47669f
#46659e
#45649d

Monochromatic Color with #5372ab

#5372ab
#688ed5
#000101
#151d2b
#2a3956
#3e5680

Tints of #5372ab Color

#5372ab
#6681b4
#7991bd
#8ca1c7
#9fb0d0
#b2c0d9
#c5d0e3
#d8dfec
#ebeff5
#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

#5372ab
#ab8c53

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

Split Complementary

#5372ab
#ab6053
#9eab53

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

Analogous Color

#5395ab
#5384ab
#5372ab
#5360ab
#5753ab

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

#5372ab
#ab5372
#72ab53

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

#5372ab
#ab539e
#ab8c53
#53ab60

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

#5372ab
#ab8c53
#9eab53
#6053ab

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

#5372ab Color Code Preview on Black Background Color

This is how #5372ab Color will look on black background color. Color contrast ratio is 4.36

#5372ab in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5372ab color code is use for CSS Background Color

Background color for the above div is #5372ab

HTML with inline CSS

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

#5372ab color code is use for CSS Border Color

CSS Border color for the above div is #5372ab

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5372ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5372ab Color code Preview on White Background

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

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(83,114,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,140,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,114,171,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.