COLOR #5A97CF

HEX: #5A97CF
RGB: (90,151,207)

Color info

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

RGB color model

#5A97CF color RGB value is (90,151,207).

  • red value is 90;
  • green value is 151;
  • blue value is 207.
RGB:
(90,151,207)
(35%,59%,81%)

RGB channels and saturation

R 90 of 255 = 35%
G 151 of 255 = 59%
B 207 of 255 = 81%

90
151
207

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

Portions of RGB colors in percentages

R + G + B =
90 + 151 + 207 = 448 (100%)
R 90 of 448 ~ 20.09%
G 151 of 448 ~ 33.71%
B 207 of 448 ~ 46.21%

%20.09
%33.71
%46.21

CMYK color model

#5A97CF color CMYK value is (57,27,0,19).

  • cyan value is 56.52%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(57,27,0,19)
C57M27Y0K19 
(57%,27%,0%,19%)
(0.57/0.27/0.00/0.19)	

CMYK percentages

%56.52
%27.05
%0
%18.82

Codes

Color #5A97CF in popluar color models

5A97CF
RGB90151207
HSL209°54.93%58.24%
HSB/HSV209°56.52%81.18%
CMYK56.52%27.05%0.00%
18.82%

Color #5A97CF in popluar number systems.

HEX5A97CF
Decimal90151207
Binary10110101001011111001111
Octal132227317

Shades and tints

Shades of #5A97CF

#5A97CF
(90,151,207)
#528ABD
(82,138,189)
#4A7DAB
(74,125,171)
#427099
(66,112,153)
#3A6387
(58,99,135)
#325675
(50,86,117)
#2A4963
(42,73,99)
#223C51
(34,60,81)
#1A2F3F
(26,47,63)
#12222D
(18,34,45)
#0A151B
(10,21,27)
#000000
(0,0,0)

Tints of #5A97CF

#5A97CF
(90,151,207)
#69A0D3
(105,160,211)
#78A9D7
(120,169,215)
#87B2DB
(135,178,219)
#96BBDF
(150,187,223)
#A5C4E3
(165,196,227)
#B4CDE7
(180,205,231)
#C3D6EB
(195,214,235)
#D2DFEF
(210,223,239)
#E1E8F3
(225,232,243)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A97CF color. Also use rgb(90,151,207) instead hex code.

Text Font Color

.myTextColor { color: #5A97CF; }

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

This text font color is #5A97CF.


Background Color

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

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

This div background color is #5A97CF.


Border color

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

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

This div border color is #5A97CF.


Opacity

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

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

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

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

This text has shadow with #5A97CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A97CF on black background.


Color preview on white background

This text has color #5A97CF on white background.



Black color preview on #5A97CF background

This text has black color on #5A97CF background.


White color preview on #5A97CF background

This text has white color on #5A97CF background.