COLOR #5F9DCF

HEX: #5F9DCF RGB: (95,157,207)

Color info

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

RGB color model

#5F9DCF color RGB value is (95,157,207).

RGB: (95,157,207) (37%, 62%, 81%)

RGB channels and saturation

R 95 of 255 = 37%
G 157 of 255 = 62%
B 207 of 255 = 81%

95
157
207

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

Portions of RGB colors in percentages

R + G + B = 95 + 157 + 207 = 459 (100%)
R 95 of 459 ~ 20.7%
G 157 of 459 ~ 34.2%
B 207 of 459 ~ 45.1'%

%20.7
%34.2
%45.1

CMYK color model

#5F9DCF color CMYK value is (54,24,0,19).

  • cyan value is 54.11%
  • magenta value is 24.15%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (54,24,0,19)
C54M24Y0K19 (54%, 24%, 0%, 19%)
(0.54 / 0.24 / 0.00 / 0.19)

CMYK percentages

%54.11
%24.15
%0
%18.82

Codes

Color #5F9DCF in popluar color models

5F 9D CF
RGB 95 157 207
HSL 207° 53.85% 59.22%
HSB/HSV 207° 54.11% 81.18%
CMYK 54.11% 24.15% 0.00%
18.82%

Color #5F9DCF in popluar number systems.

HEX 5F 9D CF
Decimal 95 157 207
Binary 1011111 10011101 11001111
Octal 137 235 317

Shades and tints

Shades of #5F9DCF

#5F9DCF
(95,157,207)
#578FBD
(87,143,189)
#4F81AB
(79,129,171)
#477399
(71,115,153)
#3F6587
(63,101,135)
#375775
(55,87,117)
#2F4963
(47,73,99)
#273B51
(39,59,81)
#1F2D3F
(31,45,63)
#171F2D
(23,31,45)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #5F9DCF

#5F9DCF
(95,157,207)
#6DA5D3
(109,165,211)
#7BADD7
(123,173,215)
#89B5DB
(137,181,219)
#97BDDF
(151,189,223)
#A5C5E3
(165,197,227)
#B3CDE7
(179,205,231)
#C1D5EB
(193,213,235)
#CFDDEF
(207,221,239)
#DDE5F3
(221,229,243)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9DCF color. Also use rgb(95,157,207) instead hex code.

Text Font Color

.myTextColor { color: #5F9DCF; }

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

This text font color is #5F9DCF.

Background Color

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

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

This div background color is #5F9DCF.

Border color

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

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

This div border color is #5F9DCF.

Opacity

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

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

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

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

This text has shadow with #5F9DCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9DCF.

Preview

Color preview on black background

This text has color #5F9DCF on black background.


Color preview on white background

This text has color #5F9DCF on white background.


Black color preview on #5F9DCF background

This text has black color on #5F9DCF background.


White color preview on #5F9DCF background

This text has white color on #5F9DCF background.


Related colors

Complementary color

Complementary color for #hex is #A06230.


I love getcolorcode.com

Triadic colors

1 #CF5F9D and #9DCF5F with #5F9DCF are triadic colors.

2 #CF9D5F and #9D5FCF with #5F9DCF are triadic colors.