COLOR #5F82AA

HEX: #5F82AA RGB: (95,130,170)

Color info

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

RGB color model

#5F82AA color RGB value is (95,130,170).

RGB: (95,130,170) (37%, 51%, 67%)

RGB channels and saturation

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

95
130
170

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

Portions of RGB colors in percentages

R + G + B = 95 + 130 + 170 = 395 (100%)
R 95 of 395 ~ 24.05%
G 130 of 395 ~ 32.91%
B 170 of 395 ~ 43.04'%

%24.05
%32.91
%43.04

CMYK color model

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

  • cyan value is 44.12%
  • magenta value is 23.53%
  • 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
%23.53
%0
%33.33

Codes

Color #5F82AA in popluar color models

5F 82 AA
RGB 95 130 170
HSL 212° 30.61% 51.96%
HSB/HSV 212° 44.12% 66.67%
CMYK 44.12% 23.53% 0.00%
33.33%

Color #5F82AA in popluar number systems.

HEX 5F 82 AA
Decimal 95 130 170
Binary 1011111 10000010 10101010
Octal 137 202 252

Shades and tints

Shades of #5F82AA

#5F82AA
(95,130,170)
#57779B
(87,119,155)
#4F6C8C
(79,108,140)
#47617D
(71,97,125)
#3F566E
(63,86,110)
#374B5F
(55,75,95)
#2F4050
(47,64,80)
#273541
(39,53,65)
#1F2A32
(31,42,50)
#171F23
(23,31,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #5F82AA

#5F82AA
(95,130,170)
#6D8DB1
(109,141,177)
#7B98B8
(123,152,184)
#89A3BF
(137,163,191)
#97AEC6
(151,174,198)
#A5B9CD
(165,185,205)
#B3C4D4
(179,196,212)
#C1CFDB
(193,207,219)
#CFDAE2
(207,218,226)
#DDE5E9
(221,229,233)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F82AA; }

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

This text font color is #5F82AA.

Background Color

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

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

This div background color is #5F82AA.

Border color

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

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

This div border color is #5F82AA.

Opacity

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

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

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

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

This text has shadow with #5F82AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F82AA.

Preview

Color preview on black background

This text has color #5F82AA on black background.


Color preview on white background

This text has color #5F82AA on white background.


Black color preview on #5F82AA background

This text has black color on #5F82AA background.


White color preview on #5F82AA background

This text has white color on #5F82AA background.


Related colors

Complementary color

Complementary color for #hex is #A07D55.


I love getcolorcode.com

Triadic colors

1 #AA5F82 and #82AA5F with #5F82AA are triadic colors.

2 #AA825F and #825FAA with #5F82AA are triadic colors.