crispedge.com

Color picker

Loading...

#005a97 hex color - Blue - Cool color - Information

#005a97 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #005a97 Color code in RGB color code model is created after adding 0% red color, 35.29% green color and 59.22% blue color. Hex #005a97 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 40% magenta, 0% yellow and 41% black.

Hex #005a97 color code is between #005599 web safe hex color code and #006688 web safe hex color code. #005599 is the nearest web safe color code. You can see here many more shades of #005a97 color code.

0 Likes 0 Comments | 26 Views

RGB Chart

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

Color Table

Hex Color Code005a97#005a97
RGB Decimal0, 90, 151rgb(0, 90, 151)
RGB Percent0%, 35%, 59%rgb(0%, 35%, 59%)
CSS RGBa0, 90, 151,1rgba(0,90,151,1)
CMYK Modelcmyk(100%,40%,0%,41%)
HSL Color Space204,100% ,30%hsl(204,100% ,30%)
HSV Color Space204°, 100%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000101101010010111
Octal0132227
Decimal090151
Hex005a97

Different shades of #005a97 color code.

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

Light Shade of #005a97
#0078ca
Dark Shade of #005a97
#003c64
Saturated Shade of #005a97
#005a97
Desaturated Shade of #005a97
#08598f
Grey scale Shade of #005a97
#4b4b4b
Brighten Shade
#1973b0
Most Readable Shade
#FFFFFF

Shades of #005a97 color code

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

#005a97
#005086
#004675
#003c64
#003253
#002843
#001e32
#001421
#000a10
#000000

Similar Color like #005a97 color

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

#015b98
#025c99
#035d9a
#045e9b
#055f9c
#06609d
#07619e
#08629f
#0963a0
#0a64a1
#0b65a2
#0c66a3
#0d67a4
#0e68a5
#005996
#005895
#005794
#005693
#005592
#005491
#005390
#00528f
#00518e
#00508d
#004f8c
#004e8b
#004d8a
#004c89

Monochromatic Color with #005a97

#005a97
#0073c1
#008dec
#000e17
#002742
#00416c

Tints of #005a97 Color

#005a97
#1c6ca2
#387eae
#5591b9
#71a3c5
#8db5d0
#aac8dc
#c6dae7
#e2ecf3
#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

#005a97
#973d00

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

Split Complementary

#005a97
#97000f
#978800

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

Analogous Color

#009697
#007897
#005a97
#003c97
#001e97

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

#005a97
#97005a
#5a9700

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

#005a97
#880097
#973d00
#0e9700

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

#005a97
#973d00
#978800
#000f97

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 #005a97 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.

#005a97 Color Code Preview on Black Background Color

This is how #005a97 Color will look on black background color. Color contrast ratio is 2.91

#005a97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005a97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005a97

#005a97 color code is use for CSS Background Color

Background color for the above div is #005a97

HTML with inline CSS

<div style="background-color:#005a97;"></div>

#005a97 color code is use for CSS Border Color

CSS Border color for the above div is #005a97

HTML with inline CSS

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

CSS Border Left color for the above div is #005a97

HTML with inline CSS

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

CSS Border Right color for the above div is #005a97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #005a97

HTML with inline CSS

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

CSS Border Top color for the above div is #005a97

HTML with inline CSS

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

#005a97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#005a97 Color code Preview on White Background

This is how #005a97 Color code will look on white background color. Color contrast ratio is 7.22

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

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

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.