COLOR #595A6F

HEX: #595A6F RGB: (89,90,111)

Color info

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

RGB color model

#595A6F color RGB value is (89,90,111).

RGB: (89,90,111) (35%, 35%, 44%)

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 111 of 255 = 44%

89
90
111

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

Portions of RGB colors in percentages

R + G + B = 89 + 90 + 111 = 290 (100%)
R 89 of 290 ~ 30.69%
G 90 of 290 ~ 31.03%
B 111 of 290 ~ 38.28'%

%30.69
%31.03
%38.28

CMYK color model

#595A6F color CMYK value is (20,19,0,56).

  • cyan value is 19.82%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (20,19,0,56)
C20M19Y0K56 (20%, 19%, 0%, 56%)
(0.20 / 0.19 / 0.00 / 0.56)

CMYK percentages

%19.82
%18.92
%0
%56.47

Codes

Color #595A6F in popluar color models

59 5A 6F
RGB 89 90 111
HSL 237° 11.00% 39.22%
HSB/HSV 237° 19.82% 43.53%
CMYK 19.82% 18.92% 0.00%
56.47%

Color #595A6F in popluar number systems.

HEX 59 5A 6F
Decimal 89 90 111
Binary 1011001 1011010 1101111
Octal 131 132 157

Shades and tints

Shades of #595A6F

#595A6F
(89,90,111)
#515265
(81,82,101)
#494A5B
(73,74,91)
#414251
(65,66,81)
#393A47
(57,58,71)
#31323D
(49,50,61)
#292A33
(41,42,51)
#212229
(33,34,41)
#191A1F
(25,26,31)
#111215
(17,18,21)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #595A6F

#595A6F
(89,90,111)
#68697C
(104,105,124)
#777889
(119,120,137)
#868796
(134,135,150)
#9596A3
(149,150,163)
#A4A5B0
(164,165,176)
#B3B4BD
(179,180,189)
#C2C3CA
(194,195,202)
#D1D2D7
(209,210,215)
#E0E1E4
(224,225,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595A6F color. Also use rgb(89,90,111) instead hex code.

Text Font Color

.myTextColor { color: #595A6F; }

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

This text font color is #595A6F.

Background Color

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

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

This div background color is #595A6F.

Border color

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

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

This div border color is #595A6F.

Opacity

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

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

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

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

This text has shadow with #595A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595A6F.

Preview

Color preview on black background

This text has color #595A6F on black background.


Color preview on white background

This text has color #595A6F on white background.


Black color preview on #595A6F background

This text has black color on #595A6F background.


White color preview on #595A6F background

This text has white color on #595A6F background.


Related colors

Complementary color

Complementary color for #hex is #A6A590.


I love getcolorcode.com

Triadic colors

1 #6F595A and #5A6F59 with #595A6F are triadic colors.

2 #6F5A59 and #5A596F with #595A6F are triadic colors.