COLOR #57A589

HEX: #57A589
RGB: (87,165,137)

Color info

#57A589 contains mainly green and blue colors. Web safe color of #57A589 is #669999 (or #699).

RGB color model

#57A589 color RGB value is (87,165,137).

  • red value is 87;
  • green value is 165;
  • blue value is 137.
RGB:
(87,165,137)
(34%,65%,54%)

RGB channels and saturation

R 87 of 255 = 34%
G 165 of 255 = 65%
B 137 of 255 = 54%

87
165
137

R + G + B ~ 51%. #57A589 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 165 + 137 = 389 (100%)
R 87 of 389 ~ 22.37%
G 165 of 389 ~ 42.42%
B 137 of 389 ~ 35.22%

%22.37
%42.42
%35.22

CMYK color model

#57A589 color CMYK value is (47,0,17,35).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(47,0,17,35)
C47M0Y17K35 
(47%,0%,17%,35%)
(0.47/0.00/0.17/0.35)	

CMYK percentages

%47.27
%0
%16.97
%35.29

Codes

Color #57A589 in popluar color models

57A589
RGB87165137
HSL158°30.95%49.41%
HSB/HSV158°47.27%64.71%
CMYK47.27%0.00%16.97%
35.29%

Color #57A589 in popluar number systems.

HEX57A589
Decimal87165137
Binary10101111010010110001001
Octal127245211

Shades and tints

Shades of #57A589

#57A589
(87,165,137)
#50967D
(80,150,125)
#498771
(73,135,113)
#427865
(66,120,101)
#3B6959
(59,105,89)
#345A4D
(52,90,77)
#2D4B41
(45,75,65)
#263C35
(38,60,53)
#1F2D29
(31,45,41)
#181E1D
(24,30,29)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #57A589

#57A589
(87,165,137)
#66AD93
(102,173,147)
#75B59D
(117,181,157)
#84BDA7
(132,189,167)
#93C5B1
(147,197,177)
#A2CDBB
(162,205,187)
#B1D5C5
(177,213,197)
#C0DDCF
(192,221,207)
#CFE5D9
(207,229,217)
#DEEDE3
(222,237,227)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57A589 color. Also use rgb(87,165,137) instead hex code.

Text Font Color

.myTextColor { color: #57A589; }

<p style="color:#57A589">This sample text font color is #57A589.</p>

This text font color is #57A589.


Background Color

.myBgColor { background-color: #57A589; }

<div style="background-color:#57A589">Inner text</div>

This div background color is #57A589.


Border color

.myBorderColor { border: 1px solid #57A589; }

<div style="border:3px solid #57A589">Div</div>

This div border color is #57A589.


Opacity

.myOpacity80 { color: #57A589; opacity: 0.8; }

<p style="color:#57A589;opacity:0.8;">80%</p>

Text with #57A589 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57A589;}

<p style="text-shadow: 3px 3px 1px #57A589">Text here.</p>

This text has shadow with #57A589 color.

.textShadow {text-shadow: 3px 3px 1px #57A589, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57A589, 5px 5px 20px red">Text here.</p>

This text has shadow with #57A589 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57A589, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57A589, Direction=45, Strength=4)">Text</p>

This text has shadow with #57A589 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57A589;
  -webkit-box-shadow:	1px 1px 3px 2px #57A589;
  box-shadow:		1px 1px 3px 2px #57A589;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57A589;
-webkit-box-shadow: 1px 1px 3px 2px #57A589;
box-shadow:1px 1px 3px 2px #57A589;">
Div content here</div>
This div box has shadow with color #57A589.

Preview

Color preview on black background

This text has color #57A589 on black background.


Color preview on white background

This text has color #57A589 on white background.



Black color preview on #57A589 background

This text has black color on #57A589 background.


White color preview on #57A589 background

This text has white color on #57A589 background.