COLOR #579990

HEX: #579990
RGB: (87,153,144)

Color info

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

RGB color model

#579990 color RGB value is (87,153,144).

  • red value is 87;
  • green value is 153;
  • blue value is 144.
RGB:
(87,153,144)
(34%,60%,56%)

RGB channels and saturation

R 87 of 255 = 34%
G 153 of 255 = 60%
B 144 of 255 = 56%

87
153
144

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

Portions of RGB colors in percentages

R + G + B =
87 + 153 + 144 = 384 (100%)
R 87 of 384 ~ 22.66%
G 153 of 384 ~ 39.84%
B 144 of 384 ~ 37.5%

%22.66
%39.84
%37.5

CMYK color model

#579990 color CMYK value is (43,0,6,40).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(43,0,6,40)
C43M0Y6K40 
(43%,0%,6%,40%)
(0.43/0.00/0.06/0.40)	

CMYK percentages

%43.14
%0
%5.88
%40

Codes

Color #579990 in popluar color models

579990
RGB87153144
HSL172°27.50%47.06%
HSB/HSV172°43.14%60.00%
CMYK43.14%0.00%5.88%
40.00%

Color #579990 in popluar number systems.

HEX579990
Decimal87153144
Binary10101111001100110010000
Octal127231220

Shades and tints

Shades of #579990

#579990
(87,153,144)
#508C83
(80,140,131)
#497F76
(73,127,118)
#427269
(66,114,105)
#3B655C
(59,101,92)
#34584F
(52,88,79)
#2D4B42
(45,75,66)
#263E35
(38,62,53)
#1F3128
(31,49,40)
#18241B
(24,36,27)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #579990

#579990
(87,153,144)
#66A29A
(102,162,154)
#75ABA4
(117,171,164)
#84B4AE
(132,180,174)
#93BDB8
(147,189,184)
#A2C6C2
(162,198,194)
#B1CFCC
(177,207,204)
#C0D8D6
(192,216,214)
#CFE1E0
(207,225,224)
#DEEAEA
(222,234,234)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579990 color. Also use rgb(87,153,144) instead hex code.

Text Font Color

.myTextColor { color: #579990; }

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

This text font color is #579990.


Background Color

.myBgColor { background-color: #579990; }

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

This div background color is #579990.


Border color

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

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

This div border color is #579990.


Opacity

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

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

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

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

This text has shadow with #579990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579990 on black background.


Color preview on white background

This text has color #579990 on white background.



Black color preview on #579990 background

This text has black color on #579990 background.


White color preview on #579990 background

This text has white color on #579990 background.