COLOR #5C596B

HEX: #5C596B RGB: (92,89,107)

Color info

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

RGB color model

#5C596B color RGB value is (92,89,107).

RGB: (92,89,107) (36%, 35%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 107 of 255 = 42%

92
89
107

R + G + B ~ 38%. #5C596B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 89 + 107 = 288 (100%)
R 92 of 288 ~ 31.94%
G 89 of 288 ~ 30.9%
B 107 of 288 ~ 37.15'%

%31.94
%30.9
%37.15

CMYK color model

#5C596B color CMYK value is (14,17,0,58).

  • cyan value is 14.02%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (14,17,0,58)
C14M17Y0K58 (14%, 17%, 0%, 58%)
(0.14 / 0.17 / 0.00 / 0.58)

CMYK percentages

%14.02
%16.82
%0
%58.04

Codes

Color #5C596B in popluar color models

5C 59 6B
RGB 92 89 107
HSL 250° 9.18% 38.43%
HSB/HSV 250° 16.82% 41.96%
CMYK 14.02% 16.82% 0.00%
58.04%

Color #5C596B in popluar number systems.

HEX 5C 59 6B
Decimal 92 89 107
Binary 1011100 1011001 1101011
Octal 134 131 153

Shades and tints

Shades of #5C596B

#5C596B
(92,89,107)
#545162
(84,81,98)
#4C4959
(76,73,89)
#444150
(68,65,80)
#3C3947
(60,57,71)
#34313E
(52,49,62)
#2C2935
(44,41,53)
#24212C
(36,33,44)
#1C1923
(28,25,35)
#14111A
(20,17,26)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #5C596B

#5C596B
(92,89,107)
#6A6878
(106,104,120)
#787785
(120,119,133)
#868692
(134,134,146)
#94959F
(148,149,159)
#A2A4AC
(162,164,172)
#B0B3B9
(176,179,185)
#BEC2C6
(190,194,198)
#CCD1D3
(204,209,211)
#DAE0E0
(218,224,224)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C596B color. Also use rgb(92,89,107) instead hex code.

Text Font Color

.myTextColor { color: #5C596B; }

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

This text font color is #5C596B.

Background Color

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

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

This div background color is #5C596B.

Border color

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

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

This div border color is #5C596B.

Opacity

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

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

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

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

This text has shadow with #5C596B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C596B.

Preview

Color preview on black background

This text has color #5C596B on black background.


Color preview on white background

This text has color #5C596B on white background.


Black color preview on #5C596B background

This text has black color on #5C596B background.


White color preview on #5C596B background

This text has white color on #5C596B background.


Related colors

Complementary color

Complementary color for #hex is #A3A694.


I love getcolorcode.com

Triadic colors

1 #6B5C59 and #596B5C with #5C596B are triadic colors.

2 #6B595C and #595C6B with #5C596B are triadic colors.