COLOR #595C6E

HEX: #595C6E RGB: (89,92,110)

Color info

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

RGB color model

#595C6E color RGB value is (89,92,110).

RGB: (89,92,110) (35%, 36%, 43%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 110 of 255 = 43%

89
92
110

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

Portions of RGB colors in percentages

R + G + B = 89 + 92 + 110 = 291 (100%)
R 89 of 291 ~ 30.58%
G 92 of 291 ~ 31.62%
B 110 of 291 ~ 37.8'%

%30.58
%31.62
%37.8

CMYK color model

#595C6E color CMYK value is (19,16,0,57).

  • cyan value is 19.09%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (19,16,0,57)
C19M16Y0K57 (19%, 16%, 0%, 57%)
(0.19 / 0.16 / 0.00 / 0.57)

CMYK percentages

%19.09
%16.36
%0
%56.86

Codes

Color #595C6E in popluar color models

59 5C 6E
RGB 89 92 110
HSL 231° 10.55% 39.02%
HSB/HSV 231° 19.09% 43.14%
CMYK 19.09% 16.36% 0.00%
56.86%

Color #595C6E in popluar number systems.

HEX 59 5C 6E
Decimal 89 92 110
Binary 1011001 1011100 1101110
Octal 131 134 156

Shades and tints

Shades of #595C6E

#595C6E
(89,92,110)
#515464
(81,84,100)
#494C5A
(73,76,90)
#414450
(65,68,80)
#393C46
(57,60,70)
#31343C
(49,52,60)
#292C32
(41,44,50)
#212428
(33,36,40)
#191C1E
(25,28,30)
#111414
(17,20,20)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #595C6E

#595C6E
(89,92,110)
#686A7B
(104,106,123)
#777888
(119,120,136)
#868695
(134,134,149)
#9594A2
(149,148,162)
#A4A2AF
(164,162,175)
#B3B0BC
(179,176,188)
#C2BEC9
(194,190,201)
#D1CCD6
(209,204,214)
#E0DAE3
(224,218,227)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595C6E; }

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

This text font color is #595C6E.

Background Color

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

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

This div background color is #595C6E.

Border color

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

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

This div border color is #595C6E.

Opacity

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

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

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

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

This text has shadow with #595C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595C6E.

Preview

Color preview on black background

This text has color #595C6E on black background.


Color preview on white background

This text has color #595C6E on white background.


Black color preview on #595C6E background

This text has black color on #595C6E background.


White color preview on #595C6E background

This text has white color on #595C6E background.


Related colors

Complementary color

Complementary color for #hex is #A6A391.


I love getcolorcode.com

Triadic colors

1 #6E595C and #5C6E59 with #595C6E are triadic colors.

2 #6E5C59 and #5C596E with #595C6E are triadic colors.