COLOR #559591

HEX: #559591
RGB: (85,149,145)

Color info

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

RGB color model

#559591 color RGB value is (85,149,145).

  • red value is 85;
  • green value is 149;
  • blue value is 145.
RGB:
(85,149,145)
(33%,58%,57%)

RGB channels and saturation

R 85 of 255 = 33%
G 149 of 255 = 58%
B 145 of 255 = 57%

85
149
145

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

Portions of RGB colors in percentages

R + G + B =
85 + 149 + 145 = 379 (100%)
R 85 of 379 ~ 22.43%
G 149 of 379 ~ 39.31%
B 145 of 379 ~ 38.26%

%22.43
%39.31
%38.26

CMYK color model

#559591 color CMYK value is (43,0,3,42).

  • cyan value is 42.95%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(43,0,3,42)
C43M0Y3K42 
(43%,0%,3%,42%)
(0.43/0.00/0.03/0.42)	

CMYK percentages

%42.95
%0
%2.68
%41.57

Codes

Color #559591 in popluar color models

559591
RGB85149145
HSL176°27.35%45.88%
HSB/HSV176°42.95%58.43%
CMYK42.95%0.00%2.68%
41.57%

Color #559591 in popluar number systems.

HEX559591
Decimal85149145
Binary10101011001010110010001
Octal125225221

Shades and tints

Shades of #559591

#559591
(85,149,145)
#4E8884
(78,136,132)
#477B77
(71,123,119)
#406E6A
(64,110,106)
#39615D
(57,97,93)
#325450
(50,84,80)
#2B4743
(43,71,67)
#243A36
(36,58,54)
#1D2D29
(29,45,41)
#16201C
(22,32,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #559591

#559591
(85,149,145)
#649E9B
(100,158,155)
#73A7A5
(115,167,165)
#82B0AF
(130,176,175)
#91B9B9
(145,185,185)
#A0C2C3
(160,194,195)
#AFCBCD
(175,203,205)
#BED4D7
(190,212,215)
#CDDDE1
(205,221,225)
#DCE6EB
(220,230,235)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559591 color. Also use rgb(85,149,145) instead hex code.

Text Font Color

.myTextColor { color: #559591; }

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

This text font color is #559591.


Background Color

.myBgColor { background-color: #559591; }

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

This div background color is #559591.


Border color

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

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

This div border color is #559591.


Opacity

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

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

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

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

This text has shadow with #559591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559591 on black background.


Color preview on white background

This text has color #559591 on white background.



Black color preview on #559591 background

This text has black color on #559591 background.


White color preview on #559591 background

This text has white color on #559591 background.