COLOR #5D87BF

HEX: #5D87BF
RGB: (93,135,191)

Color info

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

RGB color model

#5D87BF color RGB value is (93,135,191).

  • red value is 93;
  • green value is 135;
  • blue value is 191.
RGB:
(93,135,191)
(36%,53%,75%)

RGB channels and saturation

R 93 of 255 = 36%
G 135 of 255 = 53%
B 191 of 255 = 75%

93
135
191

R + G + B ~ 55%. #5D87BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 135 + 191 = 419 (100%)
R 93 of 419 ~ 22.2%
G 135 of 419 ~ 32.22%
B 191 of 419 ~ 45.58%

%22.2
%32.22
%45.58

CMYK color model

#5D87BF color CMYK value is (51,29,0,25).

  • cyan value is 51.31%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(51,29,0,25)
C51M29Y0K25 
(51%,29%,0%,25%)
(0.51/0.29/0.00/0.25)	

CMYK percentages

%51.31
%29.32
%0
%25.1

Codes

Color #5D87BF in popluar color models

5D87BF
RGB93135191
HSL214°43.36%55.69%
HSB/HSV214°51.31%74.90%
CMYK51.31%29.32%0.00%
25.10%

Color #5D87BF in popluar number systems.

HEX5D87BF
Decimal93135191
Binary10111011000011110111111
Octal135207277

Shades and tints

Shades of #5D87BF

#5D87BF
(93,135,191)
#557BAE
(85,123,174)
#4D6F9D
(77,111,157)
#45638C
(69,99,140)
#3D577B
(61,87,123)
#354B6A
(53,75,106)
#2D3F59
(45,63,89)
#253348
(37,51,72)
#1D2737
(29,39,55)
#151B26
(21,27,38)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #5D87BF

#5D87BF
(93,135,191)
#6B91C4
(107,145,196)
#799BC9
(121,155,201)
#87A5CE
(135,165,206)
#95AFD3
(149,175,211)
#A3B9D8
(163,185,216)
#B1C3DD
(177,195,221)
#BFCDE2
(191,205,226)
#CDD7E7
(205,215,231)
#DBE1EC
(219,225,236)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D87BF color. Also use rgb(93,135,191) instead hex code.

Text Font Color

.myTextColor { color: #5D87BF; }

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

This text font color is #5D87BF.


Background Color

.myBgColor { background-color: #5D87BF; }

<div style="background-color:#5D87BF">Inner text</div>

This div background color is #5D87BF.


Border color

.myBorderColor { border: 1px solid #5D87BF; }

<div style="border:3px solid #5D87BF">Div</div>

This div border color is #5D87BF.


Opacity

.myOpacity80 { color: #5D87BF; opacity: 0.8; }

<p style="color:#5D87BF;opacity:0.8;">80%</p>

Text with #5D87BF 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 #5D87BF;}

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

This text has shadow with #5D87BF color.

.textShadow {text-shadow: 3px 3px 1px #5D87BF, 3px 3px 1px red;}

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

This text has shadow with #5D87BF primary color and red secondary color.


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

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

This text has shadow with #5D87BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D87BF on black background.


Color preview on white background

This text has color #5D87BF on white background.



Black color preview on #5D87BF background

This text has black color on #5D87BF background.


White color preview on #5D87BF background

This text has white color on #5D87BF background.