COLOR #5A8BBE

HEX: #5A8BBE
RGB: (90,139,190)

Color info

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

RGB color model

#5A8BBE color RGB value is (90,139,190).

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

RGB channels and saturation

R 90 of 255 = 35%
G 139 of 255 = 55%
B 190 of 255 = 75%

90
139
190

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

Portions of RGB colors in percentages

R + G + B =
90 + 139 + 190 = 419 (100%)
R 90 of 419 ~ 21.48%
G 139 of 419 ~ 33.17%
B 190 of 419 ~ 45.35%

%21.48
%33.17
%45.35

CMYK color model

#5A8BBE color CMYK value is (53,27,0,25).

  • cyan value is 52.63%
  • magenta value is 26.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(53,27,0,25)
C53M27Y0K25 
(53%,27%,0%,25%)
(0.53/0.27/0.00/0.25)	

CMYK percentages

%52.63
%26.84
%0
%25.49

Codes

Color #5A8BBE in popluar color models

5A8BBE
RGB90139190
HSL211°43.48%54.90%
HSB/HSV211°52.63%74.51%
CMYK52.63%26.84%0.00%
25.49%

Color #5A8BBE in popluar number systems.

HEX5A8BBE
Decimal90139190
Binary10110101000101110111110
Octal132213276

Shades and tints

Shades of #5A8BBE

#5A8BBE
(90,139,190)
#527FAD
(82,127,173)
#4A739C
(74,115,156)
#42678B
(66,103,139)
#3A5B7A
(58,91,122)
#324F69
(50,79,105)
#2A4358
(42,67,88)
#223747
(34,55,71)
#1A2B36
(26,43,54)
#121F25
(18,31,37)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #5A8BBE

#5A8BBE
(90,139,190)
#6995C3
(105,149,195)
#789FC8
(120,159,200)
#87A9CD
(135,169,205)
#96B3D2
(150,179,210)
#A5BDD7
(165,189,215)
#B4C7DC
(180,199,220)
#C3D1E1
(195,209,225)
#D2DBE6
(210,219,230)
#E1E5EB
(225,229,235)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8BBE; }

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

This text font color is #5A8BBE.


Background Color

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

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

This div background color is #5A8BBE.


Border color

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

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

This div border color is #5A8BBE.


Opacity

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

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

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

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

This text has shadow with #5A8BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8BBE on black background.


Color preview on white background

This text has color #5A8BBE on white background.



Black color preview on #5A8BBE background

This text has black color on #5A8BBE background.


White color preview on #5A8BBE background

This text has white color on #5A8BBE background.