COLOR #5F81AA

HEX: #5F81AA
RGB: (95,129,170)

Color info

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

RGB color model

#5F81AA color RGB value is (95,129,170).

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

RGB channels and saturation

R 95 of 255 = 37%
G 129 of 255 = 51%
B 170 of 255 = 67%

95
129
170

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

Portions of RGB colors in percentages

R + G + B =
95 + 129 + 170 = 394 (100%)
R 95 of 394 ~ 24.11%
G 129 of 394 ~ 32.74%
B 170 of 394 ~ 43.15%

%24.11
%32.74
%43.15

CMYK color model

#5F81AA color CMYK value is (44,24,0,33).

  • cyan value is 44.12%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(44,24,0,33)
C44M24Y0K33 
(44%,24%,0%,33%)
(0.44/0.24/0.00/0.33)	

CMYK percentages

%44.12
%24.12
%0
%33.33

Codes

Color #5F81AA in popluar color models

5F81AA
RGB95129170
HSL213°30.61%51.96%
HSB/HSV213°44.12%66.67%
CMYK44.12%24.12%0.00%
33.33%

Color #5F81AA in popluar number systems.

HEX5F81AA
Decimal95129170
Binary10111111000000110101010
Octal137201252

Shades and tints

Shades of #5F81AA

#5F81AA
(95,129,170)
#57769B
(87,118,155)
#4F6B8C
(79,107,140)
#47607D
(71,96,125)
#3F556E
(63,85,110)
#374A5F
(55,74,95)
#2F3F50
(47,63,80)
#273441
(39,52,65)
#1F2932
(31,41,50)
#171E23
(23,30,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #5F81AA

#5F81AA
(95,129,170)
#6D8CB1
(109,140,177)
#7B97B8
(123,151,184)
#89A2BF
(137,162,191)
#97ADC6
(151,173,198)
#A5B8CD
(165,184,205)
#B3C3D4
(179,195,212)
#C1CEDB
(193,206,219)
#CFD9E2
(207,217,226)
#DDE4E9
(221,228,233)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F81AA; }

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

This text font color is #5F81AA.


Background Color

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

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

This div background color is #5F81AA.


Border color

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

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

This div border color is #5F81AA.


Opacity

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

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

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

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

This text has shadow with #5F81AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F81AA on black background.


Color preview on white background

This text has color #5F81AA on white background.



Black color preview on #5F81AA background

This text has black color on #5F81AA background.


White color preview on #5F81AA background

This text has white color on #5F81AA background.