crispedge.com

Color picker

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

#58506b hex color - Violet - Cool color - Information

#58506b hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #58506b Color code in RGB color code model is created after adding 34.51% red color, 31.37% green color and 41.96% blue color. Hex #58506b Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 25% magenta, 0% yellow and 58% black.

Hex #58506b color code is between #555566 web safe hex color code and #664477 web safe hex color code. #555566 is the nearest web safe color code. You can see here many more shades of #58506b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code58506b#58506b
RGB Decimal88, 80, 107rgb(88, 80, 107)
RGB Percent35%, 31%, 42%rgb(35%, 31%, 42%)
CSS RGBa88, 80, 107,1rgba(88,80,107,1)
CMYK Modelcmyk(18%,25%,0%,58%)
HSL Color Space258,14% ,37%hsl(258,14% ,37%)
HSV Color Space258°, 25%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110000101000001101011
Octal130120153
Decimal8880107
Hex58506b

Different shades of #58506b color code.

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

Light Shade of #58506b
#706688
Dark Shade of #58506b
#403a4e
Saturated Shade of #58506b
#544774
Desaturated Shade of #58506b
#5c5962
Grey scale Shade of #58506b
#5d5d5d
Brighten Shade
#716984
Most Readable Shade
#FFFFFF

Shades of #58506b color code

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

#58506b
#4e475f
#443e53
#3a3547
#302c3b
#27232f
#1d1a23
#131117
#09080b
#000000

Similar Color like #58506b color

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

#59516c
#5a526d
#5b536e
#5c546f
#5d5570
#5e5671
#5f5772
#605873
#615974
#625a75
#635b76
#645c77
#655d78
#665e79
#574f6a
#564e69
#554d68
#544c67
#534b66
#524a65
#514964
#504863
#4f4762
#4e4661
#4d4560
#4c445f
#4b435e
#4a425d

Monochromatic Color with #58506b

#58506b
#7b7095
#9e90c0
#c1afea
#121016
#353040

Tints of #58506b Color

#58506b
#6a637b
#7d768b
#8f8a9c
#a29dac
#b4b1bd
#c7c4cd
#d9d8de
#ecebee
#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

#58506b
#636b50

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

Split Complementary

#58506b
#6b6650
#566b50

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

Analogous Color

#50536b
#53506b
#58506b
#5d506b
#63506b

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

#58506b
#6b5850
#506b58

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

#58506b
#6b5055
#636b50
#506b65

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

#58506b
#636b50
#566b50
#66506b

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 #58506b 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.

#58506b Color Code Preview on Black Background Color

This is how #58506b Color will look on black background color. Color contrast ratio is 2.77

#58506b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58506b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58506b

#58506b color code is use for CSS Background Color

Background color for the above div is #58506b

HTML with inline CSS

<div style="background-color:#58506b;"></div>

#58506b color code is use for CSS Border Color

CSS Border color for the above div is #58506b

HTML with inline CSS

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

CSS Border Left color for the above div is #58506b

HTML with inline CSS

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

CSS Border Right color for the above div is #58506b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #58506b

HTML with inline CSS

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

CSS Border Top color for the above div is #58506b

HTML with inline CSS

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

#58506b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58506b Color code Preview on White Background

This is how #58506b Color code will look on white background color. Color contrast ratio is 7.57

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.