COLOR #5A8ACE

HEX: #5A8ACE
RGB: (90,138,206)

Color info

#5A8ACE contains mainly blue color. Web safe color of #5A8ACE is #6699CC (or #69C).

RGB color model

#5A8ACE color RGB value is (90,138,206).

  • red value is 90;
  • green value is 138;
  • blue value is 206.
RGB:
(90,138,206)
(35%,54%,81%)

RGB channels and saturation

R 90 of 255 = 35%
G 138 of 255 = 54%
B 206 of 255 = 81%

90
138
206

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

Portions of RGB colors in percentages

R + G + B =
90 + 138 + 206 = 434 (100%)
R 90 of 434 ~ 20.74%
G 138 of 434 ~ 31.8%
B 206 of 434 ~ 47.47%

%20.74
%31.8
%47.47

CMYK color model

#5A8ACE color CMYK value is (56,33,0,19).

  • cyan value is 56.31%
  • magenta value is 33.01%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(56,33,0,19)
C56M33Y0K19 
(56%,33%,0%,19%)
(0.56/0.33/0.00/0.19)	

CMYK percentages

%56.31
%33.01
%0
%19.22

Codes

Color #5A8ACE in popluar color models

5A8ACE
RGB90138206
HSL215°54.21%58.04%
HSB/HSV215°56.31%80.78%
CMYK56.31%33.01%0.00%
19.22%

Color #5A8ACE in popluar number systems.

HEX5A8ACE
Decimal90138206
Binary10110101000101011001110
Octal132212316

Shades and tints

Shades of #5A8ACE

#5A8ACE
(90,138,206)
#527EBC
(82,126,188)
#4A72AA
(74,114,170)
#426698
(66,102,152)
#3A5A86
(58,90,134)
#324E74
(50,78,116)
#2A4262
(42,66,98)
#223650
(34,54,80)
#1A2A3E
(26,42,62)
#121E2C
(18,30,44)
#0A121A
(10,18,26)
#000000
(0,0,0)

Tints of #5A8ACE

#5A8ACE
(90,138,206)
#6994D2
(105,148,210)
#789ED6
(120,158,214)
#87A8DA
(135,168,218)
#96B2DE
(150,178,222)
#A5BCE2
(165,188,226)
#B4C6E6
(180,198,230)
#C3D0EA
(195,208,234)
#D2DAEE
(210,218,238)
#E1E4F2
(225,228,242)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8ACE color. Also use rgb(90,138,206) instead hex code.

Text Font Color

.myTextColor { color: #5A8ACE; }

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

This text font color is #5A8ACE.


Background Color

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

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

This div background color is #5A8ACE.


Border color

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

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

This div border color is #5A8ACE.


Opacity

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

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

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

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

This text has shadow with #5A8ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8ACE on black background.


Color preview on white background

This text has color #5A8ACE on white background.



Black color preview on #5A8ACE background

This text has black color on #5A8ACE background.


White color preview on #5A8ACE background

This text has white color on #5A8ACE background.