COLOR #5A89BB

HEX: #5A89BB
RGB: (90,137,187)

Color info

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

RGB color model

#5A89BB color RGB value is (90,137,187).

  • red value is 90;
  • green value is 137;
  • blue value is 187.
RGB:
(90,137,187)
(35%,54%,73%)

RGB channels and saturation

R 90 of 255 = 35%
G 137 of 255 = 54%
B 187 of 255 = 73%

90
137
187

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

Portions of RGB colors in percentages

R + G + B =
90 + 137 + 187 = 414 (100%)
R 90 of 414 ~ 21.74%
G 137 of 414 ~ 33.09%
B 187 of 414 ~ 45.17%

%21.74
%33.09
%45.17

CMYK color model

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

  • cyan value is 51.87%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(52,27,0,27)
C52M27Y0K27 
(52%,27%,0%,27%)
(0.52/0.27/0.00/0.27)	

CMYK percentages

%51.87
%26.74
%0
%26.67

Codes

Color #5A89BB in popluar color models

5A89BB
RGB90137187
HSL211°41.63%54.31%
HSB/HSV211°51.87%73.33%
CMYK51.87%26.74%0.00%
26.67%

Color #5A89BB in popluar number systems.

HEX5A89BB
Decimal90137187
Binary10110101000100110111011
Octal132211273

Shades and tints

Shades of #5A89BB

#5A89BB
(90,137,187)
#527DAA
(82,125,170)
#4A7199
(74,113,153)
#426588
(66,101,136)
#3A5977
(58,89,119)
#324D66
(50,77,102)
#2A4155
(42,65,85)
#223544
(34,53,68)
#1A2933
(26,41,51)
#121D22
(18,29,34)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #5A89BB

#5A89BB
(90,137,187)
#6993C1
(105,147,193)
#789DC7
(120,157,199)
#87A7CD
(135,167,205)
#96B1D3
(150,177,211)
#A5BBD9
(165,187,217)
#B4C5DF
(180,197,223)
#C3CFE5
(195,207,229)
#D2D9EB
(210,217,235)
#E1E3F1
(225,227,241)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A89BB color. Also use rgb(90,137,187) instead hex code.

Text Font Color

.myTextColor { color: #5A89BB; }

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

This text font color is #5A89BB.


Background Color

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

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

This div background color is #5A89BB.


Border color

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

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

This div border color is #5A89BB.


Opacity

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

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

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

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

This text has shadow with #5A89BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A89BB on black background.


Color preview on white background

This text has color #5A89BB on white background.



Black color preview on #5A89BB background

This text has black color on #5A89BB background.


White color preview on #5A89BB background

This text has white color on #5A89BB background.