COLOR #5F8A9B

HEX: #5F8A9B RGB: (95,138,155)

Color info

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

RGB color model

#5F8A9B color RGB value is (95,138,155).

RGB: (95,138,155) (37%, 54%, 61%)

RGB channels and saturation

R 95 of 255 = 37%
G 138 of 255 = 54%
B 155 of 255 = 61%

95
138
155

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

Portions of RGB colors in percentages

R + G + B = 95 + 138 + 155 = 388 (100%)
R 95 of 388 ~ 24.48%
G 138 of 388 ~ 35.57%
B 155 of 388 ~ 39.95'%

%24.48
%35.57
%39.95

CMYK color model

#5F8A9B color CMYK value is (39,11,0,39).

  • cyan value is 38.71%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (39,11,0,39)
C39M11Y0K39 (39%, 11%, 0%, 39%)
(0.39 / 0.11 / 0.00 / 0.39)

CMYK percentages

%38.71
%10.97
%0
%39.22

Codes

Color #5F8A9B in popluar color models

5F 8A 9B
RGB 95 138 155
HSL 197° 24.00% 49.02%
HSB/HSV 197° 38.71% 60.78%
CMYK 38.71% 10.97% 0.00%
39.22%

Color #5F8A9B in popluar number systems.

HEX 5F 8A 9B
Decimal 95 138 155
Binary 1011111 10001010 10011011
Octal 137 212 233

Shades and tints

Shades of #5F8A9B

#5F8A9B
(95,138,155)
#577E8D
(87,126,141)
#4F727F
(79,114,127)
#476671
(71,102,113)
#3F5A63
(63,90,99)
#374E55
(55,78,85)
#2F4247
(47,66,71)
#273639
(39,54,57)
#1F2A2B
(31,42,43)
#171E1D
(23,30,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5F8A9B

#5F8A9B
(95,138,155)
#6D94A4
(109,148,164)
#7B9EAD
(123,158,173)
#89A8B6
(137,168,182)
#97B2BF
(151,178,191)
#A5BCC8
(165,188,200)
#B3C6D1
(179,198,209)
#C1D0DA
(193,208,218)
#CFDAE3
(207,218,227)
#DDE4EC
(221,228,236)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8A9B color. Also use rgb(95,138,155) instead hex code.

Text Font Color

.myTextColor { color: #5F8A9B; }

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

This text font color is #5F8A9B.

Background Color

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

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

This div background color is #5F8A9B.

Border color

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

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

This div border color is #5F8A9B.

Opacity

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

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

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

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

This text has shadow with #5F8A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F8A9B.

Preview

Color preview on black background

This text has color #5F8A9B on black background.


Color preview on white background

This text has color #5F8A9B on white background.


Black color preview on #5F8A9B background

This text has black color on #5F8A9B background.


White color preview on #5F8A9B background

This text has white color on #5F8A9B background.


Related colors

Complementary color

Complementary color for #hex is #A07564.


I love getcolorcode.com

Triadic colors

1 #9B5F8A and #8A9B5F with #5F8A9B are triadic colors.

2 #9B8A5F and #8A5F9B with #5F8A9B are triadic colors.