COLOR #559AA1

HEX: #559AA1
RGB: (85,154,161)

Color info

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

RGB color model

#559AA1 color RGB value is (85,154,161).

  • red value is 85;
  • green value is 154;
  • blue value is 161.
RGB:
(85,154,161)
(33%,60%,63%)

RGB channels and saturation

R 85 of 255 = 33%
G 154 of 255 = 60%
B 161 of 255 = 63%

85
154
161

R + G + B ~ 52%. #559AA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 154 + 161 = 400 (100%)
R 85 of 400 ~ 21.25%
G 154 of 400 ~ 38.5%
B 161 of 400 ~ 40.25%

%21.25
%38.5
%40.25

CMYK color model

#559AA1 color CMYK value is (47,4,0,37).

  • cyan value is 47.20%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(47,4,0,37)
C47M4Y0K37 
(47%,4%,0%,37%)
(0.47/0.04/0.00/0.37)	

CMYK percentages

%47.2
%4.35
%0
%36.86

Codes

Color #559AA1 in popluar color models

559AA1
RGB85154161
HSL186°30.89%48.24%
HSB/HSV186°47.20%63.14%
CMYK47.20%4.35%0.00%
36.86%

Color #559AA1 in popluar number systems.

HEX559AA1
Decimal85154161
Binary10101011001101010100001
Octal125232241

Shades and tints

Shades of #559AA1

#559AA1
(85,154,161)
#4E8C93
(78,140,147)
#477E85
(71,126,133)
#407077
(64,112,119)
#396269
(57,98,105)
#32545B
(50,84,91)
#2B464D
(43,70,77)
#24383F
(36,56,63)
#1D2A31
(29,42,49)
#161C23
(22,28,35)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #559AA1

#559AA1
(85,154,161)
#64A3A9
(100,163,169)
#73ACB1
(115,172,177)
#82B5B9
(130,181,185)
#91BEC1
(145,190,193)
#A0C7C9
(160,199,201)
#AFD0D1
(175,208,209)
#BED9D9
(190,217,217)
#CDE2E1
(205,226,225)
#DCEBE9
(220,235,233)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559AA1 color. Also use rgb(85,154,161) instead hex code.

Text Font Color

.myTextColor { color: #559AA1; }

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

This text font color is #559AA1.


Background Color

.myBgColor { background-color: #559AA1; }

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

This div background color is #559AA1.


Border color

.myBorderColor { border: 1px solid #559AA1; }

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

This div border color is #559AA1.


Opacity

.myOpacity80 { color: #559AA1; opacity: 0.8; }

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

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

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

This text has shadow with #559AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559AA1 on black background.


Color preview on white background

This text has color #559AA1 on white background.



Black color preview on #559AA1 background

This text has black color on #559AA1 background.


White color preview on #559AA1 background

This text has white color on #559AA1 background.