COLOR #5AAABA

HEX: #5AAABA
RGB: (90,170,186)

Color info

#5AAABA contains mainly green and blue colors. Web safe color of #5AAABA is #6699CC (or #69C).

RGB color model

#5AAABA color RGB value is (90,170,186).

  • red value is 90;
  • green value is 170;
  • blue value is 186.
RGB:
(90,170,186)
(35%,67%,73%)

RGB channels and saturation

R 90 of 255 = 35%
G 170 of 255 = 67%
B 186 of 255 = 73%

90
170
186

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

Portions of RGB colors in percentages

R + G + B =
90 + 170 + 186 = 446 (100%)
R 90 of 446 ~ 20.18%
G 170 of 446 ~ 38.12%
B 186 of 446 ~ 41.7%

%20.18
%38.12
%41.7

CMYK color model

#5AAABA color CMYK value is (52,9,0,27).

  • cyan value is 51.61%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(52,9,0,27)
C52M9Y0K27 
(52%,9%,0%,27%)
(0.52/0.09/0.00/0.27)	

CMYK percentages

%51.61
%8.6
%0
%27.06

Codes

Color #5AAABA in popluar color models

5AAABA
RGB90170186
HSL190°41.03%54.12%
HSB/HSV190°51.61%72.94%
CMYK51.61%8.60%0.00%
27.06%

Color #5AAABA in popluar number systems.

HEX5AAABA
Decimal90170186
Binary10110101010101010111010
Octal132252272

Shades and tints

Shades of #5AAABA

#5AAABA
(90,170,186)
#529BAA
(82,155,170)
#4A8C9A
(74,140,154)
#427D8A
(66,125,138)
#3A6E7A
(58,110,122)
#325F6A
(50,95,106)
#2A505A
(42,80,90)
#22414A
(34,65,74)
#1A323A
(26,50,58)
#12232A
(18,35,42)
#0A141A
(10,20,26)
#000000
(0,0,0)

Tints of #5AAABA

#5AAABA
(90,170,186)
#69B1C0
(105,177,192)
#78B8C6
(120,184,198)
#87BFCC
(135,191,204)
#96C6D2
(150,198,210)
#A5CDD8
(165,205,216)
#B4D4DE
(180,212,222)
#C3DBE4
(195,219,228)
#D2E2EA
(210,226,234)
#E1E9F0
(225,233,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AAABA; }

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

This text font color is #5AAABA.


Background Color

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

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

This div background color is #5AAABA.


Border color

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

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

This div border color is #5AAABA.


Opacity

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

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

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

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

This text has shadow with #5AAABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AAABA on black background.


Color preview on white background

This text has color #5AAABA on white background.



Black color preview on #5AAABA background

This text has black color on #5AAABA background.


White color preview on #5AAABA background

This text has white color on #5AAABA background.