COLOR #5A8BAB

HEX: #5A8BAB
RGB: (90,139,171)

Color info

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

RGB color model

#5A8BAB color RGB value is (90,139,171).

  • red value is 90;
  • green value is 139;
  • blue value is 171.
RGB:
(90,139,171)
(35%,55%,67%)

RGB channels and saturation

R 90 of 255 = 35%
G 139 of 255 = 55%
B 171 of 255 = 67%

90
139
171

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

Portions of RGB colors in percentages

R + G + B =
90 + 139 + 171 = 400 (100%)
R 90 of 400 ~ 22.5%
G 139 of 400 ~ 34.75%
B 171 of 400 ~ 42.75%

%22.5
%34.75
%42.75

CMYK color model

#5A8BAB color CMYK value is (47,19,0,33).

  • cyan value is 47.37%
  • magenta value is 18.71%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(47,19,0,33)
C47M19Y0K33 
(47%,19%,0%,33%)
(0.47/0.19/0.00/0.33)	

CMYK percentages

%47.37
%18.71
%0
%32.94

Codes

Color #5A8BAB in popluar color models

5A8BAB
RGB90139171
HSL204°32.53%51.18%
HSB/HSV204°47.37%67.06%
CMYK47.37%18.71%0.00%
32.94%

Color #5A8BAB in popluar number systems.

HEX5A8BAB
Decimal90139171
Binary10110101000101110101011
Octal132213253

Shades and tints

Shades of #5A8BAB

#5A8BAB
(90,139,171)
#527F9C
(82,127,156)
#4A738D
(74,115,141)
#42677E
(66,103,126)
#3A5B6F
(58,91,111)
#324F60
(50,79,96)
#2A4351
(42,67,81)
#223742
(34,55,66)
#1A2B33
(26,43,51)
#121F24
(18,31,36)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #5A8BAB

#5A8BAB
(90,139,171)
#6995B2
(105,149,178)
#789FB9
(120,159,185)
#87A9C0
(135,169,192)
#96B3C7
(150,179,199)
#A5BDCE
(165,189,206)
#B4C7D5
(180,199,213)
#C3D1DC
(195,209,220)
#D2DBE3
(210,219,227)
#E1E5EA
(225,229,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8BAB; }

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

This text font color is #5A8BAB.


Background Color

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

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

This div background color is #5A8BAB.


Border color

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

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

This div border color is #5A8BAB.


Opacity

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

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

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

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

This text has shadow with #5A8BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8BAB on black background.


Color preview on white background

This text has color #5A8BAB on white background.



Black color preview on #5A8BAB background

This text has black color on #5A8BAB background.


White color preview on #5A8BAB background

This text has white color on #5A8BAB background.