COLOR #579091

HEX: #579091
RGB: (87,144,145)

Color info

#579091 contains red, green and blue colors in about the same proportion. Web safe color of #579091 is #669999 (or #699).

RGB color model

#579091 color RGB value is (87,144,145).

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

RGB channels and saturation

R 87 of 255 = 34%
G 144 of 255 = 56%
B 145 of 255 = 57%

87
144
145

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

Portions of RGB colors in percentages

R + G + B =
87 + 144 + 145 = 376 (100%)
R 87 of 376 ~ 23.14%
G 144 of 376 ~ 38.3%
B 145 of 376 ~ 38.56%

%23.14
%38.3
%38.56

CMYK color model

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

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

CMYK percentages

%40
%0.69
%0
%43.14

Codes

Color #579091 in popluar color models

579091
RGB87144145
HSL181°25.00%45.49%
HSB/HSV181°40.00%56.86%
CMYK40.00%0.69%0.00%
43.14%

Color #579091 in popluar number systems.

HEX579091
Decimal87144145
Binary10101111001000010010001
Octal127220221

Shades and tints

Shades of #579091

#579091
(87,144,145)
#508384
(80,131,132)
#497677
(73,118,119)
#42696A
(66,105,106)
#3B5C5D
(59,92,93)
#344F50
(52,79,80)
#2D4243
(45,66,67)
#263536
(38,53,54)
#1F2829
(31,40,41)
#181B1C
(24,27,28)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #579091

#579091
(87,144,145)
#669A9B
(102,154,155)
#75A4A5
(117,164,165)
#84AEAF
(132,174,175)
#93B8B9
(147,184,185)
#A2C2C3
(162,194,195)
#B1CCCD
(177,204,205)
#C0D6D7
(192,214,215)
#CFE0E1
(207,224,225)
#DEEAEB
(222,234,235)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #579091; }

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

This text font color is #579091.


Background Color

.myBgColor { background-color: #579091; }

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

This div background color is #579091.


Border color

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

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

This div border color is #579091.


Opacity

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

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

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

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

This text has shadow with #579091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579091 on black background.


Color preview on white background

This text has color #579091 on white background.



Black color preview on #579091 background

This text has black color on #579091 background.


White color preview on #579091 background

This text has white color on #579091 background.