COLOR #5FA9BF

HEX: #5FA9BF
RGB: (95,169,191)

Color info

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

RGB color model

#5FA9BF color RGB value is (95,169,191).

  • red value is 95;
  • green value is 169;
  • blue value is 191.
RGB:
(95,169,191)
(37%,66%,75%)

RGB channels and saturation

R 95 of 255 = 37%
G 169 of 255 = 66%
B 191 of 255 = 75%

95
169
191

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

Portions of RGB colors in percentages

R + G + B =
95 + 169 + 191 = 455 (100%)
R 95 of 455 ~ 20.88%
G 169 of 455 ~ 37.14%
B 191 of 455 ~ 41.98%

%20.88
%37.14
%41.98

CMYK color model

#5FA9BF color CMYK value is (50,12,0,25).

  • cyan value is 50.26%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(50,12,0,25)
C50M12Y0K25 
(50%,12%,0%,25%)
(0.50/0.12/0.00/0.25)	

CMYK percentages

%50.26
%11.52
%0
%25.1

Codes

Color #5FA9BF in popluar color models

5FA9BF
RGB95169191
HSL194°42.86%56.08%
HSB/HSV194°50.26%74.90%
CMYK50.26%11.52%0.00%
25.10%

Color #5FA9BF in popluar number systems.

HEX5FA9BF
Decimal95169191
Binary10111111010100110111111
Octal137251277

Shades and tints

Shades of #5FA9BF

#5FA9BF
(95,169,191)
#579AAE
(87,154,174)
#4F8B9D
(79,139,157)
#477C8C
(71,124,140)
#3F6D7B
(63,109,123)
#375E6A
(55,94,106)
#2F4F59
(47,79,89)
#274048
(39,64,72)
#1F3137
(31,49,55)
#172226
(23,34,38)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #5FA9BF

#5FA9BF
(95,169,191)
#6DB0C4
(109,176,196)
#7BB7C9
(123,183,201)
#89BECE
(137,190,206)
#97C5D3
(151,197,211)
#A5CCD8
(165,204,216)
#B3D3DD
(179,211,221)
#C1DAE2
(193,218,226)
#CFE1E7
(207,225,231)
#DDE8EC
(221,232,236)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA9BF color. Also use rgb(95,169,191) instead hex code.

Text Font Color

.myTextColor { color: #5FA9BF; }

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

This text font color is #5FA9BF.


Background Color

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

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

This div background color is #5FA9BF.


Border color

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

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

This div border color is #5FA9BF.


Opacity

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

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

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

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

This text has shadow with #5FA9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA9BF on black background.


Color preview on white background

This text has color #5FA9BF on white background.



Black color preview on #5FA9BF background

This text has black color on #5FA9BF background.


White color preview on #5FA9BF background

This text has white color on #5FA9BF background.