COLOR #5887CB

HEX: #5887CB
RGB: (88,135,203)

Color info

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

RGB color model

#5887CB color RGB value is (88,135,203).

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

RGB channels and saturation

R 88 of 255 = 35%
G 135 of 255 = 53%
B 203 of 255 = 80%

88
135
203

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

Portions of RGB colors in percentages

R + G + B =
88 + 135 + 203 = 426 (100%)
R 88 of 426 ~ 20.66%
G 135 of 426 ~ 31.69%
B 203 of 426 ~ 47.65%

%20.66
%31.69
%47.65

CMYK color model

#5887CB color CMYK value is (57,33,0,20).

  • cyan value is 56.65%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(57,33,0,20)
C57M33Y0K20 
(57%,33%,0%,20%)
(0.57/0.33/0.00/0.20)	

CMYK percentages

%56.65
%33.5
%0
%20.39

Codes

Color #5887CB in popluar color models

5887CB
RGB88135203
HSL215°52.51%57.06%
HSB/HSV215°56.65%79.61%
CMYK56.65%33.50%0.00%
20.39%

Color #5887CB in popluar number systems.

HEX5887CB
Decimal88135203
Binary10110001000011111001011
Octal130207313

Shades and tints

Shades of #5887CB

#5887CB
(88,135,203)
#507BB9
(80,123,185)
#486FA7
(72,111,167)
#406395
(64,99,149)
#385783
(56,87,131)
#304B71
(48,75,113)
#283F5F
(40,63,95)
#20334D
(32,51,77)
#18273B
(24,39,59)
#101B29
(16,27,41)
#080F17
(8,15,23)
#000000
(0,0,0)

Tints of #5887CB

#5887CB
(88,135,203)
#6791CF
(103,145,207)
#769BD3
(118,155,211)
#85A5D7
(133,165,215)
#94AFDB
(148,175,219)
#A3B9DF
(163,185,223)
#B2C3E3
(178,195,227)
#C1CDE7
(193,205,231)
#D0D7EB
(208,215,235)
#DFE1EF
(223,225,239)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5887CB color. Also use rgb(88,135,203) instead hex code.

Text Font Color

.myTextColor { color: #5887CB; }

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

This text font color is #5887CB.


Background Color

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

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

This div background color is #5887CB.


Border color

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

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

This div border color is #5887CB.


Opacity

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

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

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

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

This text has shadow with #5887CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5887CB on black background.


Color preview on white background

This text has color #5887CB on white background.



Black color preview on #5887CB background

This text has black color on #5887CB background.


White color preview on #5887CB background

This text has white color on #5887CB background.