crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#59585a hex color - Violet - Cool color - Information

#59585a hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #59585a Color code in RGB color code model is created after adding 34.9% red color, 34.51% green color and 35.29% blue color. Hex #59585a Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 2% magenta, 0% yellow and 65% black.

Hex #59585a color code is between #555555 web safe hex color code and #666666 web safe hex color code. #555555 is the nearest web safe color code. You can see here many more shades of #59585a color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Code59585a#59585a
RGB Decimal89, 88, 90rgb(89, 88, 90)
RGB Percent35%, 35%, 35%rgb(35%, 35%, 35%)
CSS RGBa89, 88, 90,1rgba(89,88,90,1)
CMYK Modelcmyk(1%,2%,0%,65%)
HSL Color Space270,1% ,35%hsl(270,1% ,35%)
HSV Color Space270°, 2%, 35%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110010101100001011010
Octal131130132
Decimal898890
Hex59585a

Different shades of #59585a color code.

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

Light Shade of #59585a
#727174
Dark Shade of #59585a
#3f3f40
Saturated Shade of #59585a
#594f63
Desaturated Shade of #59585a
#595959
Grey scale Shade of #59585a
#595959
Brighten Shade
#727173
Most Readable Shade
#FFFFFF

Shades of #59585a color code

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

#59585a
#4f4e50
#454446
#3b3a3c
#313032
#272728
#1d1d1e
#131314
#09090a
#000000

Similar Color like #59585a color

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

#5a595b
#5b5a5c
#5c5b5d
#5d5c5e
#5e5d5f
#5f5e60
#605f61
#616062
#626163
#636264
#646365
#656466
#666567
#676668
#585759
#575658
#565557
#555456
#545355
#535254
#525153
#515052
#504f51
#4f4e50
#4e4d4f
#4d4c4e
#4c4b4d
#4b4a4c

Monochromatic Color with #59585a

#59585a
#838284
#adabaf
#d7d5d9
#050505
#2f2e2f

Tints of #59585a Color

#59585a
#6b6a6c
#7d7d7e
#908f91
#a2a2a3
#b5b4b5
#c7c7c8
#dad9da
#ececec
#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

#59585a
#595a58

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

Split Complementary

#59585a
#5a5a58
#585a58

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

Analogous Color

#58585a
#59585a
#59585a
#59585a
#5a585a

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

#59585a
#5a5958
#585a59

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

#59585a
#5a5858
#595a58
#585a5a

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

#59585a
#595a58
#585a58
#5a585a

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 #59585a 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.

#59585a Color Code Preview on Black Background Color

This is how #59585a Color will look on black background color. Color contrast ratio is 2.97

#59585a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59585a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #59585a

#59585a color code is use for CSS Background Color

Background color for the above div is #59585a

HTML with inline CSS

<div style="background-color:#59585a;"></div>

#59585a color code is use for CSS Border Color

CSS Border color for the above div is #59585a

HTML with inline CSS

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

CSS Border Left color for the above div is #59585a

HTML with inline CSS

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

CSS Border Right color for the above div is #59585a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #59585a

HTML with inline CSS

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

CSS Border Top color for the above div is #59585a

HTML with inline CSS

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

#59585a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#59585a Color code Preview on White Background

This is how #59585a Color code will look on white background color. Color contrast ratio is 7.07

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.