COLOR #5C9FAB

HEX: #5C9FAB
RGB: (92,159,171)

Color info

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

RGB color model

#5C9FAB color RGB value is (92,159,171).

  • red value is 92;
  • green value is 159;
  • blue value is 171.
RGB:
(92,159,171)
(36%,62%,67%)

RGB channels and saturation

R 92 of 255 = 36%
G 159 of 255 = 62%
B 171 of 255 = 67%

92
159
171

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

Portions of RGB colors in percentages

R + G + B =
92 + 159 + 171 = 422 (100%)
R 92 of 422 ~ 21.8%
G 159 of 422 ~ 37.68%
B 171 of 422 ~ 40.52%

%21.8
%37.68
%40.52

CMYK color model

#5C9FAB color CMYK value is (46,7,0,33).

  • cyan value is 46.20%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(46,7,0,33)
C46M7Y0K33 
(46%,7%,0%,33%)
(0.46/0.07/0.00/0.33)	

CMYK percentages

%46.2
%7.02
%0
%32.94

Codes

Color #5C9FAB in popluar color models

5C9FAB
RGB92159171
HSL189°31.98%51.57%
HSB/HSV189°46.20%67.06%
CMYK46.20%7.02%0.00%
32.94%

Color #5C9FAB in popluar number systems.

HEX5C9FAB
Decimal92159171
Binary10111001001111110101011
Octal134237253

Shades and tints

Shades of #5C9FAB

#5C9FAB
(92,159,171)
#54919C
(84,145,156)
#4C838D
(76,131,141)
#44757E
(68,117,126)
#3C676F
(60,103,111)
#345960
(52,89,96)
#2C4B51
(44,75,81)
#243D42
(36,61,66)
#1C2F33
(28,47,51)
#142124
(20,33,36)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #5C9FAB

#5C9FAB
(92,159,171)
#6AA7B2
(106,167,178)
#78AFB9
(120,175,185)
#86B7C0
(134,183,192)
#94BFC7
(148,191,199)
#A2C7CE
(162,199,206)
#B0CFD5
(176,207,213)
#BED7DC
(190,215,220)
#CCDFE3
(204,223,227)
#DAE7EA
(218,231,234)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9FAB color. Also use rgb(92,159,171) instead hex code.

Text Font Color

.myTextColor { color: #5C9FAB; }

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

This text font color is #5C9FAB.


Background Color

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

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

This div background color is #5C9FAB.


Border color

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

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

This div border color is #5C9FAB.


Opacity

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

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

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

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

This text has shadow with #5C9FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9FAB on black background.


Color preview on white background

This text has color #5C9FAB on white background.



Black color preview on #5C9FAB background

This text has black color on #5C9FAB background.


White color preview on #5C9FAB background

This text has white color on #5C9FAB background.