COLOR #5C959C

HEX: #5C959C RGB: (92,149,156)

Color info

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

RGB color model

#5C959C color RGB value is (92,149,156).

RGB: (92,149,156) (36%, 58%, 61%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 156 of 255 = 61%

92
149
156

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

Portions of RGB colors in percentages

R + G + B = 92 + 149 + 156 = 397 (100%)
R 92 of 397 ~ 23.17%
G 149 of 397 ~ 37.53%
B 156 of 397 ~ 39.29'%

%23.17
%37.53
%39.29

CMYK color model

#5C959C color CMYK value is (41,4,0,39).

  • cyan value is 41.03%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (41,4,0,39)
C41M4Y0K39 (41%, 4%, 0%, 39%)
(0.41 / 0.04 / 0.00 / 0.39)

CMYK percentages

%41.03
%4.49
%0
%38.82

Codes

Color #5C959C in popluar color models

5C 95 9C
RGB 92 149 156
HSL 187° 25.81% 48.63%
HSB/HSV 187° 41.03% 61.18%
CMYK 41.03% 4.49% 0.00%
38.82%

Color #5C959C in popluar number systems.

HEX 5C 95 9C
Decimal 92 149 156
Binary 1011100 10010101 10011100
Octal 134 225 234

Shades and tints

Shades of #5C959C

#5C959C
(92,149,156)
#54888E
(84,136,142)
#4C7B80
(76,123,128)
#446E72
(68,110,114)
#3C6164
(60,97,100)
#345456
(52,84,86)
#2C4748
(44,71,72)
#243A3A
(36,58,58)
#1C2D2C
(28,45,44)
#14201E
(20,32,30)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #5C959C

#5C959C
(92,149,156)
#6A9EA5
(106,158,165)
#78A7AE
(120,167,174)
#86B0B7
(134,176,183)
#94B9C0
(148,185,192)
#A2C2C9
(162,194,201)
#B0CBD2
(176,203,210)
#BED4DB
(190,212,219)
#CCDDE4
(204,221,228)
#DAE6ED
(218,230,237)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C959C color. Also use rgb(92,149,156) instead hex code.

Text Font Color

.myTextColor { color: #5C959C; }

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

This text font color is #5C959C.

Background Color

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

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

This div background color is #5C959C.

Border color

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

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

This div border color is #5C959C.

Opacity

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

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

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

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

This text has shadow with #5C959C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C959C.

Preview

Color preview on black background

This text has color #5C959C on black background.


Color preview on white background

This text has color #5C959C on white background.


Black color preview on #5C959C background

This text has black color on #5C959C background.


White color preview on #5C959C background

This text has white color on #5C959C background.


Related colors

Complementary color

Complementary color for #hex is #A36A63.


I love getcolorcode.com

Triadic colors

1 #9C5C95 and #959C5C with #5C959C are triadic colors.

2 #9C955C and #955C9C with #5C959C are triadic colors.