COLOR #5C8389

HEX: #5C8389 RGB: (92,131,137)

Color info

#5C8389 contains red, green and blue colors in about the same proportion. Web safe color of #5C8389 is #669999 (or #699).

RGB color model

#5C8389 color RGB value is (92,131,137).

RGB: (92,131,137) (36%, 51%, 54%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 137 of 255 = 54%

92
131
137

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

Portions of RGB colors in percentages

R + G + B = 92 + 131 + 137 = 360 (100%)
R 92 of 360 ~ 25.56%
G 131 of 360 ~ 36.39%
B 137 of 360 ~ 38.06'%

%25.56
%36.39
%38.06

CMYK color model

#5C8389 color CMYK value is (33,4,0,46).

  • cyan value is 32.85%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (33,4,0,46)
C33M4Y0K46 (33%, 4%, 0%, 46%)
(0.33 / 0.04 / 0.00 / 0.46)

CMYK percentages

%32.85
%4.38
%0
%46.27

Codes

Color #5C8389 in popluar color models

5C 83 89
RGB 92 131 137
HSL 188° 19.65% 44.90%
HSB/HSV 188° 32.85% 53.73%
CMYK 32.85% 4.38% 0.00%
46.27%

Color #5C8389 in popluar number systems.

HEX 5C 83 89
Decimal 92 131 137
Binary 1011100 10000011 10001001
Octal 134 203 211

Shades and tints

Shades of #5C8389

#5C8389
(92,131,137)
#54787D
(84,120,125)
#4C6D71
(76,109,113)
#446265
(68,98,101)
#3C5759
(60,87,89)
#344C4D
(52,76,77)
#2C4141
(44,65,65)
#243635
(36,54,53)
#1C2B29
(28,43,41)
#14201D
(20,32,29)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #5C8389

#5C8389
(92,131,137)
#6A8E93
(106,142,147)
#78999D
(120,153,157)
#86A4A7
(134,164,167)
#94AFB1
(148,175,177)
#A2BABB
(162,186,187)
#B0C5C5
(176,197,197)
#BED0CF
(190,208,207)
#CCDBD9
(204,219,217)
#DAE6E3
(218,230,227)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8389 color. Also use rgb(92,131,137) instead hex code.

Text Font Color

.myTextColor { color: #5C8389; }

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

This text font color is #5C8389.

Background Color

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

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

This div background color is #5C8389.

Border color

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

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

This div border color is #5C8389.

Opacity

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

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

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

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

This text has shadow with #5C8389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8389.

Preview

Color preview on black background

This text has color #5C8389 on black background.


Color preview on white background

This text has color #5C8389 on white background.


Black color preview on #5C8389 background

This text has black color on #5C8389 background.


White color preview on #5C8389 background

This text has white color on #5C8389 background.


Related colors

Complementary color

Complementary color for #hex is #A37C76.


I love getcolorcode.com

Triadic colors

1 #895C83 and #83895C with #5C8389 are triadic colors.

2 #89835C and #835C89 with #5C8389 are triadic colors.