crispedge.com

Color picker

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

#58826f hex color - Green - Cool color - Information

#58826f hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #58826f Color code in RGB color code model is created after adding 34.51% red color, 50.98% green color and 43.53% blue color. Hex #58826f Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 0% magenta, 15% yellow and 49% black.

Hex #58826f color code is between #558877 web safe hex color code and #667766 web safe hex color code. #558877 is the nearest web safe color code. You can see here many more shades of #58826f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code58826f#58826f
RGB Decimal88, 130, 111rgb(88, 130, 111)
RGB Percent35%, 51%, 44%rgb(35%, 51%, 44%)
CSS RGBa88, 130, 111,1rgba(88,130,111,1)
CMYK Modelcmyk(32%,0%,15%,49%)
HSL Color Space153,19% ,43%hsl(153,19% ,43%)
HSV Color Space153°, 32%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110001000001001101111
Octal130202157
Decimal88130111
Hex58826f

Different shades of #58826f color code.

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

Light Shade of #58826f
#6f9e89
Dark Shade of #58826f
#436455
Saturated Shade of #58826f
#4d8d70
Desaturated Shade of #58826f
#63776e
Grey scale Shade of #58826f
#6d6d6d
Brighten Shade
#719b88
Most Readable Shade
#FFFFFF

Shades of #58826f color code

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

#58826f
#4e7362
#446556
#3a564a
#30483d
#273931
#1d2b25
#131c18
#090e0c
#000000

Similar Color like #58826f color

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

#598370
#5a8471
#5b8572
#5c8673
#5d8774
#5e8875
#5f8976
#608a77
#618b78
#628c79
#638d7a
#648e7b
#658f7c
#66907d
#57816e
#56806d
#557f6c
#547e6b
#537d6a
#527c69
#517b68
#507a67
#4f7966
#4e7865
#4d7764
#4c7663
#4b7562
#4a7461

Monochromatic Color with #58826f

#58826f
#75ac93
#92d7b8
#020202
#1e2d26
#3b574b

Tints of #58826f Color

#58826f
#6a8f7f
#7d9d8f
#8fab9f
#a2b9af
#b4c7bf
#c7d5cf
#d9e3df
#ecf1ef
#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

#58826f
#82586b

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

Split Complementary

#58826f
#825880
#825a58

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

Analogous Color

#58825e
#588267
#58826f
#588277
#588280

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

#58826f
#6f5882
#826f58

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

#58826f
#5a5882
#82586b
#808258

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

#58826f
#82586b
#825a58
#588082

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 #58826f 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.

#58826f Color Code Preview on Black Background Color

This is how #58826f Color will look on black background color. Color contrast ratio is 4.84

#58826f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58826f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #58826f

#58826f color code is use for CSS Background Color

Background color for the above div is #58826f

HTML with inline CSS

<div style="background-color:#58826f;"></div>

#58826f color code is use for CSS Border Color

CSS Border color for the above div is #58826f

HTML with inline CSS

<div style="border:5px solid #58826f;"></div>

CSS Border Left color for the above div is #58826f

HTML with inline CSS

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

CSS Border Right color for the above div is #58826f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #58826f

HTML with inline CSS

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

CSS Border Top color for the above div is #58826f

HTML with inline CSS

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

#58826f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#58826f Color code Preview on White Background

This is how #58826f Color code will look on white background color. Color contrast ratio is 4.34

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

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.