COLOR #5F82A5

HEX: #5F82A5 RGB: (95,130,165)

Color info

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

RGB color model

#5F82A5 color RGB value is (95,130,165).

RGB: (95,130,165) (37%, 51%, 65%)

RGB channels and saturation

R 95 of 255 = 37%
G 130 of 255 = 51%
B 165 of 255 = 65%

95
130
165

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

Portions of RGB colors in percentages

R + G + B = 95 + 130 + 165 = 390 (100%)
R 95 of 390 ~ 24.36%
G 130 of 390 ~ 33.33%
B 165 of 390 ~ 42.31'%

%24.36
%33.33
%42.31

CMYK color model

#5F82A5 color CMYK value is (42,21,0,35).

  • cyan value is 42.42%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (42,21,0,35)
C42M21Y0K35 (42%, 21%, 0%, 35%)
(0.42 / 0.21 / 0.00 / 0.35)

CMYK percentages

%42.42
%21.21
%0
%35.29

Codes

Color #5F82A5 in popluar color models

5F 82 A5
RGB 95 130 165
HSL 210° 28.00% 50.98%
HSB/HSV 210° 42.42% 64.71%
CMYK 42.42% 21.21% 0.00%
35.29%

Color #5F82A5 in popluar number systems.

HEX 5F 82 A5
Decimal 95 130 165
Binary 1011111 10000010 10100101
Octal 137 202 245

Shades and tints

Shades of #5F82A5

#5F82A5
(95,130,165)
#577796
(87,119,150)
#4F6C87
(79,108,135)
#476178
(71,97,120)
#3F5669
(63,86,105)
#374B5A
(55,75,90)
#2F404B
(47,64,75)
#27353C
(39,53,60)
#1F2A2D
(31,42,45)
#171F1E
(23,31,30)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #5F82A5

#5F82A5
(95,130,165)
#6D8DAD
(109,141,173)
#7B98B5
(123,152,181)
#89A3BD
(137,163,189)
#97AEC5
(151,174,197)
#A5B9CD
(165,185,205)
#B3C4D5
(179,196,213)
#C1CFDD
(193,207,221)
#CFDAE5
(207,218,229)
#DDE5ED
(221,229,237)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F82A5; }

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

This text font color is #5F82A5.

Background Color

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

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

This div background color is #5F82A5.

Border color

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

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

This div border color is #5F82A5.

Opacity

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

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

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

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

This text has shadow with #5F82A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F82A5.

Preview

Color preview on black background

This text has color #5F82A5 on black background.


Color preview on white background

This text has color #5F82A5 on white background.


Black color preview on #5F82A5 background

This text has black color on #5F82A5 background.


White color preview on #5F82A5 background

This text has white color on #5F82A5 background.


Related colors

Complementary color

Complementary color for #hex is #A07D5A.


I love getcolorcode.com

Triadic colors

1 #A55F82 and #82A55F with #5F82A5 are triadic colors.

2 #A5825F and #825FA5 with #5F82A5 are triadic colors.