COLOR #5A8CD3

HEX: #5A8CD3
RGB: (90,140,211)

Color info

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

RGB color model

#5A8CD3 color RGB value is (90,140,211).

  • red value is 90;
  • green value is 140;
  • blue value is 211.
RGB:
(90,140,211)
(35%,55%,83%)

RGB channels and saturation

R 90 of 255 = 35%
G 140 of 255 = 55%
B 211 of 255 = 83%

90
140
211

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

Portions of RGB colors in percentages

R + G + B =
90 + 140 + 211 = 441 (100%)
R 90 of 441 ~ 20.41%
G 140 of 441 ~ 31.75%
B 211 of 441 ~ 47.85%

%20.41
%31.75
%47.85

CMYK color model

#5A8CD3 color CMYK value is (57,34,0,17).

  • cyan value is 57.35%
  • magenta value is 33.65%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(57,34,0,17)
C57M34Y0K17 
(57%,34%,0%,17%)
(0.57/0.34/0.00/0.17)	

CMYK percentages

%57.35
%33.65
%0
%17.25

Codes

Color #5A8CD3 in popluar color models

5A8CD3
RGB90140211
HSL215°57.89%59.02%
HSB/HSV215°57.35%82.75%
CMYK57.35%33.65%0.00%
17.25%

Color #5A8CD3 in popluar number systems.

HEX5A8CD3
Decimal90140211
Binary10110101000110011010011
Octal132214323

Shades and tints

Shades of #5A8CD3

#5A8CD3
(90,140,211)
#5280C0
(82,128,192)
#4A74AD
(74,116,173)
#42689A
(66,104,154)
#3A5C87
(58,92,135)
#325074
(50,80,116)
#2A4461
(42,68,97)
#22384E
(34,56,78)
#1A2C3B
(26,44,59)
#122028
(18,32,40)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #5A8CD3

#5A8CD3
(90,140,211)
#6996D7
(105,150,215)
#78A0DB
(120,160,219)
#87AADF
(135,170,223)
#96B4E3
(150,180,227)
#A5BEE7
(165,190,231)
#B4C8EB
(180,200,235)
#C3D2EF
(195,210,239)
#D2DCF3
(210,220,243)
#E1E6F7
(225,230,247)
#F0F0FB
(240,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8CD3 color. Also use rgb(90,140,211) instead hex code.

Text Font Color

.myTextColor { color: #5A8CD3; }

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

This text font color is #5A8CD3.


Background Color

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

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

This div background color is #5A8CD3.


Border color

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

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

This div border color is #5A8CD3.


Opacity

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

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

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

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

This text has shadow with #5A8CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8CD3 on black background.


Color preview on white background

This text has color #5A8CD3 on white background.



Black color preview on #5A8CD3 background

This text has black color on #5A8CD3 background.


White color preview on #5A8CD3 background

This text has white color on #5A8CD3 background.