COLOR #5597CB

HEX: #5597CB
RGB: (85,151,203)

Color info

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

RGB color model

#5597CB color RGB value is (85,151,203).

  • red value is 85;
  • green value is 151;
  • blue value is 203.
RGB:
(85,151,203)
(33%,59%,80%)

RGB channels and saturation

R 85 of 255 = 33%
G 151 of 255 = 59%
B 203 of 255 = 80%

85
151
203

R + G + B ~ 57%. #5597CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 151 + 203 = 439 (100%)
R 85 of 439 ~ 19.36%
G 151 of 439 ~ 34.4%
B 203 of 439 ~ 46.24%

%19.36
%34.4
%46.24

CMYK color model

#5597CB color CMYK value is (58,26,0,20).

  • cyan value is 58.13%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(58,26,0,20)
C58M26Y0K20 
(58%,26%,0%,20%)
(0.58/0.26/0.00/0.20)	

CMYK percentages

%58.13
%25.62
%0
%20.39

Codes

Color #5597CB in popluar color models

5597CB
RGB85151203
HSL206°53.15%56.47%
HSB/HSV206°58.13%79.61%
CMYK58.13%25.62%0.00%
20.39%

Color #5597CB in popluar number systems.

HEX5597CB
Decimal85151203
Binary10101011001011111001011
Octal125227313

Shades and tints

Shades of #5597CB

#5597CB
(85,151,203)
#4E8AB9
(78,138,185)
#477DA7
(71,125,167)
#407095
(64,112,149)
#396383
(57,99,131)
#325671
(50,86,113)
#2B495F
(43,73,95)
#243C4D
(36,60,77)
#1D2F3B
(29,47,59)
#162229
(22,34,41)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #5597CB

#5597CB
(85,151,203)
#64A0CF
(100,160,207)
#73A9D3
(115,169,211)
#82B2D7
(130,178,215)
#91BBDB
(145,187,219)
#A0C4DF
(160,196,223)
#AFCDE3
(175,205,227)
#BED6E7
(190,214,231)
#CDDFEB
(205,223,235)
#DCE8EF
(220,232,239)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5597CB color. Also use rgb(85,151,203) instead hex code.

Text Font Color

.myTextColor { color: #5597CB; }

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

This text font color is #5597CB.


Background Color

.myBgColor { background-color: #5597CB; }

<div style="background-color:#5597CB">Inner text</div>

This div background color is #5597CB.


Border color

.myBorderColor { border: 1px solid #5597CB; }

<div style="border:3px solid #5597CB">Div</div>

This div border color is #5597CB.


Opacity

.myOpacity80 { color: #5597CB; opacity: 0.8; }

<p style="color:#5597CB;opacity:0.8;">80%</p>

Text with #5597CB 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 #5597CB;}

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

This text has shadow with #5597CB color.

.textShadow {text-shadow: 3px 3px 1px #5597CB, 3px 3px 1px red;}

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

This text has shadow with #5597CB primary color and red secondary color.


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

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

This text has shadow with #5597CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5597CB on black background.


Color preview on white background

This text has color #5597CB on white background.



Black color preview on #5597CB background

This text has black color on #5597CB background.


White color preview on #5597CB background

This text has white color on #5597CB background.