COLOR #579999

HEX: #579999
RGB: (87,153,153)

Color info

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

RGB color model

#579999 color RGB value is (87,153,153).

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

RGB channels and saturation

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

87
153
153

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

Portions of RGB colors in percentages

R + G + B =
87 + 153 + 153 = 393 (100%)
R 87 of 393 ~ 22.14%
G 153 of 393 ~ 38.93%
B 153 of 393 ~ 38.93%

%22.14
%38.93
%38.93

CMYK color model

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

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

CMYK percentages

%43.14
%0
%0
%40

Codes

Color #579999 in popluar color models

579999
RGB87153153
HSL180°27.50%47.06%
HSB/HSV180°43.14%60.00%
CMYK43.14%0.00%0.00%
40.00%

Color #579999 in popluar number systems.

HEX579999
Decimal87153153
Binary10101111001100110011001
Octal127231231

Shades and tints

Shades of #579999

#579999
(87,153,153)
#508C8C
(80,140,140)
#497F7F
(73,127,127)
#427272
(66,114,114)
#3B6565
(59,101,101)
#345858
(52,88,88)
#2D4B4B
(45,75,75)
#263E3E
(38,62,62)
#1F3131
(31,49,49)
#182424
(24,36,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #579999

#579999
(87,153,153)
#66A2A2
(102,162,162)
#75ABAB
(117,171,171)
#84B4B4
(132,180,180)
#93BDBD
(147,189,189)
#A2C6C6
(162,198,198)
#B1CFCF
(177,207,207)
#C0D8D8
(192,216,216)
#CFE1E1
(207,225,225)
#DEEAEA
(222,234,234)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #579999; }

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

This text font color is #579999.


Background Color

.myBgColor { background-color: #579999; }

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

This div background color is #579999.


Border color

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

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

This div border color is #579999.


Opacity

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

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

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

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

This text has shadow with #579999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579999 on black background.


Color preview on white background

This text has color #579999 on white background.



Black color preview on #579999 background

This text has black color on #579999 background.


White color preview on #579999 background

This text has white color on #579999 background.