COLOR #5A87E1

HEX: #5A87E1
RGB: (90,135,225)

Color info

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

RGB color model

#5A87E1 color RGB value is (90,135,225).

  • red value is 90;
  • green value is 135;
  • blue value is 225.
RGB:
(90,135,225)
(35%,53%,88%)

RGB channels and saturation

R 90 of 255 = 35%
G 135 of 255 = 53%
B 225 of 255 = 88%

90
135
225

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

Portions of RGB colors in percentages

R + G + B =
90 + 135 + 225 = 450 (100%)
R 90 of 450 ~ 20%
G 135 of 450 ~ 30%
B 225 of 450 ~ 50%

%20
%30
%50

CMYK color model

#5A87E1 color CMYK value is (60,40,0,12).

  • cyan value is 60.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(60,40,0,12)
C60M40Y0K12 
(60%,40%,0%,12%)
(0.60/0.40/0.00/0.12)	

CMYK percentages

%60
%40
%0
%11.76

Codes

Color #5A87E1 in popluar color models

5A87E1
RGB90135225
HSL220°69.23%61.76%
HSB/HSV220°60.00%88.24%
CMYK60.00%40.00%0.00%
11.76%

Color #5A87E1 in popluar number systems.

HEX5A87E1
Decimal90135225
Binary10110101000011111100001
Octal132207341

Shades and tints

Shades of #5A87E1

#5A87E1
(90,135,225)
#527BCD
(82,123,205)
#4A6FB9
(74,111,185)
#4263A5
(66,99,165)
#3A5791
(58,87,145)
#324B7D
(50,75,125)
#2A3F69
(42,63,105)
#223355
(34,51,85)
#1A2741
(26,39,65)
#121B2D
(18,27,45)
#0A0F19
(10,15,25)
#000000
(0,0,0)

Tints of #5A87E1

#5A87E1
(90,135,225)
#6991E3
(105,145,227)
#789BE5
(120,155,229)
#87A5E7
(135,165,231)
#96AFE9
(150,175,233)
#A5B9EB
(165,185,235)
#B4C3ED
(180,195,237)
#C3CDEF
(195,205,239)
#D2D7F1
(210,215,241)
#E1E1F3
(225,225,243)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A87E1 color. Also use rgb(90,135,225) instead hex code.

Text Font Color

.myTextColor { color: #5A87E1; }

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

This text font color is #5A87E1.


Background Color

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

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

This div background color is #5A87E1.


Border color

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

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

This div border color is #5A87E1.


Opacity

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

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

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

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

This text has shadow with #5A87E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A87E1 on black background.


Color preview on white background

This text has color #5A87E1 on white background.



Black color preview on #5A87E1 background

This text has black color on #5A87E1 background.


White color preview on #5A87E1 background

This text has white color on #5A87E1 background.