Skip to main content Skip to docs navigation

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

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Blue

Hex #5a6f9a Color code in RGB color code model is created after adding 35.29% red color, 43.53% green color and 60.39% blue color. Hex #5a6f9a Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 28% magenta, 0% yellow and 39.61% black.

Hex #5a6f9a color code is between #557799 web safe hex color code and #6666aa web safe hex color code. #557799 is the nearest web safe color code. You can see here many more shades of #5a6f9a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 5a6f9a #5a6f9a
RGB Decimal 90, 111, 154 rgb(90, 111, 154)
RGB Percent 35%, 44%, 60% rgb(35%, 44%, 60%)
CSS RGBa 90, 111, 154,1 rgba(90,111,154,1)
CMYK Model cmyk(42%,28%,0%,39.61%)
HSL Color Space 220,26% ,48% hsl(220,26% ,48%)
HSV Color Space 220°, 42%, 60%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011010 01101111 10011010
Octal 132 157 232
Decimal 90 111 154
Hex 5a 6f 9a

Different shades of #5a6f9a color code.

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

Light Shade of #5a6f9a
#778ab0
Dark Shade of #5a6f9a
#47587a
Saturated Shade of #5a6f9a
#4e6ba6
Desaturated Shade of #5a6f9a
#66738e
Grey scale Shade of #5a6f9a
#7a7a7a
Brighten Shade
#7388b3
Most Readable Shade
#FFFFFF

Shades of #5a6f9a color code

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

#5a6f9a
#506288
#465677
#3c4a66
#323d55
#283144
#1e2533
#141822
#0a0c11
#000000

Similar Color like #5a6f9a color

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

#5b709b
#5c719c
#5d729d
#5e739e
#5f749f
#6075a0
#6176a1
#6277a2
#6378a3
#6479a4
#657aa5
#667ba6
#677ca7
#687da8
#596e99
#586d98
#576c97
#566b96
#556a95
#546994
#536893
#526792
#516691
#506590
#4f648f
#4e638e
#4d628d
#4c618c

Monochromatic Color with #5a6f9a

#5a6f9a
#738ec4
#8cacef
#0f131a
#283245
#41506f

Tints of #5a6f9a Color

#5a6f9a
#6c7fa5
#7e8fb0
#919fbb
#a3afc6
#b5bfd2
#c8cfdd
#dadfe8
#eceff3
#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

#5a6f9a
#9a855a

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

Split Complementary

#5a6f9a
#9a655a
#8f9a5a

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

Analogous Color

#5a899a
#5a7c9a
#5a6f9a
#5a629a
#5f5a9a

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

#5a6f9a
#9a5a6f
#6f9a5a

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

#5a6f9a
#9a5a8f
#9a855a
#5a9a65

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

#5a6f9a
#9a855a
#8f9a5a
#655a9a

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

#5a6f9a Color Code Preview on Black Background Color

This is how #5a6f9a Color will look on black background color. Color contrast ratio is 4.18

#5a6f9a in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#5a6f9a color code is use for CSS Background Color

Background color for the above div is #5a6f9a

HTML with inline CSS

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

#5a6f9a color code is use for CSS Border Color

CSS Border color for the above div is #5a6f9a

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#5a6f9a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5a6f9a Color code Preview on White Background

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

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

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(90,111,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(154,133,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(90,111,154,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.