COLOR #5F9EA5

HEX: #5F9EA5
RGB: (95,158,165)

Color info

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

RGB color model

#5F9EA5 color RGB value is (95,158,165).

  • red value is 95;
  • green value is 158;
  • blue value is 165.
RGB:
(95,158,165)
(37%,62%,65%)

RGB channels and saturation

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

95
158
165

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

Portions of RGB colors in percentages

R + G + B =
95 + 158 + 165 = 418 (100%)
R 95 of 418 ~ 22.73%
G 158 of 418 ~ 37.8%
B 165 of 418 ~ 39.47%

%22.73
%37.8
%39.47

CMYK color model

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

  • cyan value is 42.42%
  • magenta value is 4.24%
  • 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
%4.24
%0
%35.29

Codes

Color #5F9EA5 in popluar color models

5F9EA5
RGB95158165
HSL186°28.00%50.98%
HSB/HSV186°42.42%64.71%
CMYK42.42%4.24%0.00%
35.29%

Color #5F9EA5 in popluar number systems.

HEX5F9EA5
Decimal95158165
Binary10111111001111010100101
Octal137236245

Shades and tints

Shades of #5F9EA5

#5F9EA5
(95,158,165)
#579096
(87,144,150)
#4F8287
(79,130,135)
#477478
(71,116,120)
#3F6669
(63,102,105)
#37585A
(55,88,90)
#2F4A4B
(47,74,75)
#273C3C
(39,60,60)
#1F2E2D
(31,46,45)
#17201E
(23,32,30)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5F9EA5

#5F9EA5
(95,158,165)
#6DA6AD
(109,166,173)
#7BAEB5
(123,174,181)
#89B6BD
(137,182,189)
#97BEC5
(151,190,197)
#A5C6CD
(165,198,205)
#B3CED5
(179,206,213)
#C1D6DD
(193,214,221)
#CFDEE5
(207,222,229)
#DDE6ED
(221,230,237)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9EA5; }

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

This text font color is #5F9EA5.


Background Color

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

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

This div background color is #5F9EA5.


Border color

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

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

This div border color is #5F9EA5.


Opacity

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

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

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

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

This text has shadow with #5F9EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9EA5 on black background.


Color preview on white background

This text has color #5F9EA5 on white background.



Black color preview on #5F9EA5 background

This text has black color on #5F9EA5 background.


White color preview on #5F9EA5 background

This text has white color on #5F9EA5 background.