COLOR #595F7D

HEX: #595F7D RGB: (89,95,125)

Color info

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

RGB color model

#595F7D color RGB value is (89,95,125).

RGB: (89,95,125) (35%, 37%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 125 of 255 = 49%

89
95
125

R + G + B ~ 40%. #595F7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 95 + 125 = 309 (100%)
R 89 of 309 ~ 28.8%
G 95 of 309 ~ 30.74%
B 125 of 309 ~ 40.45'%

%28.8
%30.74
%40.45

CMYK color model

#595F7D color CMYK value is (29,24,0,51).

  • cyan value is 28.80%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (29,24,0,51)
C29M24Y0K51 (29%, 24%, 0%, 51%)
(0.29 / 0.24 / 0.00 / 0.51)

CMYK percentages

%28.8
%24
%0
%50.98

Codes

Color #595F7D in popluar color models

59 5F 7D
RGB 89 95 125
HSL 230° 16.82% 41.96%
HSB/HSV 230° 28.80% 49.02%
CMYK 28.80% 24.00% 0.00%
50.98%

Color #595F7D in popluar number systems.

HEX 59 5F 7D
Decimal 89 95 125
Binary 1011001 1011111 1111101
Octal 131 137 175

Shades and tints

Shades of #595F7D

#595F7D
(89,95,125)
#515772
(81,87,114)
#494F67
(73,79,103)
#41475C
(65,71,92)
#393F51
(57,63,81)
#313746
(49,55,70)
#292F3B
(41,47,59)
#212730
(33,39,48)
#191F25
(25,31,37)
#11171A
(17,23,26)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #595F7D

#595F7D
(89,95,125)
#686D88
(104,109,136)
#777B93
(119,123,147)
#86899E
(134,137,158)
#9597A9
(149,151,169)
#A4A5B4
(164,165,180)
#B3B3BF
(179,179,191)
#C2C1CA
(194,193,202)
#D1CFD5
(209,207,213)
#E0DDE0
(224,221,224)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595F7D color. Also use rgb(89,95,125) instead hex code.

Text Font Color

.myTextColor { color: #595F7D; }

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

This text font color is #595F7D.

Background Color

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

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

This div background color is #595F7D.

Border color

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

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

This div border color is #595F7D.

Opacity

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

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

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

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

This text has shadow with #595F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595F7D.

Preview

Color preview on black background

This text has color #595F7D on black background.


Color preview on white background

This text has color #595F7D on white background.


Black color preview on #595F7D background

This text has black color on #595F7D background.


White color preview on #595F7D background

This text has white color on #595F7D background.


Related colors

Complementary color

Complementary color for #hex is #A6A082.


I love getcolorcode.com

Triadic colors

1 #7D595F and #5F7D59 with #595F7D are triadic colors.

2 #7D5F59 and #5F597D with #595F7D are triadic colors.