Skip to main content Skip to docs navigation

#595abc hex color - Violet - 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: Violet

Hex #595abc Color code in RGB color code model is created after adding 34.9% red color, 35.29% green color and 73.73% blue color. Hex #595abc Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 52% magenta, 0% yellow and 26.27% black.

Hex #595abc color code is between #5555bb web safe hex color code and #6666cc web safe hex color code. #5555bb is the nearest web safe color code. You can see here many more shades of #595abc 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 595abc #595abc
RGB Decimal 89, 90, 188 rgb(89, 90, 188)
RGB Percent 35%, 35%, 74% rgb(35%, 35%, 74%)
CSS RGBa 89, 90, 188,1 rgba(89,90,188,1)
CMYK Model cmyk(53%,52%,0%,26.27%)
HSL Color Space 239,42% ,54% hsl(239,42% ,54%)
HSV Color Space 239°, 53%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011001 01011010 10111100
Octal 131 132 274
Decimal 89 90 188
Hex 59 5a bc

Different shades of #595abc color code.

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

Light Shade of #595abc
#7d7ecb
Dark Shade of #595abc
#4142a1
Saturated Shade of #595abc
#4d4fc8
Desaturated Shade of #595abc
#6565b0
Grey scale Shade of #595abc
#8a8a8a
Brighten Shade
#7273d5
Most Readable Shade
#FFFFFF

Shades of #595abc color code

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

#595abc
#4f50a7
#454692
#3b3c7d
#313268
#272853
#1d1e3e
#131429
#090a14
#000000

Similar Color like #595abc color

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

#5a5bbd
#5b5cbe
#5c5dbf
#5d5ec0
#5e5fc1
#5f60c2
#6061c3
#6162c4
#6263c5
#6364c6
#6465c7
#6566c8
#6667c9
#6768ca
#5859bb
#5758ba
#5657b9
#5556b8
#5455b7
#5354b6
#5253b5
#5152b4
#5051b3
#4f50b2
#4e4fb1
#4d4eb0
#4c4daf
#4b4cae

Monochromatic Color with #595abc

#595abc
#6d6ee6
#090912
#1d1d3c
#313167
#454691

Tints of #595abc Color

#595abc
#6b6cc3
#7d7eca
#9091d2
#a2a3d9
#b5b5e1
#c7c8e8
#dadaf0
#ececf7
#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

#595abc
#bcbb59

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

Split Complementary

#595abc
#bc8959
#8cbc59

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

Analogous Color

#5982bc
#596ebc
#595abc
#6c59bc
#8059bc

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

#595abc
#bc595a
#5abc59

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

#595abc
#bc598b
#bcbb59
#59bc89

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

#595abc
#bcbb59
#8cbc59
#8959bc

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 #595abc 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.

#595abc Color Code Preview on Black Background Color

This is how #595abc Color will look on black background color. Color contrast ratio is 3.61

#595abc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #595abc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #595abc

#595abc color code is use for CSS Background Color

Background color for the above div is #595abc

HTML with inline CSS

<div style="background-color:#595abc;"></div>

#595abc color code is use for CSS Border Color

CSS Border color for the above div is #595abc

HTML with inline CSS

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

CSS Border Left color for the above div is #595abc

HTML with inline CSS

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

CSS Border Right color for the above div is #595abc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #595abc

HTML with inline CSS

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

CSS Border Top color for the above div is #595abc

HTML with inline CSS

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

#595abc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#595abc Color code Preview on White Background

This is how #595abc Color code will look on white background color. Color contrast ratio is 5.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 #595abc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #595abc; }

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,90,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,187,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(89,90,188,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.