crispedge.com

Color picker

Loading...

#536fa5 hex color - Blue - Cool color - Information

#536fa5 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #536fa5 Color code in RGB color code model is created after adding 32.55% red color, 43.53% green color and 64.71% blue color. Hex #536fa5 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 33% magenta, 0% yellow and 35% black.

Hex #536fa5 color code is between #5577aa web safe hex color code and #446699 web safe hex color code. #5577aa is the nearest web safe color code. You can see here many more shades of #536fa5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code536fa5#536fa5
RGB Decimal83, 111, 165rgb(83, 111, 165)
RGB Percent33%, 44%, 65%rgb(33%, 44%, 65%)
CSS RGBa83, 111, 165,1rgba(83,111,165,1)
CMYK Modelcmyk(50%,33%,0%,35%)
HSL Color Space220,33% ,49%hsl(220,33% ,49%)
HSV Color Space220°, 50%, 65%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100110110111110100101
Octal123157245
Decimal83111165
Hex536fa5

Different shades of #536fa5 color code.

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

Light Shade of #536fa5
#738ab8
Dark Shade of #536fa5
#425883
Saturated Shade of #536fa5
#476bb1
Desaturated Shade of #536fa5
#5f7399
Grey scale Shade of #536fa5
#7c7c7c
Brighten Shade
#6c88be
Most Readable Shade
#FFFFFF

Shades of #536fa5 color code

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

#536fa5
#496292
#405680
#374a6e
#2e3d5b
#243149
#1b2537
#121824
#090c12
#000000

Similar Color like #536fa5 color

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

#5470a6
#5571a7
#5672a8
#5773a9
#5874aa
#5975ab
#5a76ac
#5b77ad
#5c78ae
#5d79af
#5e7ab0
#5f7bb1
#607cb2
#617db3
#526ea4
#516da3
#506ca2
#4f6ba1
#4e6aa0
#4d699f
#4c689e
#4b679d
#4a669c
#49659b
#48649a
#476399
#466298
#456197

Monochromatic Color with #536fa5

#536fa5
#688ccf
#7ea8fa
#131925
#283650
#3e527a

Tints of #536fa5 Color

#536fa5
#667faf
#798fb9
#8c9fc3
#9fafcd
#b2bfd7
#c5cfe1
#d8dfeb
#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

#536fa5
#a58953

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

Split Complementary

#536fa5
#a56053
#98a553

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

Analogous Color

#5390a5
#537fa5
#536fa5
#535fa5
#5853a5

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

#536fa5
#a5536f
#6fa553

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

#536fa5
#a55398
#a58953
#53a560

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

#536fa5
#a58953
#98a553
#6053a5

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 #536fa5 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.

#536fa5 Color Code Preview on Black Background Color

This is how #536fa5 Color will look on black background color. Color contrast ratio is 4.18

#536fa5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #536fa5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #536fa5

#536fa5 color code is use for CSS Background Color

Background color for the above div is #536fa5

HTML with inline CSS

<div style="background-color:#536fa5;"></div>

#536fa5 color code is use for CSS Border Color

CSS Border color for the above div is #536fa5

HTML with inline CSS

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

CSS Border Left color for the above div is #536fa5

HTML with inline CSS

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

CSS Border Right color for the above div is #536fa5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #536fa5

HTML with inline CSS

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

CSS Border Top color for the above div is #536fa5

HTML with inline CSS

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

#536fa5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#536fa5 Color code Preview on White Background

This is how #536fa5 Color code will look on white background color. Color contrast ratio is 5.02

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

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,111,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,137,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,111,165,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.