COLOR #595F7C

HEX: #595F7C RGB: (89,95,124)

Color info

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

RGB color model

#595F7C color RGB value is (89,95,124).

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

RGB channels and saturation

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

89
95
124

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

Portions of RGB colors in percentages

R + G + B = 89 + 95 + 124 = 308 (100%)
R 89 of 308 ~ 28.9%
G 95 of 308 ~ 30.84%
B 124 of 308 ~ 40.26'%

%28.9
%30.84
%40.26

CMYK color model

#595F7C color CMYK value is (28,23,0,51).

  • cyan value is 28.23%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (28,23,0,51)
C28M23Y0K51 (28%, 23%, 0%, 51%)
(0.28 / 0.23 / 0.00 / 0.51)

CMYK percentages

%28.23
%23.39
%0
%51.37

Codes

Color #595F7C in popluar color models

59 5F 7C
RGB 89 95 124
HSL 230° 16.43% 41.76%
HSB/HSV 230° 28.23% 48.63%
CMYK 28.23% 23.39% 0.00%
51.37%

Color #595F7C in popluar number systems.

HEX 59 5F 7C
Decimal 89 95 124
Binary 1011001 1011111 1111100
Octal 131 137 174

Shades and tints

Shades of #595F7C

#595F7C
(89,95,124)
#515771
(81,87,113)
#494F66
(73,79,102)
#41475B
(65,71,91)
#393F50
(57,63,80)
#313745
(49,55,69)
#292F3A
(41,47,58)
#21272F
(33,39,47)
#191F24
(25,31,36)
#111719
(17,23,25)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #595F7C

#595F7C
(89,95,124)
#686D87
(104,109,135)
#777B92
(119,123,146)
#86899D
(134,137,157)
#9597A8
(149,151,168)
#A4A5B3
(164,165,179)
#B3B3BE
(179,179,190)
#C2C1C9
(194,193,201)
#D1CFD4
(209,207,212)
#E0DDDF
(224,221,223)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595F7C; }

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

This text font color is #595F7C.

Background Color

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

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

This div background color is #595F7C.

Border color

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

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

This div border color is #595F7C.

Opacity

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

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

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

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

This text has shadow with #595F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595F7C.

Preview

Color preview on black background

This text has color #595F7C on black background.


Color preview on white background

This text has color #595F7C on white background.


Black color preview on #595F7C background

This text has black color on #595F7C background.


White color preview on #595F7C background

This text has white color on #595F7C background.


Related colors

Complementary color

Complementary color for #hex is #A6A083.


I love getcolorcode.com

Triadic colors

1 #7C595F and #5F7C59 with #595F7C are triadic colors.

2 #7C5F59 and #5F597C with #595F7C are triadic colors.