COLOR #5CB690

HEX: #5CB690 RGB: (92,182,144)

Color info

#5CB690 contains mainly green and blue colors. Web safe color of #5CB690 is #66CC99 (or #6C9).

RGB color model

#5CB690 color RGB value is (92,182,144).

RGB: (92,182,144) (36%, 71%, 56%)

RGB channels and saturation

R 92 of 255 = 36%
G 182 of 255 = 71%
B 144 of 255 = 56%

92
182
144

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

Portions of RGB colors in percentages

R + G + B = 92 + 182 + 144 = 418 (100%)
R 92 of 418 ~ 22.01%
G 182 of 418 ~ 43.54%
B 144 of 418 ~ 34.45'%

%22.01
%43.54
%34.45

CMYK color model

#5CB690 color CMYK value is (49,0,21,29).

  • cyan value is 49.45%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 28.63%

CMYK: (49,0,21,29)
C49M0Y21K29 (49%, 0%, 21%, 29%)
(0.49 / 0.00 / 0.21 / 0.29)

CMYK percentages

%49.45
%0
%20.88
%28.63

Codes

Color #5CB690 in popluar color models

5C B6 90
RGB 92 182 144
HSL 155° 38.14% 53.73%
HSB/HSV 155° 49.45% 71.37%
CMYK 49.45% 0.00% 20.88%
28.63%

Color #5CB690 in popluar number systems.

HEX 5C B6 90
Decimal 92 182 144
Binary 1011100 10110110 10010000
Octal 134 266 220

Shades and tints

Shades of #5CB690

#5CB690
(92,182,144)
#54A683
(84,166,131)
#4C9676
(76,150,118)
#448669
(68,134,105)
#3C765C
(60,118,92)
#34664F
(52,102,79)
#2C5642
(44,86,66)
#244635
(36,70,53)
#1C3628
(28,54,40)
#14261B
(20,38,27)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #5CB690

#5CB690
(92,182,144)
#6ABC9A
(106,188,154)
#78C2A4
(120,194,164)
#86C8AE
(134,200,174)
#94CEB8
(148,206,184)
#A2D4C2
(162,212,194)
#B0DACC
(176,218,204)
#BEE0D6
(190,224,214)
#CCE6E0
(204,230,224)
#DAECEA
(218,236,234)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB690 color. Also use rgb(92,182,144) instead hex code.

Text Font Color

.myTextColor { color: #5CB690; }

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

This text font color is #5CB690.

Background Color

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

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

This div background color is #5CB690.

Border color

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

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

This div border color is #5CB690.

Opacity

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

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

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

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

This text has shadow with #5CB690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CB690.

Preview

Color preview on black background

This text has color #5CB690 on black background.


Color preview on white background

This text has color #5CB690 on white background.


Black color preview on #5CB690 background

This text has black color on #5CB690 background.


White color preview on #5CB690 background

This text has white color on #5CB690 background.


Related colors

Complementary color

Complementary color for #hex is #A3496F.


I love getcolorcode.com

Triadic colors

1 #905CB6 and #B6905C with #5CB690 are triadic colors.

2 #90B65C and #B65C90 with #5CB690 are triadic colors.