COLOR #5F81B6

HEX: #5F81B6
RGB: (95,129,182)

Color info

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

RGB color model

#5F81B6 color RGB value is (95,129,182).

  • red value is 95;
  • green value is 129;
  • blue value is 182.
RGB:
(95,129,182)
(37%,51%,71%)

RGB channels and saturation

R 95 of 255 = 37%
G 129 of 255 = 51%
B 182 of 255 = 71%

95
129
182

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

Portions of RGB colors in percentages

R + G + B =
95 + 129 + 182 = 406 (100%)
R 95 of 406 ~ 23.4%
G 129 of 406 ~ 31.77%
B 182 of 406 ~ 44.83%

%23.4
%31.77
%44.83

CMYK color model

#5F81B6 color CMYK value is (48,29,0,29).

  • cyan value is 47.80%
  • magenta value is 29.12%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(48,29,0,29)
C48M29Y0K29 
(48%,29%,0%,29%)
(0.48/0.29/0.00/0.29)	

CMYK percentages

%47.8
%29.12
%0
%28.63

Codes

Color #5F81B6 in popluar color models

5F81B6
RGB95129182
HSL217°37.34%54.31%
HSB/HSV217°47.80%71.37%
CMYK47.80%29.12%0.00%
28.63%

Color #5F81B6 in popluar number systems.

HEX5F81B6
Decimal95129182
Binary10111111000000110110110
Octal137201266

Shades and tints

Shades of #5F81B6

#5F81B6
(95,129,182)
#5776A6
(87,118,166)
#4F6B96
(79,107,150)
#476086
(71,96,134)
#3F5576
(63,85,118)
#374A66
(55,74,102)
#2F3F56
(47,63,86)
#273446
(39,52,70)
#1F2936
(31,41,54)
#171E26
(23,30,38)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #5F81B6

#5F81B6
(95,129,182)
#6D8CBC
(109,140,188)
#7B97C2
(123,151,194)
#89A2C8
(137,162,200)
#97ADCE
(151,173,206)
#A5B8D4
(165,184,212)
#B3C3DA
(179,195,218)
#C1CEE0
(193,206,224)
#CFD9E6
(207,217,230)
#DDE4EC
(221,228,236)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F81B6 color. Also use rgb(95,129,182) instead hex code.

Text Font Color

.myTextColor { color: #5F81B6; }

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

This text font color is #5F81B6.


Background Color

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

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

This div background color is #5F81B6.


Border color

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

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

This div border color is #5F81B6.


Opacity

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

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

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

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

This text has shadow with #5F81B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F81B6 on black background.


Color preview on white background

This text has color #5F81B6 on white background.



Black color preview on #5F81B6 background

This text has black color on #5F81B6 background.


White color preview on #5F81B6 background

This text has white color on #5F81B6 background.