crispedge.com

Color picker

Loading...

#596abf hex color - Blue - Cool color - Information

#596abf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #596abf Color code in RGB color code model is created after adding 34.9% red color, 41.57% green color and 74.9% blue color. Hex #596abf Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 45% magenta, 0% yellow and 25% black.

Hex #596abf color code is between #5566bb web safe hex color code and #6677cc web safe hex color code. #5566bb is the nearest web safe color code. You can see here many more shades of #596abf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code596abf#596abf
RGB Decimal89, 106, 191rgb(89, 106, 191)
RGB Percent35%, 42%, 75%rgb(35%, 42%, 75%)
CSS RGBa89, 106, 191,1rgba(89,106,191,1)
CMYK Modelcmyk(53%,45%,0%,25%)
HSL Color Space230,44% ,55%hsl(230,44% ,55%)
HSV Color Space230°, 53%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110010110101010111111
Octal131152277
Decimal89106191
Hex596abf

Different shades of #596abf color code.

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

Light Shade of #596abf
#7e8bcd
Dark Shade of #596abf
#4051a5
Saturated Shade of #596abf
#4e62ca
Desaturated Shade of #596abf
#6572b3
Grey scale Shade of #596abf
#8c8c8c
Brighten Shade
#7283d8
Most Readable Shade
#FFFFFF

Shades of #596abf color code

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

#596abf
#4f5ea9
#455294
#3b467f
#313a6a
#272f54
#1d233f
#13172a
#090b15
#000000

Similar Color like #596abf color

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

#5a6bc0
#5b6cc1
#5c6dc2
#5d6ec3
#5e6fc4
#5f70c5
#6071c6
#6172c7
#6273c8
#6374c9
#6475ca
#6576cb
#6677cc
#6778cd
#5869be
#5768bd
#5667bc
#5566bb
#5465ba
#5364b9
#5263b8
#5162b7
#5061b6
#4f60b5
#4e5fb4
#4d5eb3
#4c5db2
#4b5cb1

Monochromatic Color with #596abf

#596abf
#6d82e9
#0a0c15
#1e233f
#313b6a
#455294

Tints of #596abf Color

#596abf
#6b7ac6
#7d8bcd
#909bd4
#a2acdb
#b5bce2
#c7cde9
#daddf0
#eceef7
#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

#596abf
#bfae59

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

Split Complementary

#596abf
#bf7b59
#9dbf59

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

Analogous Color

#5993bf
#597ebf
#596abf
#5c59bf
#7159bf

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

#596abf
#bf596a
#6abf59

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

#596abf
#bf599d
#bfae59
#59bf7b

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

#596abf
#bfae59
#9dbf59
#7b59bf

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 #596abf 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.

#596abf Color Code Preview on Black Background Color

This is how #596abf Color will look on black background color. Color contrast ratio is 4.24

#596abf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #596abf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #596abf

#596abf color code is use for CSS Background Color

Background color for the above div is #596abf

HTML with inline CSS

<div style="background-color:#596abf;"></div>

#596abf color code is use for CSS Border Color

CSS Border color for the above div is #596abf

HTML with inline CSS

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

CSS Border Left color for the above div is #596abf

HTML with inline CSS

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

CSS Border Right color for the above div is #596abf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #596abf

HTML with inline CSS

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

CSS Border Top color for the above div is #596abf

HTML with inline CSS

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

#596abf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#596abf Color code Preview on White Background

This is how #596abf Color code will look on white background color. Color contrast ratio is 4.95

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

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(89,106,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,174,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,106,191,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.