COLOR #595C6B

HEX: #595C6B RGB: (89,92,107)

Color info

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

RGB color model

#595C6B color RGB value is (89,92,107).

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

RGB channels and saturation

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

89
92
107

R + G + B ~ 38%. #595C6B is quite dark color.

Portions of RGB colors in percentages

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

%30.9
%31.94
%37.15

CMYK color model

#595C6B color CMYK value is (17,14,0,58).

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

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

CMYK percentages

%16.82
%14.02
%0
%58.04

Codes

Color #595C6B in popluar color models

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

Color #595C6B in popluar number systems.

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

Shades and tints

Shades of #595C6B

#595C6B
(89,92,107)
#515462
(81,84,98)
#494C59
(73,76,89)
#414450
(65,68,80)
#393C47
(57,60,71)
#31343E
(49,52,62)
#292C35
(41,44,53)
#21242C
(33,36,44)
#191C23
(25,28,35)
#11141A
(17,20,26)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #595C6B

#595C6B
(89,92,107)
#686A78
(104,106,120)
#777885
(119,120,133)
#868692
(134,134,146)
#95949F
(149,148,159)
#A4A2AC
(164,162,172)
#B3B0B9
(179,176,185)
#C2BEC6
(194,190,198)
#D1CCD3
(209,204,211)
#E0DAE0
(224,218,224)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595C6B; }

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

This text font color is #595C6B.

Background Color

.myBgColor { background-color: #595C6B; }

<div style="background-color:#595C6B">Inner text</div>

This div background color is #595C6B.

Border color

.myBorderColor { border: 1px solid #595C6B; }

<div style="border:3px solid #595C6B">Div</div>

This div border color is #595C6B.

Opacity

.myOpacity80 { color: #595C6B; opacity: 0.8; }

<p style="color:#595C6B;opacity:0.8;">80%</p>

Text with #595C6B 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 #595C6B;}

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

This text has shadow with #595C6B color.


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

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

This text has shadow with #595C6B primary color and red secondary color.


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

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

This text has shadow with #595C6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #595C6B.

Preview

Color preview on black background

This text has color #595C6B on black background.


Color preview on white background

This text has color #595C6B on white background.


Black color preview on #595C6B background

This text has black color on #595C6B background.


White color preview on #595C6B background

This text has white color on #595C6B background.


Related colors

Complementary color

Complementary color for #hex is #A6A394.


I love getcolorcode.com

Triadic colors

1 #6B595C and #5C6B59 with #595C6B are triadic colors.

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