COLOR #5C6C9C

HEX: #5C6C9C RGB: (92,108,156)

Color info

#5C6C9C contains mainly green and blue colors. Web safe color of #5C6C9C is #666699 (or #669).

RGB color model

#5C6C9C color RGB value is (92,108,156).

RGB: (92,108,156) (36%, 42%, 61%)

RGB channels and saturation

R 92 of 255 = 36%
G 108 of 255 = 42%
B 156 of 255 = 61%

92
108
156

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

Portions of RGB colors in percentages

R + G + B = 92 + 108 + 156 = 356 (100%)
R 92 of 356 ~ 25.84%
G 108 of 356 ~ 30.34%
B 156 of 356 ~ 43.82'%

%25.84
%30.34
%43.82

CMYK color model

#5C6C9C color CMYK value is (41,31,0,39).

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

CMYK: (41,31,0,39)
C41M31Y0K39 (41%, 31%, 0%, 39%)
(0.41 / 0.31 / 0.00 / 0.39)

CMYK percentages

%41.03
%30.77
%0
%38.82

Codes

Color #5C6C9C in popluar color models

5C 6C 9C
RGB 92 108 156
HSL 225° 25.81% 48.63%
HSB/HSV 225° 41.03% 61.18%
CMYK 41.03% 30.77% 0.00%
38.82%

Color #5C6C9C in popluar number systems.

HEX 5C 6C 9C
Decimal 92 108 156
Binary 1011100 1101100 10011100
Octal 134 154 234

Shades and tints

Shades of #5C6C9C

#5C6C9C
(92,108,156)
#54638E
(84,99,142)
#4C5A80
(76,90,128)
#445172
(68,81,114)
#3C4864
(60,72,100)
#343F56
(52,63,86)
#2C3648
(44,54,72)
#242D3A
(36,45,58)
#1C242C
(28,36,44)
#141B1E
(20,27,30)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #5C6C9C

#5C6C9C
(92,108,156)
#6A79A5
(106,121,165)
#7886AE
(120,134,174)
#8693B7
(134,147,183)
#94A0C0
(148,160,192)
#A2ADC9
(162,173,201)
#B0BAD2
(176,186,210)
#BEC7DB
(190,199,219)
#CCD4E4
(204,212,228)
#DAE1ED
(218,225,237)
#E8EEF6
(232,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6C9C; }

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

This text font color is #5C6C9C.

Background Color

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

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

This div background color is #5C6C9C.

Border color

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

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

This div border color is #5C6C9C.

Opacity

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

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

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

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

This text has shadow with #5C6C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6C9C.

Preview

Color preview on black background

This text has color #5C6C9C on black background.


Color preview on white background

This text has color #5C6C9C on white background.


Black color preview on #5C6C9C background

This text has black color on #5C6C9C background.


White color preview on #5C6C9C background

This text has white color on #5C6C9C background.


Related colors

Complementary color

Complementary color for #hex is #A39363.


I love getcolorcode.com

Triadic colors

1 #9C5C6C and #6C9C5C with #5C6C9C are triadic colors.

2 #9C6C5C and #6C5C9C with #5C6C9C are triadic colors.