COLOR #5A8DBA

HEX: #5A8DBA
RGB: (90,141,186)

Color info

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

RGB color model

#5A8DBA color RGB value is (90,141,186).

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

RGB channels and saturation

R 90 of 255 = 35%
G 141 of 255 = 55%
B 186 of 255 = 73%

90
141
186

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

Portions of RGB colors in percentages

R + G + B =
90 + 141 + 186 = 417 (100%)
R 90 of 417 ~ 21.58%
G 141 of 417 ~ 33.81%
B 186 of 417 ~ 44.6%

%21.58
%33.81
%44.6

CMYK color model

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

  • cyan value is 51.61%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(52,24,0,27)
C52M24Y0K27 
(52%,24%,0%,27%)
(0.52/0.24/0.00/0.27)	

CMYK percentages

%51.61
%24.19
%0
%27.06

Codes

Color #5A8DBA in popluar color models

5A8DBA
RGB90141186
HSL208°41.03%54.12%
HSB/HSV208°51.61%72.94%
CMYK51.61%24.19%0.00%
27.06%

Color #5A8DBA in popluar number systems.

HEX5A8DBA
Decimal90141186
Binary10110101000110110111010
Octal132215272

Shades and tints

Shades of #5A8DBA

#5A8DBA
(90,141,186)
#5281AA
(82,129,170)
#4A759A
(74,117,154)
#42698A
(66,105,138)
#3A5D7A
(58,93,122)
#32516A
(50,81,106)
#2A455A
(42,69,90)
#22394A
(34,57,74)
#1A2D3A
(26,45,58)
#12212A
(18,33,42)
#0A151A
(10,21,26)
#000000
(0,0,0)

Tints of #5A8DBA

#5A8DBA
(90,141,186)
#6997C0
(105,151,192)
#78A1C6
(120,161,198)
#87ABCC
(135,171,204)
#96B5D2
(150,181,210)
#A5BFD8
(165,191,216)
#B4C9DE
(180,201,222)
#C3D3E4
(195,211,228)
#D2DDEA
(210,221,234)
#E1E7F0
(225,231,240)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A8DBA; }

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

This text font color is #5A8DBA.


Background Color

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

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

This div background color is #5A8DBA.


Border color

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

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

This div border color is #5A8DBA.


Opacity

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

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

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

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

This text has shadow with #5A8DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8DBA on black background.


Color preview on white background

This text has color #5A8DBA on white background.



Black color preview on #5A8DBA background

This text has black color on #5A8DBA background.


White color preview on #5A8DBA background

This text has white color on #5A8DBA background.