COLOR #5687A1

HEX: #5687A1
RGB: (86,135,161)

Color info

#5687A1 contains mainly green and blue colors. Web safe color of #5687A1 is #669999 (or #699).

RGB color model

#5687A1 color RGB value is (86,135,161).

  • red value is 86;
  • green value is 135;
  • blue value is 161.
RGB:
(86,135,161)
(34%,53%,63%)

RGB channels and saturation

R 86 of 255 = 34%
G 135 of 255 = 53%
B 161 of 255 = 63%

86
135
161

R + G + B ~ 50%. #5687A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 135 + 161 = 382 (100%)
R 86 of 382 ~ 22.51%
G 135 of 382 ~ 35.34%
B 161 of 382 ~ 42.15%

%22.51
%35.34
%42.15

CMYK color model

#5687A1 color CMYK value is (47,16,0,37).

  • cyan value is 46.58%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(47,16,0,37)
C47M16Y0K37 
(47%,16%,0%,37%)
(0.47/0.16/0.00/0.37)	

CMYK percentages

%46.58
%16.15
%0
%36.86

Codes

Color #5687A1 in popluar color models

5687A1
RGB86135161
HSL201°30.36%48.43%
HSB/HSV201°46.58%63.14%
CMYK46.58%16.15%0.00%
36.86%

Color #5687A1 in popluar number systems.

HEX5687A1
Decimal86135161
Binary10101101000011110100001
Octal126207241

Shades and tints

Shades of #5687A1

#5687A1
(86,135,161)
#4F7B93
(79,123,147)
#486F85
(72,111,133)
#416377
(65,99,119)
#3A5769
(58,87,105)
#334B5B
(51,75,91)
#2C3F4D
(44,63,77)
#25333F
(37,51,63)
#1E2731
(30,39,49)
#171B23
(23,27,35)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #5687A1

#5687A1
(86,135,161)
#6591A9
(101,145,169)
#749BB1
(116,155,177)
#83A5B9
(131,165,185)
#92AFC1
(146,175,193)
#A1B9C9
(161,185,201)
#B0C3D1
(176,195,209)
#BFCDD9
(191,205,217)
#CED7E1
(206,215,225)
#DDE1E9
(221,225,233)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5687A1 color. Also use rgb(86,135,161) instead hex code.

Text Font Color

.myTextColor { color: #5687A1; }

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

This text font color is #5687A1.


Background Color

.myBgColor { background-color: #5687A1; }

<div style="background-color:#5687A1">Inner text</div>

This div background color is #5687A1.


Border color

.myBorderColor { border: 1px solid #5687A1; }

<div style="border:3px solid #5687A1">Div</div>

This div border color is #5687A1.


Opacity

.myOpacity80 { color: #5687A1; opacity: 0.8; }

<p style="color:#5687A1;opacity:0.8;">80%</p>

Text with #5687A1 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 #5687A1;}

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

This text has shadow with #5687A1 color.

.textShadow {text-shadow: 3px 3px 1px #5687A1, 3px 3px 1px red;}

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

This text has shadow with #5687A1 primary color and red secondary color.


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

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

This text has shadow with #5687A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5687A1 on black background.


Color preview on white background

This text has color #5687A1 on white background.



Black color preview on #5687A1 background

This text has black color on #5687A1 background.


White color preview on #5687A1 background

This text has white color on #5687A1 background.