COLOR #5F9DAE

HEX: #5F9DAE RGB: (95,157,174)

Color info

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

RGB color model

#5F9DAE color RGB value is (95,157,174).

RGB: (95,157,174) (37%, 62%, 68%)

RGB channels and saturation

R 95 of 255 = 37%
G 157 of 255 = 62%
B 174 of 255 = 68%

95
157
174

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

Portions of RGB colors in percentages

R + G + B = 95 + 157 + 174 = 426 (100%)
R 95 of 426 ~ 22.3%
G 157 of 426 ~ 36.85%
B 174 of 426 ~ 40.85'%

%22.3
%36.85
%40.85

CMYK color model

#5F9DAE color CMYK value is (45,10,0,32).

  • cyan value is 45.40%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (45,10,0,32)
C45M10Y0K32 (45%, 10%, 0%, 32%)
(0.45 / 0.10 / 0.00 / 0.32)

CMYK percentages

%45.4
%9.77
%0
%31.76

Codes

Color #5F9DAE in popluar color models

5F 9D AE
RGB 95 157 174
HSL 193° 32.78% 52.75%
HSB/HSV 193° 45.40% 68.24%
CMYK 45.40% 9.77% 0.00%
31.76%

Color #5F9DAE in popluar number systems.

HEX 5F 9D AE
Decimal 95 157 174
Binary 1011111 10011101 10101110
Octal 137 235 256

Shades and tints

Shades of #5F9DAE

#5F9DAE
(95,157,174)
#578F9F
(87,143,159)
#4F8190
(79,129,144)
#477381
(71,115,129)
#3F6572
(63,101,114)
#375763
(55,87,99)
#2F4954
(47,73,84)
#273B45
(39,59,69)
#1F2D36
(31,45,54)
#171F27
(23,31,39)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #5F9DAE

#5F9DAE
(95,157,174)
#6DA5B5
(109,165,181)
#7BADBC
(123,173,188)
#89B5C3
(137,181,195)
#97BDCA
(151,189,202)
#A5C5D1
(165,197,209)
#B3CDD8
(179,205,216)
#C1D5DF
(193,213,223)
#CFDDE6
(207,221,230)
#DDE5ED
(221,229,237)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9DAE color. Also use rgb(95,157,174) instead hex code.

Text Font Color

.myTextColor { color: #5F9DAE; }

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

This text font color is #5F9DAE.

Background Color

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

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

This div background color is #5F9DAE.

Border color

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

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

This div border color is #5F9DAE.

Opacity

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

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

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

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

This text has shadow with #5F9DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9DAE.

Preview

Color preview on black background

This text has color #5F9DAE on black background.


Color preview on white background

This text has color #5F9DAE on white background.


Black color preview on #5F9DAE background

This text has black color on #5F9DAE background.


White color preview on #5F9DAE background

This text has white color on #5F9DAE background.


Related colors

Complementary color

Complementary color for #hex is #A06251.


I love getcolorcode.com

Triadic colors

1 #AE5F9D and #9DAE5F with #5F9DAE are triadic colors.

2 #AE9D5F and #9D5FAE with #5F9DAE are triadic colors.