COLOR #5C9189

HEX: #5C9189 RGB: (92,145,137)

Color info

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

RGB color model

#5C9189 color RGB value is (92,145,137).

RGB: (92,145,137) (36%, 57%, 54%)

RGB channels and saturation

R 92 of 255 = 36%
G 145 of 255 = 57%
B 137 of 255 = 54%

92
145
137

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

Portions of RGB colors in percentages

R + G + B = 92 + 145 + 137 = 374 (100%)
R 92 of 374 ~ 24.6%
G 145 of 374 ~ 38.77%
B 137 of 374 ~ 36.63'%

%24.6
%38.77
%36.63

CMYK color model

#5C9189 color CMYK value is (37,0,6,43).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%

CMYK: (37,0,6,43)
C37M0Y6K43 (37%, 0%, 6%, 43%)
(0.37 / 0.00 / 0.06 / 0.43)

CMYK percentages

%36.55
%0
%5.52
%43.14

Codes

Color #5C9189 in popluar color models

5C 91 89
RGB 92 145 137
HSL 171° 22.36% 46.47%
HSB/HSV 171° 36.55% 56.86%
CMYK 36.55% 0.00% 5.52%
43.14%

Color #5C9189 in popluar number systems.

HEX 5C 91 89
Decimal 92 145 137
Binary 1011100 10010001 10001001
Octal 134 221 211

Shades and tints

Shades of #5C9189

#5C9189
(92,145,137)
#54847D
(84,132,125)
#4C7771
(76,119,113)
#446A65
(68,106,101)
#3C5D59
(60,93,89)
#34504D
(52,80,77)
#2C4341
(44,67,65)
#243635
(36,54,53)
#1C2929
(28,41,41)
#141C1D
(20,28,29)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #5C9189

#5C9189
(92,145,137)
#6A9B93
(106,155,147)
#78A59D
(120,165,157)
#86AFA7
(134,175,167)
#94B9B1
(148,185,177)
#A2C3BB
(162,195,187)
#B0CDC5
(176,205,197)
#BED7CF
(190,215,207)
#CCE1D9
(204,225,217)
#DAEBE3
(218,235,227)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9189; }

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

This text font color is #5C9189.

Background Color

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

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

This div background color is #5C9189.

Border color

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

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

This div border color is #5C9189.

Opacity

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

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

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

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

This text has shadow with #5C9189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9189.

Preview

Color preview on black background

This text has color #5C9189 on black background.


Color preview on white background

This text has color #5C9189 on white background.


Black color preview on #5C9189 background

This text has black color on #5C9189 background.


White color preview on #5C9189 background

This text has white color on #5C9189 background.


Related colors

Complementary color

Complementary color for #hex is #A36E76.


I love getcolorcode.com

Triadic colors

1 #895C91 and #91895C with #5C9189 are triadic colors.

2 #89915C and #915C89 with #5C9189 are triadic colors.