COLOR #5F86A4

HEX: #5F86A4
RGB: (95,134,164)

Color info

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

RGB color model

#5F86A4 color RGB value is (95,134,164).

  • red value is 95;
  • green value is 134;
  • blue value is 164.
RGB:
(95,134,164)
(37%,53%,64%)

RGB channels and saturation

R 95 of 255 = 37%
G 134 of 255 = 53%
B 164 of 255 = 64%

95
134
164

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

Portions of RGB colors in percentages

R + G + B =
95 + 134 + 164 = 393 (100%)
R 95 of 393 ~ 24.17%
G 134 of 393 ~ 34.1%
B 164 of 393 ~ 41.73%

%24.17
%34.1
%41.73

CMYK color model

#5F86A4 color CMYK value is (42,18,0,36).

  • cyan value is 42.07%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(42,18,0,36)
C42M18Y0K36 
(42%,18%,0%,36%)
(0.42/0.18/0.00/0.36)	

CMYK percentages

%42.07
%18.29
%0
%35.69

Codes

Color #5F86A4 in popluar color models

5F86A4
RGB95134164
HSL206°27.49%50.78%
HSB/HSV206°42.07%64.31%
CMYK42.07%18.29%0.00%
35.69%

Color #5F86A4 in popluar number systems.

HEX5F86A4
Decimal95134164
Binary10111111000011010100100
Octal137206244

Shades and tints

Shades of #5F86A4

#5F86A4
(95,134,164)
#577A96
(87,122,150)
#4F6E88
(79,110,136)
#47627A
(71,98,122)
#3F566C
(63,86,108)
#374A5E
(55,74,94)
#2F3E50
(47,62,80)
#273242
(39,50,66)
#1F2634
(31,38,52)
#171A26
(23,26,38)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #5F86A4

#5F86A4
(95,134,164)
#6D91AC
(109,145,172)
#7B9CB4
(123,156,180)
#89A7BC
(137,167,188)
#97B2C4
(151,178,196)
#A5BDCC
(165,189,204)
#B3C8D4
(179,200,212)
#C1D3DC
(193,211,220)
#CFDEE4
(207,222,228)
#DDE9EC
(221,233,236)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F86A4 color. Also use rgb(95,134,164) instead hex code.

Text Font Color

.myTextColor { color: #5F86A4; }

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

This text font color is #5F86A4.


Background Color

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

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

This div background color is #5F86A4.


Border color

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

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

This div border color is #5F86A4.


Opacity

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

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

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

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

This text has shadow with #5F86A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F86A4 on black background.


Color preview on white background

This text has color #5F86A4 on white background.



Black color preview on #5F86A4 background

This text has black color on #5F86A4 background.


White color preview on #5F86A4 background

This text has white color on #5F86A4 background.