COLOR #5C556C

HEX: #5C556C RGB: (92,85,108)

Color info

#5C556C contains red, green and blue colors in about the same proportion. Web safe color of #5C556C is #666666 (or #666).

RGB color model

#5C556C color RGB value is (92,85,108).

RGB: (92,85,108) (36%, 33%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 108 of 255 = 42%

92
85
108

R + G + B ~ 37%. #5C556C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 108 = 285 (100%)
R 92 of 285 ~ 32.28%
G 85 of 285 ~ 29.82%
B 108 of 285 ~ 37.89'%

%32.28
%29.82
%37.89

CMYK color model

#5C556C color CMYK value is (15,21,0,58).

  • cyan value is 14.81%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (15,21,0,58)
C15M21Y0K58 (15%, 21%, 0%, 58%)
(0.15 / 0.21 / 0.00 / 0.58)

CMYK percentages

%14.81
%21.3
%0
%57.65

Codes

Color #5C556C in popluar color models

5C 55 6C
RGB 92 85 108
HSL 258° 11.92% 37.84%
HSB/HSV 258° 21.30% 42.35%
CMYK 14.81% 21.30% 0.00%
57.65%

Color #5C556C in popluar number systems.

HEX 5C 55 6C
Decimal 92 85 108
Binary 1011100 1010101 1101100
Octal 134 125 154

Shades and tints

Shades of #5C556C

#5C556C
(92,85,108)
#544E63
(84,78,99)
#4C475A
(76,71,90)
#444051
(68,64,81)
#3C3948
(60,57,72)
#34323F
(52,50,63)
#2C2B36
(44,43,54)
#24242D
(36,36,45)
#1C1D24
(28,29,36)
#14161B
(20,22,27)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #5C556C

#5C556C
(92,85,108)
#6A6479
(106,100,121)
#787386
(120,115,134)
#868293
(134,130,147)
#9491A0
(148,145,160)
#A2A0AD
(162,160,173)
#B0AFBA
(176,175,186)
#BEBEC7
(190,190,199)
#CCCDD4
(204,205,212)
#DADCE1
(218,220,225)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C556C; }

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

This text font color is #5C556C.

Background Color

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

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

This div background color is #5C556C.

Border color

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

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

This div border color is #5C556C.

Opacity

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

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

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

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

This text has shadow with #5C556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C556C.

Preview

Color preview on black background

This text has color #5C556C on black background.


Color preview on white background

This text has color #5C556C on white background.


Black color preview on #5C556C background

This text has black color on #5C556C background.


White color preview on #5C556C background

This text has white color on #5C556C background.


Related colors

Complementary color

Complementary color for #hex is #A3AA93.


I love getcolorcode.com

Triadic colors

1 #6C5C55 and #556C5C with #5C556C are triadic colors.

2 #6C555C and #555C6C with #5C556C are triadic colors.