COLOR #5987CA

HEX: #5987CA
RGB: (89,135,202)

Color info

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

RGB color model

#5987CA color RGB value is (89,135,202).

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

RGB channels and saturation

R 89 of 255 = 35%
G 135 of 255 = 53%
B 202 of 255 = 79%

89
135
202

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

Portions of RGB colors in percentages

R + G + B =
89 + 135 + 202 = 426 (100%)
R 89 of 426 ~ 20.89%
G 135 of 426 ~ 31.69%
B 202 of 426 ~ 47.42%

%20.89
%31.69
%47.42

CMYK color model

#5987CA color CMYK value is (56,33,0,21).

  • cyan value is 55.94%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(56,33,0,21)
C56M33Y0K21 
(56%,33%,0%,21%)
(0.56/0.33/0.00/0.21)	

CMYK percentages

%55.94
%33.17
%0
%20.78

Codes

Color #5987CA in popluar color models

5987CA
RGB89135202
HSL216°51.60%57.06%
HSB/HSV216°55.94%79.22%
CMYK55.94%33.17%0.00%
20.78%

Color #5987CA in popluar number systems.

HEX5987CA
Decimal89135202
Binary10110011000011111001010
Octal131207312

Shades and tints

Shades of #5987CA

#5987CA
(89,135,202)
#517BB8
(81,123,184)
#496FA6
(73,111,166)
#416394
(65,99,148)
#395782
(57,87,130)
#314B70
(49,75,112)
#293F5E
(41,63,94)
#21334C
(33,51,76)
#19273A
(25,39,58)
#111B28
(17,27,40)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #5987CA

#5987CA
(89,135,202)
#6891CE
(104,145,206)
#779BD2
(119,155,210)
#86A5D6
(134,165,214)
#95AFDA
(149,175,218)
#A4B9DE
(164,185,222)
#B3C3E2
(179,195,226)
#C2CDE6
(194,205,230)
#D1D7EA
(209,215,234)
#E0E1EE
(224,225,238)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5987CA; }

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

This text font color is #5987CA.


Background Color

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

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

This div background color is #5987CA.


Border color

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

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

This div border color is #5987CA.


Opacity

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

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

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

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

This text has shadow with #5987CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5987CA on black background.


Color preview on white background

This text has color #5987CA on white background.



Black color preview on #5987CA background

This text has black color on #5987CA background.


White color preview on #5987CA background

This text has white color on #5987CA background.