COLOR #579096

HEX: #579096
RGB: (87,144,150)

Color info

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

RGB color model

#579096 color RGB value is (87,144,150).

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

RGB channels and saturation

R 87 of 255 = 34%
G 144 of 255 = 56%
B 150 of 255 = 59%

87
144
150

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

Portions of RGB colors in percentages

R + G + B =
87 + 144 + 150 = 381 (100%)
R 87 of 381 ~ 22.83%
G 144 of 381 ~ 37.8%
B 150 of 381 ~ 39.37%

%22.83
%37.8
%39.37

CMYK color model

#579096 color CMYK value is (42,4,0,41).

  • cyan value is 42.00%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(42,4,0,41)
C42M4Y0K41 
(42%,4%,0%,41%)
(0.42/0.04/0.00/0.41)	

CMYK percentages

%42
%4
%0
%41.18

Codes

Color #579096 in popluar color models

579096
RGB87144150
HSL186°26.58%46.47%
HSB/HSV186°42.00%58.82%
CMYK42.00%4.00%0.00%
41.18%

Color #579096 in popluar number systems.

HEX579096
Decimal87144150
Binary10101111001000010010110
Octal127220226

Shades and tints

Shades of #579096

#579096
(87,144,150)
#508389
(80,131,137)
#49767C
(73,118,124)
#42696F
(66,105,111)
#3B5C62
(59,92,98)
#344F55
(52,79,85)
#2D4248
(45,66,72)
#26353B
(38,53,59)
#1F282E
(31,40,46)
#181B21
(24,27,33)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #579096

#579096
(87,144,150)
#669A9F
(102,154,159)
#75A4A8
(117,164,168)
#84AEB1
(132,174,177)
#93B8BA
(147,184,186)
#A2C2C3
(162,194,195)
#B1CCCC
(177,204,204)
#C0D6D5
(192,214,213)
#CFE0DE
(207,224,222)
#DEEAE7
(222,234,231)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #579096; }

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

This text font color is #579096.


Background Color

.myBgColor { background-color: #579096; }

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

This div background color is #579096.


Border color

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

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

This div border color is #579096.


Opacity

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

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

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

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

This text has shadow with #579096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579096 on black background.


Color preview on white background

This text has color #579096 on white background.



Black color preview on #579096 background

This text has black color on #579096 background.


White color preview on #579096 background

This text has white color on #579096 background.