COLOR #559490

HEX: #559490
RGB: (85,148,144)

Color info

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

RGB color model

#559490 color RGB value is (85,148,144).

  • red value is 85;
  • green value is 148;
  • blue value is 144.
RGB:
(85,148,144)
(33%,58%,56%)

RGB channels and saturation

R 85 of 255 = 33%
G 148 of 255 = 58%
B 144 of 255 = 56%

85
148
144

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

Portions of RGB colors in percentages

R + G + B =
85 + 148 + 144 = 377 (100%)
R 85 of 377 ~ 22.55%
G 148 of 377 ~ 39.26%
B 144 of 377 ~ 38.2%

%22.55
%39.26
%38.2

CMYK color model

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

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

CMYK percentages

%42.57
%0
%2.7
%41.96

Codes

Color #559490 in popluar color models

559490
RGB85148144
HSL176°27.04%45.69%
HSB/HSV176°42.57%58.04%
CMYK42.57%0.00%2.70%
41.96%

Color #559490 in popluar number systems.

HEX559490
Decimal85148144
Binary10101011001010010010000
Octal125224220

Shades and tints

Shades of #559490

#559490
(85,148,144)
#4E8783
(78,135,131)
#477A76
(71,122,118)
#406D69
(64,109,105)
#39605C
(57,96,92)
#32534F
(50,83,79)
#2B4642
(43,70,66)
#243935
(36,57,53)
#1D2C28
(29,44,40)
#161F1B
(22,31,27)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #559490

#559490
(85,148,144)
#649D9A
(100,157,154)
#73A6A4
(115,166,164)
#82AFAE
(130,175,174)
#91B8B8
(145,184,184)
#A0C1C2
(160,193,194)
#AFCACC
(175,202,204)
#BED3D6
(190,211,214)
#CDDCE0
(205,220,224)
#DCE5EA
(220,229,234)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559490 color. Also use rgb(85,148,144) instead hex code.

Text Font Color

.myTextColor { color: #559490; }

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

This text font color is #559490.


Background Color

.myBgColor { background-color: #559490; }

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

This div background color is #559490.


Border color

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

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

This div border color is #559490.


Opacity

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

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

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

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

This text has shadow with #559490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559490 on black background.


Color preview on white background

This text has color #559490 on white background.



Black color preview on #559490 background

This text has black color on #559490 background.


White color preview on #559490 background

This text has white color on #559490 background.