COLOR #5AAAB3

HEX: #5AAAB3 RGB: (90,170,179)

Color info

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

RGB color model

#5AAAB3 color RGB value is (90,170,179).

RGB: (90,170,179) (35%, 67%, 70%)

RGB channels and saturation

R 90 of 255 = 35%
G 170 of 255 = 67%
B 179 of 255 = 70%

90
170
179

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

Portions of RGB colors in percentages

R + G + B = 90 + 170 + 179 = 439 (100%)
R 90 of 439 ~ 20.5%
G 170 of 439 ~ 38.72%
B 179 of 439 ~ 40.77'%

%20.5
%38.72
%40.77

CMYK color model

#5AAAB3 color CMYK value is (50,5,0,30).

  • cyan value is 49.72%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (50,5,0,30)
C50M5Y0K30 (50%, 5%, 0%, 30%)
(0.50 / 0.05 / 0.00 / 0.30)

CMYK percentages

%49.72
%5.03
%0
%29.8

Codes

Color #5AAAB3 in popluar color models

5A AA B3
RGB 90 170 179
HSL 186° 36.93% 52.75%
HSB/HSV 186° 49.72% 70.20%
CMYK 49.72% 5.03% 0.00%
29.80%

Color #5AAAB3 in popluar number systems.

HEX 5A AA B3
Decimal 90 170 179
Binary 1011010 10101010 10110011
Octal 132 252 263

Shades and tints

Shades of #5AAAB3

#5AAAB3
(90,170,179)
#529BA3
(82,155,163)
#4A8C93
(74,140,147)
#427D83
(66,125,131)
#3A6E73
(58,110,115)
#325F63
(50,95,99)
#2A5053
(42,80,83)
#224143
(34,65,67)
#1A3233
(26,50,51)
#122323
(18,35,35)
#0A1413
(10,20,19)
#000000
(0,0,0)

Tints of #5AAAB3

#5AAAB3
(90,170,179)
#69B1B9
(105,177,185)
#78B8BF
(120,184,191)
#87BFC5
(135,191,197)
#96C6CB
(150,198,203)
#A5CDD1
(165,205,209)
#B4D4D7
(180,212,215)
#C3DBDD
(195,219,221)
#D2E2E3
(210,226,227)
#E1E9E9
(225,233,233)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAAB3 color. Also use rgb(90,170,179) instead hex code.

Text Font Color

.myTextColor { color: #5AAAB3; }

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

This text font color is #5AAAB3.

Background Color

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

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

This div background color is #5AAAB3.

Border color

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

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

This div border color is #5AAAB3.

Opacity

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

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

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

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

This text has shadow with #5AAAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AAAB3.

Preview

Color preview on black background

This text has color #5AAAB3 on black background.


Color preview on white background

This text has color #5AAAB3 on white background.


Black color preview on #5AAAB3 background

This text has black color on #5AAAB3 background.


White color preview on #5AAAB3 background

This text has white color on #5AAAB3 background.


Related colors

Complementary color

Complementary color for #hex is #A5554C.


I love getcolorcode.com

Triadic colors

1 #B35AAA and #AAB35A with #5AAAB3 are triadic colors.

2 #B3AA5A and #AA5AB3 with #5AAAB3 are triadic colors.