COLOR #5A9FAB

HEX: #5A9FAB RGB: (90,159,171)

Color info

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

RGB color model

#5A9FAB color RGB value is (90,159,171).

RGB: (90,159,171) (35%, 62%, 67%)

RGB channels and saturation

R 90 of 255 = 35%
G 159 of 255 = 62%
B 171 of 255 = 67%

90
159
171

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

Portions of RGB colors in percentages

R + G + B = 90 + 159 + 171 = 420 (100%)
R 90 of 420 ~ 21.43%
G 159 of 420 ~ 37.86%
B 171 of 420 ~ 40.71'%

%21.43
%37.86
%40.71

CMYK color model

#5A9FAB color CMYK value is (47,7,0,33).

  • cyan value is 47.37%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (47,7,0,33)
C47M7Y0K33 (47%, 7%, 0%, 33%)
(0.47 / 0.07 / 0.00 / 0.33)

CMYK percentages

%47.37
%7.02
%0
%32.94

Codes

Color #5A9FAB in popluar color models

5A 9F AB
RGB 90 159 171
HSL 189° 32.53% 51.18%
HSB/HSV 189° 47.37% 67.06%
CMYK 47.37% 7.02% 0.00%
32.94%

Color #5A9FAB in popluar number systems.

HEX 5A 9F AB
Decimal 90 159 171
Binary 1011010 10011111 10101011
Octal 132 237 253

Shades and tints

Shades of #5A9FAB

#5A9FAB
(90,159,171)
#52919C
(82,145,156)
#4A838D
(74,131,141)
#42757E
(66,117,126)
#3A676F
(58,103,111)
#325960
(50,89,96)
#2A4B51
(42,75,81)
#223D42
(34,61,66)
#1A2F33
(26,47,51)
#122124
(18,33,36)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #5A9FAB

#5A9FAB
(90,159,171)
#69A7B2
(105,167,178)
#78AFB9
(120,175,185)
#87B7C0
(135,183,192)
#96BFC7
(150,191,199)
#A5C7CE
(165,199,206)
#B4CFD5
(180,207,213)
#C3D7DC
(195,215,220)
#D2DFE3
(210,223,227)
#E1E7EA
(225,231,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A9FAB color. Also use rgb(90,159,171) instead hex code.

Text Font Color

.myTextColor { color: #5A9FAB; }

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

This text font color is #5A9FAB.

Background Color

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

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

This div background color is #5A9FAB.

Border color

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

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

This div border color is #5A9FAB.

Opacity

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

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

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

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

This text has shadow with #5A9FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9FAB.

Preview

Color preview on black background

This text has color #5A9FAB on black background.


Color preview on white background

This text has color #5A9FAB on white background.


Black color preview on #5A9FAB background

This text has black color on #5A9FAB background.


White color preview on #5A9FAB background

This text has white color on #5A9FAB background.


Related colors

Complementary color

Complementary color for #hex is #A56054.


I love getcolorcode.com

Triadic colors

1 #AB5A9F and #9FAB5A with #5A9FAB are triadic colors.

2 #AB9F5A and #9F5AAB with #5A9FAB are triadic colors.