COLOR #5FA9CD

HEX: #5FA9CD
RGB: (95,169,205)

Color info

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

RGB color model

#5FA9CD color RGB value is (95,169,205).

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

RGB channels and saturation

R 95 of 255 = 37%
G 169 of 255 = 66%
B 205 of 255 = 80%

95
169
205

R + G + B ~ 61%. #5FA9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 169 + 205 = 469 (100%)
R 95 of 469 ~ 20.26%
G 169 of 469 ~ 36.03%
B 205 of 469 ~ 43.71%

%20.26
%36.03
%43.71

CMYK color model

#5FA9CD color CMYK value is (54,18,0,20).

  • cyan value is 53.66%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(54,18,0,20)
C54M18Y0K20 
(54%,18%,0%,20%)
(0.54/0.18/0.00/0.20)	

CMYK percentages

%53.66
%17.56
%0
%19.61

Codes

Color #5FA9CD in popluar color models

5FA9CD
RGB95169205
HSL200°52.38%58.82%
HSB/HSV200°53.66%80.39%
CMYK53.66%17.56%0.00%
19.61%

Color #5FA9CD in popluar number systems.

HEX5FA9CD
Decimal95169205
Binary10111111010100111001101
Octal137251315

Shades and tints

Shades of #5FA9CD

#5FA9CD
(95,169,205)
#579ABB
(87,154,187)
#4F8BA9
(79,139,169)
#477C97
(71,124,151)
#3F6D85
(63,109,133)
#375E73
(55,94,115)
#2F4F61
(47,79,97)
#27404F
(39,64,79)
#1F313D
(31,49,61)
#17222B
(23,34,43)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #5FA9CD

#5FA9CD
(95,169,205)
#6DB0D1
(109,176,209)
#7BB7D5
(123,183,213)
#89BED9
(137,190,217)
#97C5DD
(151,197,221)
#A5CCE1
(165,204,225)
#B3D3E5
(179,211,229)
#C1DAE9
(193,218,233)
#CFE1ED
(207,225,237)
#DDE8F1
(221,232,241)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FA9CD; }

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

This text font color is #5FA9CD.


Background Color

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

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

This div background color is #5FA9CD.


Border color

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

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

This div border color is #5FA9CD.


Opacity

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

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

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

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

This text has shadow with #5FA9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA9CD on black background.


Color preview on white background

This text has color #5FA9CD on white background.



Black color preview on #5FA9CD background

This text has black color on #5FA9CD background.


White color preview on #5FA9CD background

This text has white color on #5FA9CD background.