COLOR #5AA5B1

HEX: #5AA5B1
RGB: (90,165,177)

Color info

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

RGB color model

#5AA5B1 color RGB value is (90,165,177).

  • red value is 90;
  • green value is 165;
  • blue value is 177.
RGB:
(90,165,177)
(35%,65%,69%)

RGB channels and saturation

R 90 of 255 = 35%
G 165 of 255 = 65%
B 177 of 255 = 69%

90
165
177

R + G + B ~ 56%. #5AA5B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 165 + 177 = 432 (100%)
R 90 of 432 ~ 20.83%
G 165 of 432 ~ 38.19%
B 177 of 432 ~ 40.97%

%20.83
%38.19
%40.97

CMYK color model

#5AA5B1 color CMYK value is (49,7,0,31).

  • cyan value is 49.15%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(49,7,0,31)
C49M7Y0K31 
(49%,7%,0%,31%)
(0.49/0.07/0.00/0.31)	

CMYK percentages

%49.15
%6.78
%0
%30.59

Codes

Color #5AA5B1 in popluar color models

5AA5B1
RGB90165177
HSL188°35.80%52.35%
HSB/HSV188°49.15%69.41%
CMYK49.15%6.78%0.00%
30.59%

Color #5AA5B1 in popluar number systems.

HEX5AA5B1
Decimal90165177
Binary10110101010010110110001
Octal132245261

Shades and tints

Shades of #5AA5B1

#5AA5B1
(90,165,177)
#5296A1
(82,150,161)
#4A8791
(74,135,145)
#427881
(66,120,129)
#3A6971
(58,105,113)
#325A61
(50,90,97)
#2A4B51
(42,75,81)
#223C41
(34,60,65)
#1A2D31
(26,45,49)
#121E21
(18,30,33)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #5AA5B1

#5AA5B1
(90,165,177)
#69ADB8
(105,173,184)
#78B5BF
(120,181,191)
#87BDC6
(135,189,198)
#96C5CD
(150,197,205)
#A5CDD4
(165,205,212)
#B4D5DB
(180,213,219)
#C3DDE2
(195,221,226)
#D2E5E9
(210,229,233)
#E1EDF0
(225,237,240)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA5B1 color. Also use rgb(90,165,177) instead hex code.

Text Font Color

.myTextColor { color: #5AA5B1; }

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

This text font color is #5AA5B1.


Background Color

.myBgColor { background-color: #5AA5B1; }

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

This div background color is #5AA5B1.


Border color

.myBorderColor { border: 1px solid #5AA5B1; }

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

This div border color is #5AA5B1.


Opacity

.myOpacity80 { color: #5AA5B1; opacity: 0.8; }

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

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

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

This text has shadow with #5AA5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AA5B1 on black background.


Color preview on white background

This text has color #5AA5B1 on white background.



Black color preview on #5AA5B1 background

This text has black color on #5AA5B1 background.


White color preview on #5AA5B1 background

This text has white color on #5AA5B1 background.