COLOR #5C989A

HEX: #5C989A RGB: (92,152,154)

Color info

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

RGB color model

#5C989A color RGB value is (92,152,154).

RGB: (92,152,154) (36%, 60%, 60%)

RGB channels and saturation

R 92 of 255 = 36%
G 152 of 255 = 60%
B 154 of 255 = 60%

92
152
154

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

Portions of RGB colors in percentages

R + G + B = 92 + 152 + 154 = 398 (100%)
R 92 of 398 ~ 23.12%
G 152 of 398 ~ 38.19%
B 154 of 398 ~ 38.69'%

%23.12
%38.19
%38.69

CMYK color model

#5C989A color CMYK value is (40,1,0,40).

  • cyan value is 40.26%
  • magenta value is 1.30%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (40,1,0,40)
C40M1Y0K40 (40%, 1%, 0%, 40%)
(0.40 / 0.01 / 0.00 / 0.40)

CMYK percentages

%40.26
%1.3
%0
%39.61

Codes

Color #5C989A in popluar color models

5C 98 9A
RGB 92 152 154
HSL 182° 25.20% 48.24%
HSB/HSV 182° 40.26% 60.39%
CMYK 40.26% 1.30% 0.00%
39.61%

Color #5C989A in popluar number systems.

HEX 5C 98 9A
Decimal 92 152 154
Binary 1011100 10011000 10011010
Octal 134 230 232

Shades and tints

Shades of #5C989A

#5C989A
(92,152,154)
#548B8C
(84,139,140)
#4C7E7E
(76,126,126)
#447170
(68,113,112)
#3C6462
(60,100,98)
#345754
(52,87,84)
#2C4A46
(44,74,70)
#243D38
(36,61,56)
#1C302A
(28,48,42)
#14231C
(20,35,28)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #5C989A

#5C989A
(92,152,154)
#6AA1A3
(106,161,163)
#78AAAC
(120,170,172)
#86B3B5
(134,179,181)
#94BCBE
(148,188,190)
#A2C5C7
(162,197,199)
#B0CED0
(176,206,208)
#BED7D9
(190,215,217)
#CCE0E2
(204,224,226)
#DAE9EB
(218,233,235)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C989A color. Also use rgb(92,152,154) instead hex code.

Text Font Color

.myTextColor { color: #5C989A; }

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

This text font color is #5C989A.

Background Color

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

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

This div background color is #5C989A.

Border color

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

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

This div border color is #5C989A.

Opacity

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

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

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

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

This text has shadow with #5C989A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C989A.

Preview

Color preview on black background

This text has color #5C989A on black background.


Color preview on white background

This text has color #5C989A on white background.


Black color preview on #5C989A background

This text has black color on #5C989A background.


White color preview on #5C989A background

This text has white color on #5C989A background.


Related colors

Complementary color

Complementary color for #hex is #A36765.


I love getcolorcode.com

Triadic colors

1 #9A5C98 and #989A5C with #5C989A are triadic colors.

2 #9A985C and #985C9A with #5C989A are triadic colors.