COLOR #5F8DB1

HEX: #5F8DB1
RGB: (95,141,177)

Color info

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

RGB color model

#5F8DB1 color RGB value is (95,141,177).

  • red value is 95;
  • green value is 141;
  • blue value is 177.
RGB:
(95,141,177)
(37%,55%,69%)

RGB channels and saturation

R 95 of 255 = 37%
G 141 of 255 = 55%
B 177 of 255 = 69%

95
141
177

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

Portions of RGB colors in percentages

R + G + B =
95 + 141 + 177 = 413 (100%)
R 95 of 413 ~ 23%
G 141 of 413 ~ 34.14%
B 177 of 413 ~ 42.86%

%23
%34.14
%42.86

CMYK color model

#5F8DB1 color CMYK value is (46,20,0,31).

  • cyan value is 46.33%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(46,20,0,31)
C46M20Y0K31 
(46%,20%,0%,31%)
(0.46/0.20/0.00/0.31)	

CMYK percentages

%46.33
%20.34
%0
%30.59

Codes

Color #5F8DB1 in popluar color models

5F8DB1
RGB95141177
HSL206°34.45%53.33%
HSB/HSV206°46.33%69.41%
CMYK46.33%20.34%0.00%
30.59%

Color #5F8DB1 in popluar number systems.

HEX5F8DB1
Decimal95141177
Binary10111111000110110110001
Octal137215261

Shades and tints

Shades of #5F8DB1

#5F8DB1
(95,141,177)
#5781A1
(87,129,161)
#4F7591
(79,117,145)
#476981
(71,105,129)
#3F5D71
(63,93,113)
#375161
(55,81,97)
#2F4551
(47,69,81)
#273941
(39,57,65)
#1F2D31
(31,45,49)
#172121
(23,33,33)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #5F8DB1

#5F8DB1
(95,141,177)
#6D97B8
(109,151,184)
#7BA1BF
(123,161,191)
#89ABC6
(137,171,198)
#97B5CD
(151,181,205)
#A5BFD4
(165,191,212)
#B3C9DB
(179,201,219)
#C1D3E2
(193,211,226)
#CFDDE9
(207,221,233)
#DDE7F0
(221,231,240)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8DB1 color. Also use rgb(95,141,177) instead hex code.

Text Font Color

.myTextColor { color: #5F8DB1; }

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

This text font color is #5F8DB1.


Background Color

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

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

This div background color is #5F8DB1.


Border color

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

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

This div border color is #5F8DB1.


Opacity

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

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

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

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

This text has shadow with #5F8DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8DB1 on black background.


Color preview on white background

This text has color #5F8DB1 on white background.



Black color preview on #5F8DB1 background

This text has black color on #5F8DB1 background.


White color preview on #5F8DB1 background

This text has white color on #5F8DB1 background.