COLOR #559695

HEX: #559695
RGB: (85,150,149)

Color info

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

RGB color model

#559695 color RGB value is (85,150,149).

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

RGB channels and saturation

R 85 of 255 = 33%
G 150 of 255 = 59%
B 149 of 255 = 58%

85
150
149

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

Portions of RGB colors in percentages

R + G + B =
85 + 150 + 149 = 384 (100%)
R 85 of 384 ~ 22.14%
G 150 of 384 ~ 39.06%
B 149 of 384 ~ 38.8%

%22.14
%39.06
%38.8

CMYK color model

#559695 color CMYK value is (43,0,1,41).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(43,0,1,41)
C43M0Y1K41 
(43%,0%,1%,41%)
(0.43/0.00/0.01/0.41)	

CMYK percentages

%43.33
%0
%0.67
%41.18

Codes

Color #559695 in popluar color models

559695
RGB85150149
HSL179°27.66%46.08%
HSB/HSV179°43.33%58.82%
CMYK43.33%0.00%0.67%
41.18%

Color #559695 in popluar number systems.

HEX559695
Decimal85150149
Binary10101011001011010010101
Octal125226225

Shades and tints

Shades of #559695

#559695
(85,150,149)
#4E8988
(78,137,136)
#477C7B
(71,124,123)
#406F6E
(64,111,110)
#396261
(57,98,97)
#325554
(50,85,84)
#2B4847
(43,72,71)
#243B3A
(36,59,58)
#1D2E2D
(29,46,45)
#162120
(22,33,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #559695

#559695
(85,150,149)
#649F9E
(100,159,158)
#73A8A7
(115,168,167)
#82B1B0
(130,177,176)
#91BAB9
(145,186,185)
#A0C3C2
(160,195,194)
#AFCCCB
(175,204,203)
#BED5D4
(190,213,212)
#CDDEDD
(205,222,221)
#DCE7E6
(220,231,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559695; }

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

This text font color is #559695.


Background Color

.myBgColor { background-color: #559695; }

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

This div background color is #559695.


Border color

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

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

This div border color is #559695.


Opacity

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

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

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

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

This text has shadow with #559695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559695 on black background.


Color preview on white background

This text has color #559695 on white background.



Black color preview on #559695 background

This text has black color on #559695 background.


White color preview on #559695 background

This text has white color on #559695 background.