COLOR #579580

HEX: #579580
RGB: (87,149,128)

Color info

#579580 contains mainly green and blue colors. Web safe color of #579580 is #669966 (or #696).

RGB color model

#579580 color RGB value is (87,149,128).

  • red value is 87;
  • green value is 149;
  • blue value is 128.
RGB:
(87,149,128)
(34%,58%,50%)

RGB channels and saturation

R 87 of 255 = 34%
G 149 of 255 = 58%
B 128 of 255 = 50%

87
149
128

R + G + B ~ 47%. #579580 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 149 + 128 = 364 (100%)
R 87 of 364 ~ 23.9%
G 149 of 364 ~ 40.93%
B 128 of 364 ~ 35.16%

%23.9
%40.93
%35.16

CMYK color model

#579580 color CMYK value is (42,0,14,42).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(42,0,14,42)
C42M0Y14K42 
(42%,0%,14%,42%)
(0.42/0.00/0.14/0.42)	

CMYK percentages

%41.61
%0
%14.09
%41.57

Codes

Color #579580 in popluar color models

579580
RGB87149128
HSL160°26.27%46.27%
HSB/HSV160°41.61%58.43%
CMYK41.61%0.00%14.09%
41.57%

Color #579580 in popluar number systems.

HEX579580
Decimal87149128
Binary10101111001010110000000
Octal127225200

Shades and tints

Shades of #579580

#579580
(87,149,128)
#508875
(80,136,117)
#497B6A
(73,123,106)
#426E5F
(66,110,95)
#3B6154
(59,97,84)
#345449
(52,84,73)
#2D473E
(45,71,62)
#263A33
(38,58,51)
#1F2D28
(31,45,40)
#18201D
(24,32,29)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #579580

#579580
(87,149,128)
#669E8B
(102,158,139)
#75A796
(117,167,150)
#84B0A1
(132,176,161)
#93B9AC
(147,185,172)
#A2C2B7
(162,194,183)
#B1CBC2
(177,203,194)
#C0D4CD
(192,212,205)
#CFDDD8
(207,221,216)
#DEE6E3
(222,230,227)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579580 color. Also use rgb(87,149,128) instead hex code.

Text Font Color

.myTextColor { color: #579580; }

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

This text font color is #579580.


Background Color

.myBgColor { background-color: #579580; }

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

This div background color is #579580.


Border color

.myBorderColor { border: 1px solid #579580; }

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

This div border color is #579580.


Opacity

.myOpacity80 { color: #579580; opacity: 0.8; }

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

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

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

This text has shadow with #579580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579580 on black background.


Color preview on white background

This text has color #579580 on white background.



Black color preview on #579580 background

This text has black color on #579580 background.


White color preview on #579580 background

This text has white color on #579580 background.