COLOR #579C82

HEX: #579C82
RGB: (87,156,130)

Color info

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

RGB color model

#579C82 color RGB value is (87,156,130).

  • red value is 87;
  • green value is 156;
  • blue value is 130.
RGB:
(87,156,130)
(34%,61%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 156 of 255 = 61%
B 130 of 255 = 51%

87
156
130

R + G + B ~ 49%. #579C82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 156 + 130 = 373 (100%)
R 87 of 373 ~ 23.32%
G 156 of 373 ~ 41.82%
B 130 of 373 ~ 34.85%

%23.32
%41.82
%34.85

CMYK color model

#579C82 color CMYK value is (44,0,17,39).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 38.82%
CMYK:
(44,0,17,39)
C44M0Y17K39 
(44%,0%,17%,39%)
(0.44/0.00/0.17/0.39)	

CMYK percentages

%44.23
%0
%16.67
%38.82

Codes

Color #579C82 in popluar color models

579C82
RGB87156130
HSL157°28.40%47.65%
HSB/HSV157°44.23%61.18%
CMYK44.23%0.00%16.67%
38.82%

Color #579C82 in popluar number systems.

HEX579C82
Decimal87156130
Binary10101111001110010000010
Octal127234202

Shades and tints

Shades of #579C82

#579C82
(87,156,130)
#508E77
(80,142,119)
#49806C
(73,128,108)
#427261
(66,114,97)
#3B6456
(59,100,86)
#34564B
(52,86,75)
#2D4840
(45,72,64)
#263A35
(38,58,53)
#1F2C2A
(31,44,42)
#181E1F
(24,30,31)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #579C82

#579C82
(87,156,130)
#66A58D
(102,165,141)
#75AE98
(117,174,152)
#84B7A3
(132,183,163)
#93C0AE
(147,192,174)
#A2C9B9
(162,201,185)
#B1D2C4
(177,210,196)
#C0DBCF
(192,219,207)
#CFE4DA
(207,228,218)
#DEEDE5
(222,237,229)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579C82 color. Also use rgb(87,156,130) instead hex code.

Text Font Color

.myTextColor { color: #579C82; }

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

This text font color is #579C82.


Background Color

.myBgColor { background-color: #579C82; }

<div style="background-color:#579C82">Inner text</div>

This div background color is #579C82.


Border color

.myBorderColor { border: 1px solid #579C82; }

<div style="border:3px solid #579C82">Div</div>

This div border color is #579C82.


Opacity

.myOpacity80 { color: #579C82; opacity: 0.8; }

<p style="color:#579C82;opacity:0.8;">80%</p>

Text with #579C82 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 #579C82;}

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

This text has shadow with #579C82 color.

.textShadow {text-shadow: 3px 3px 1px #579C82, 3px 3px 1px red;}

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

This text has shadow with #579C82 primary color and red secondary color.


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

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

This text has shadow with #579C82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579C82 on black background.


Color preview on white background

This text has color #579C82 on white background.



Black color preview on #579C82 background

This text has black color on #579C82 background.


White color preview on #579C82 background

This text has white color on #579C82 background.