COLOR #5F9FA5

HEX: #5F9FA5 RGB: (95,159,165)

Color info

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

RGB color model

#5F9FA5 color RGB value is (95,159,165).

RGB: (95,159,165) (37%, 62%, 65%)

RGB channels and saturation

R 95 of 255 = 37%
G 159 of 255 = 62%
B 165 of 255 = 65%

95
159
165

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

Portions of RGB colors in percentages

R + G + B = 95 + 159 + 165 = 419 (100%)
R 95 of 419 ~ 22.67%
G 159 of 419 ~ 37.95%
B 165 of 419 ~ 39.38'%

%22.67
%37.95
%39.38

CMYK color model

#5F9FA5 color CMYK value is (42,4,0,35).

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

CMYK: (42,4,0,35)
C42M4Y0K35 (42%, 4%, 0%, 35%)
(0.42 / 0.04 / 0.00 / 0.35)

CMYK percentages

%42.42
%3.64
%0
%35.29

Codes

Color #5F9FA5 in popluar color models

5F 9F A5
RGB 95 159 165
HSL 185° 28.00% 50.98%
HSB/HSV 185° 42.42% 64.71%
CMYK 42.42% 3.64% 0.00%
35.29%

Color #5F9FA5 in popluar number systems.

HEX 5F 9F A5
Decimal 95 159 165
Binary 1011111 10011111 10100101
Octal 137 237 245

Shades and tints

Shades of #5F9FA5

#5F9FA5
(95,159,165)
#579196
(87,145,150)
#4F8387
(79,131,135)
#477578
(71,117,120)
#3F6769
(63,103,105)
#37595A
(55,89,90)
#2F4B4B
(47,75,75)
#273D3C
(39,61,60)
#1F2F2D
(31,47,45)
#17211E
(23,33,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #5F9FA5

#5F9FA5
(95,159,165)
#6DA7AD
(109,167,173)
#7BAFB5
(123,175,181)
#89B7BD
(137,183,189)
#97BFC5
(151,191,197)
#A5C7CD
(165,199,205)
#B3CFD5
(179,207,213)
#C1D7DD
(193,215,221)
#CFDFE5
(207,223,229)
#DDE7ED
(221,231,237)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9FA5; }

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

This text font color is #5F9FA5.

Background Color

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

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

This div background color is #5F9FA5.

Border color

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

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

This div border color is #5F9FA5.

Opacity

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

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

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

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

This text has shadow with #5F9FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9FA5.

Preview

Color preview on black background

This text has color #5F9FA5 on black background.


Color preview on white background

This text has color #5F9FA5 on white background.


Black color preview on #5F9FA5 background

This text has black color on #5F9FA5 background.


White color preview on #5F9FA5 background

This text has white color on #5F9FA5 background.


Related colors

Complementary color

Complementary color for #hex is #A0605A.


I love getcolorcode.com

Triadic colors

1 #A55F9F and #9FA55F with #5F9FA5 are triadic colors.

2 #A59F5F and #9F5FA5 with #5F9FA5 are triadic colors.