crispedge.com

Color picker

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

#52967b hex color - Green - Cool color - Information

#52967b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #52967b Color code in RGB color code model is created after adding 32.16% red color, 58.82% green color and 48.24% blue color. Hex #52967b Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 0% magenta, 18% yellow and 41% black.

Hex #52967b color code is between #559977 web safe hex color code and #448888 web safe hex color code. #559977 is the nearest web safe color code. You can see here many more shades of #52967b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code52967b#52967b
RGB Decimal82, 150, 123rgb(82, 150, 123)
RGB Percent32%, 59%, 48%rgb(32%, 59%, 48%)
CSS RGBa82, 150, 123,1rgba(82,150,123,1)
CMYK Modelcmyk(45%,0%,18%,41%)
HSL Color Space156,29% ,45%hsl(156,29% ,45%)
HSV Color Space156°, 45%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100101001011001111011
Octal122226173
Decimal82150123
Hex52967b

Different shades of #52967b color code.

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

Light Shade of #52967b
#6caf94
Dark Shade of #52967b
#407560
Saturated Shade of #52967b
#46a27d
Desaturated Shade of #52967b
#5e8a79
Grey scale Shade of #52967b
#747474
Brighten Shade
#6baf94
Most Readable Shade
#000000

Shades of #52967b color code

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

#52967b
#48856d
#3f745f
#366452
#2d5344
#244236
#1b3229
#12211b
#09100d
#000000

Similar Color like #52967b color

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

#53977c
#54987d
#55997e
#569a7f
#579b80
#589c81
#599d82
#5a9e83
#5b9f84
#5ca085
#5da186
#5ea287
#5fa388
#60a489
#51957a
#509479
#4f9378
#4e9277
#4d9176
#4c9075
#4b8f74
#4a8e73
#498d72
#488c71
#478b70
#468a6f
#45896e
#44886d

Monochromatic Color with #52967b

#52967b
#69c09e
#80ebc1
#0c1612
#244135
#3b6b58

Tints of #52967b Color

#52967b
#65a189
#78ad98
#8bb9a7
#9ec4b5
#b2d0c4
#c5dcd3
#d8e7e1
#ebf3f0
#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

#52967b
#96526d

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

Split Complementary

#52967b
#96528f
#965952

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

Analogous Color

#529660
#52966d
#52967b
#529689
#529696

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

#52967b
#7b5296
#967b52

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

#52967b
#595296
#96526d
#8f9652

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

#52967b
#96526d
#965952
#528f96

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

#52967b Color Code Preview on Black Background Color

This is how #52967b Color will look on black background color. Color contrast ratio is 6.01

#52967b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#52967b color code is use for CSS Background Color

Background color for the above div is #52967b

HTML with inline CSS

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

#52967b color code is use for CSS Border Color

CSS Border color for the above div is #52967b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#52967b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52967b Color code Preview on White Background

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

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

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.