COLOR #559082

HEX: #559082
RGB: (85,144,130)

Color info

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

RGB color model

#559082 color RGB value is (85,144,130).

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

RGB channels and saturation

R 85 of 255 = 33%
G 144 of 255 = 56%
B 130 of 255 = 51%

85
144
130

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

Portions of RGB colors in percentages

R + G + B =
85 + 144 + 130 = 359 (100%)
R 85 of 359 ~ 23.68%
G 144 of 359 ~ 40.11%
B 130 of 359 ~ 36.21%

%23.68
%40.11
%36.21

CMYK color model

#559082 color CMYK value is (41,0,10,44).

  • cyan value is 40.97%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 43.53%
CMYK:
(41,0,10,44)
C41M0Y10K44 
(41%,0%,10%,44%)
(0.41/0.00/0.10/0.44)	

CMYK percentages

%40.97
%0
%9.72
%43.53

Codes

Color #559082 in popluar color models

559082
RGB85144130
HSL166°25.76%44.90%
HSB/HSV166°40.97%56.47%
CMYK40.97%0.00%9.72%
43.53%

Color #559082 in popluar number systems.

HEX559082
Decimal85144130
Binary10101011001000010000010
Octal125220202

Shades and tints

Shades of #559082

#559082
(85,144,130)
#4E8377
(78,131,119)
#47766C
(71,118,108)
#406961
(64,105,97)
#395C56
(57,92,86)
#324F4B
(50,79,75)
#2B4240
(43,66,64)
#243535
(36,53,53)
#1D282A
(29,40,42)
#161B1F
(22,27,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #559082

#559082
(85,144,130)
#649A8D
(100,154,141)
#73A498
(115,164,152)
#82AEA3
(130,174,163)
#91B8AE
(145,184,174)
#A0C2B9
(160,194,185)
#AFCCC4
(175,204,196)
#BED6CF
(190,214,207)
#CDE0DA
(205,224,218)
#DCEAE5
(220,234,229)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #559082; }

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

This text font color is #559082.


Background Color

.myBgColor { background-color: #559082; }

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

This div background color is #559082.


Border color

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

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

This div border color is #559082.


Opacity

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

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

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

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

This text has shadow with #559082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559082 on black background.


Color preview on white background

This text has color #559082 on white background.



Black color preview on #559082 background

This text has black color on #559082 background.


White color preview on #559082 background

This text has white color on #559082 background.