COLOR #5987BC

HEX: #5987BC
RGB: (89,135,188)

Color info

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

RGB color model

#5987BC color RGB value is (89,135,188).

  • red value is 89;
  • green value is 135;
  • blue value is 188.
RGB:
(89,135,188)
(35%,53%,74%)

RGB channels and saturation

R 89 of 255 = 35%
G 135 of 255 = 53%
B 188 of 255 = 74%

89
135
188

R + G + B ~ 54%. #5987BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 135 + 188 = 412 (100%)
R 89 of 412 ~ 21.6%
G 135 of 412 ~ 32.77%
B 188 of 412 ~ 45.63%

%21.6
%32.77
%45.63

CMYK color model

#5987BC color CMYK value is (53,28,0,26).

  • cyan value is 52.66%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(53,28,0,26)
C53M28Y0K26 
(53%,28%,0%,26%)
(0.53/0.28/0.00/0.26)	

CMYK percentages

%52.66
%28.19
%0
%26.27

Codes

Color #5987BC in popluar color models

5987BC
RGB89135188
HSL212°42.49%54.31%
HSB/HSV212°52.66%73.73%
CMYK52.66%28.19%0.00%
26.27%

Color #5987BC in popluar number systems.

HEX5987BC
Decimal89135188
Binary10110011000011110111100
Octal131207274

Shades and tints

Shades of #5987BC

#5987BC
(89,135,188)
#517BAB
(81,123,171)
#496F9A
(73,111,154)
#416389
(65,99,137)
#395778
(57,87,120)
#314B67
(49,75,103)
#293F56
(41,63,86)
#213345
(33,51,69)
#192734
(25,39,52)
#111B23
(17,27,35)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #5987BC

#5987BC
(89,135,188)
#6891C2
(104,145,194)
#779BC8
(119,155,200)
#86A5CE
(134,165,206)
#95AFD4
(149,175,212)
#A4B9DA
(164,185,218)
#B3C3E0
(179,195,224)
#C2CDE6
(194,205,230)
#D1D7EC
(209,215,236)
#E0E1F2
(224,225,242)
#EFEBF8
(239,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5987BC color. Also use rgb(89,135,188) instead hex code.

Text Font Color

.myTextColor { color: #5987BC; }

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

This text font color is #5987BC.


Background Color

.myBgColor { background-color: #5987BC; }

<div style="background-color:#5987BC">Inner text</div>

This div background color is #5987BC.


Border color

.myBorderColor { border: 1px solid #5987BC; }

<div style="border:3px solid #5987BC">Div</div>

This div border color is #5987BC.


Opacity

.myOpacity80 { color: #5987BC; opacity: 0.8; }

<p style="color:#5987BC;opacity:0.8;">80%</p>

Text with #5987BC 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 #5987BC;}

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

This text has shadow with #5987BC color.

.textShadow {text-shadow: 3px 3px 1px #5987BC, 3px 3px 1px red;}

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

This text has shadow with #5987BC primary color and red secondary color.


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

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

This text has shadow with #5987BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5987BC on black background.


Color preview on white background

This text has color #5987BC on white background.



Black color preview on #5987BC background

This text has black color on #5987BC background.


White color preview on #5987BC background

This text has white color on #5987BC background.