COLOR #5897CF

HEX: #5897CF
RGB: (88,151,207)

Color info

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

RGB color model

#5897CF color RGB value is (88,151,207).

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

RGB channels and saturation

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

88
151
207

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

Portions of RGB colors in percentages

R + G + B =
88 + 151 + 207 = 446 (100%)
R 88 of 446 ~ 19.73%
G 151 of 446 ~ 33.86%
B 207 of 446 ~ 46.41%

%19.73
%33.86
%46.41

CMYK color model

#5897CF color CMYK value is (57,27,0,19).

  • cyan value is 57.49%
  • 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

%57.49
%27.05
%0
%18.82

Codes

Color #5897CF in popluar color models

5897CF
RGB88151207
HSL208°55.35%57.84%
HSB/HSV208°57.49%81.18%
CMYK57.49%27.05%0.00%
18.82%

Color #5897CF in popluar number systems.

HEX5897CF
Decimal88151207
Binary10110001001011111001111
Octal130227317

Shades and tints

Shades of #5897CF

#5897CF
(88,151,207)
#508ABD
(80,138,189)
#487DAB
(72,125,171)
#407099
(64,112,153)
#386387
(56,99,135)
#305675
(48,86,117)
#284963
(40,73,99)
#203C51
(32,60,81)
#182F3F
(24,47,63)
#10222D
(16,34,45)
#08151B
(8,21,27)
#000000
(0,0,0)

Tints of #5897CF

#5897CF
(88,151,207)
#67A0D3
(103,160,211)
#76A9D7
(118,169,215)
#85B2DB
(133,178,219)
#94BBDF
(148,187,223)
#A3C4E3
(163,196,227)
#B2CDE7
(178,205,231)
#C1D6EB
(193,214,235)
#D0DFEF
(208,223,239)
#DFE8F3
(223,232,243)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5897CF color. Also use rgb(88,151,207) instead hex code.

Text Font Color

.myTextColor { color: #5897CF; }

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

This text font color is #5897CF.


Background Color

.myBgColor { background-color: #5897CF; }

<div style="background-color:#5897CF">Inner text</div>

This div background color is #5897CF.


Border color

.myBorderColor { border: 1px solid #5897CF; }

<div style="border:3px solid #5897CF">Div</div>

This div border color is #5897CF.


Opacity

.myOpacity80 { color: #5897CF; opacity: 0.8; }

<p style="color:#5897CF;opacity:0.8;">80%</p>

Text with #5897CF 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 #5897CF;}

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

This text has shadow with #5897CF color.

.textShadow {text-shadow: 3px 3px 1px #5897CF, 3px 3px 1px red;}

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

This text has shadow with #5897CF primary color and red secondary color.


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

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

This text has shadow with #5897CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5897CF on black background.


Color preview on white background

This text has color #5897CF on white background.



Black color preview on #5897CF background

This text has black color on #5897CF background.


White color preview on #5897CF background

This text has white color on #5897CF background.