COLOR #5AABB1

HEX: #5AABB1 RGB: (90,171,177)

Color info

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

RGB color model

#5AABB1 color RGB value is (90,171,177).

RGB: (90,171,177) (35%, 67%, 69%)

RGB channels and saturation

R 90 of 255 = 35%
G 171 of 255 = 67%
B 177 of 255 = 69%

90
171
177

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

Portions of RGB colors in percentages

R + G + B = 90 + 171 + 177 = 438 (100%)
R 90 of 438 ~ 20.55%
G 171 of 438 ~ 39.04%
B 177 of 438 ~ 40.41'%

%20.55
%39.04
%40.41

CMYK color model

#5AABB1 color CMYK value is (49,3,0,31).

  • cyan value is 49.15%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (49,3,0,31)
C49M3Y0K31 (49%, 3%, 0%, 31%)
(0.49 / 0.03 / 0.00 / 0.31)

CMYK percentages

%49.15
%3.39
%0
%30.59

Codes

Color #5AABB1 in popluar color models

5A AB B1
RGB 90 171 177
HSL 184° 35.80% 52.35%
HSB/HSV 184° 49.15% 69.41%
CMYK 49.15% 3.39% 0.00%
30.59%

Color #5AABB1 in popluar number systems.

HEX 5A AB B1
Decimal 90 171 177
Binary 1011010 10101011 10110001
Octal 132 253 261

Shades and tints

Shades of #5AABB1

#5AABB1
(90,171,177)
#529CA1
(82,156,161)
#4A8D91
(74,141,145)
#427E81
(66,126,129)
#3A6F71
(58,111,113)
#326061
(50,96,97)
#2A5151
(42,81,81)
#224241
(34,66,65)
#1A3331
(26,51,49)
#122421
(18,36,33)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #5AABB1

#5AABB1
(90,171,177)
#69B2B8
(105,178,184)
#78B9BF
(120,185,191)
#87C0C6
(135,192,198)
#96C7CD
(150,199,205)
#A5CED4
(165,206,212)
#B4D5DB
(180,213,219)
#C3DCE2
(195,220,226)
#D2E3E9
(210,227,233)
#E1EAF0
(225,234,240)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AABB1; }

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

This text font color is #5AABB1.

Background Color

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

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

This div background color is #5AABB1.

Border color

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

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

This div border color is #5AABB1.

Opacity

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

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

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

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

This text has shadow with #5AABB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AABB1.

Preview

Color preview on black background

This text has color #5AABB1 on black background.


Color preview on white background

This text has color #5AABB1 on white background.


Black color preview on #5AABB1 background

This text has black color on #5AABB1 background.


White color preview on #5AABB1 background

This text has white color on #5AABB1 background.


Related colors

Complementary color

Complementary color for #hex is #A5544E.


I love getcolorcode.com

Triadic colors

1 #B15AAB and #ABB15A with #5AABB1 are triadic colors.

2 #B1AB5A and #AB5AB1 with #5AABB1 are triadic colors.