COLOR #559095

HEX: #559095
RGB: (85,144,149)

Color info

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

RGB color model

#559095 color RGB value is (85,144,149).

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

RGB channels and saturation

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

85
144
149

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

Portions of RGB colors in percentages

R + G + B =
85 + 144 + 149 = 378 (100%)
R 85 of 378 ~ 22.49%
G 144 of 378 ~ 38.1%
B 149 of 378 ~ 39.42%

%22.49
%38.1
%39.42

CMYK color model

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

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

CMYK percentages

%42.95
%3.36
%0
%41.57

Codes

Color #559095 in popluar color models

559095
RGB85144149
HSL185°27.35%45.88%
HSB/HSV185°42.95%58.43%
CMYK42.95%3.36%0.00%
41.57%

Color #559095 in popluar number systems.

HEX559095
Decimal85144149
Binary10101011001000010010101
Octal125220225

Shades and tints

Shades of #559095

#559095
(85,144,149)
#4E8388
(78,131,136)
#47767B
(71,118,123)
#40696E
(64,105,110)
#395C61
(57,92,97)
#324F54
(50,79,84)
#2B4247
(43,66,71)
#24353A
(36,53,58)
#1D282D
(29,40,45)
#161B20
(22,27,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #559095

#559095
(85,144,149)
#649A9E
(100,154,158)
#73A4A7
(115,164,167)
#82AEB0
(130,174,176)
#91B8B9
(145,184,185)
#A0C2C2
(160,194,194)
#AFCCCB
(175,204,203)
#BED6D4
(190,214,212)
#CDE0DD
(205,224,221)
#DCEAE6
(220,234,230)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559095; }

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

This text font color is #559095.


Background Color

.myBgColor { background-color: #559095; }

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

This div background color is #559095.


Border color

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

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

This div border color is #559095.


Opacity

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

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

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

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

This text has shadow with #559095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559095 on black background.


Color preview on white background

This text has color #559095 on white background.



Black color preview on #559095 background

This text has black color on #559095 background.


White color preview on #559095 background

This text has white color on #559095 background.