COLOR #5897CA

HEX: #5897CA
RGB: (88,151,202)

Color info

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

RGB color model

#5897CA color RGB value is (88,151,202).

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

RGB channels and saturation

R 88 of 255 = 35%
G 151 of 255 = 59%
B 202 of 255 = 79%

88
151
202

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

Portions of RGB colors in percentages

R + G + B =
88 + 151 + 202 = 441 (100%)
R 88 of 441 ~ 19.95%
G 151 of 441 ~ 34.24%
B 202 of 441 ~ 45.8%

%19.95
%34.24
%45.8

CMYK color model

#5897CA color CMYK value is (56,25,0,21).

  • cyan value is 56.44%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(56,25,0,21)
C56M25Y0K21 
(56%,25%,0%,21%)
(0.56/0.25/0.00/0.21)	

CMYK percentages

%56.44
%25.25
%0
%20.78

Codes

Color #5897CA in popluar color models

5897CA
RGB88151202
HSL207°51.82%56.86%
HSB/HSV207°56.44%79.22%
CMYK56.44%25.25%0.00%
20.78%

Color #5897CA in popluar number systems.

HEX5897CA
Decimal88151202
Binary10110001001011111001010
Octal130227312

Shades and tints

Shades of #5897CA

#5897CA
(88,151,202)
#508AB8
(80,138,184)
#487DA6
(72,125,166)
#407094
(64,112,148)
#386382
(56,99,130)
#305670
(48,86,112)
#28495E
(40,73,94)
#203C4C
(32,60,76)
#182F3A
(24,47,58)
#102228
(16,34,40)
#081516
(8,21,22)
#000000
(0,0,0)

Tints of #5897CA

#5897CA
(88,151,202)
#67A0CE
(103,160,206)
#76A9D2
(118,169,210)
#85B2D6
(133,178,214)
#94BBDA
(148,187,218)
#A3C4DE
(163,196,222)
#B2CDE2
(178,205,226)
#C1D6E6
(193,214,230)
#D0DFEA
(208,223,234)
#DFE8EE
(223,232,238)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5897CA; }

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

This text font color is #5897CA.


Background Color

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

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

This div background color is #5897CA.


Border color

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

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

This div border color is #5897CA.


Opacity

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

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

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

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

This text has shadow with #5897CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5897CA on black background.


Color preview on white background

This text has color #5897CA on white background.



Black color preview on #5897CA background

This text has black color on #5897CA background.


White color preview on #5897CA background

This text has white color on #5897CA background.