COLOR #58596E

HEX: #58596E
RGB: (88,89,110)

Color info

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

RGB color model

#58596E color RGB value is (88,89,110).

  • red value is 88;
  • green value is 89;
  • blue value is 110.
RGB:
(88,89,110)
(35%,35%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 110 of 255 = 43%

88
89
110

R + G + B ~ 38%. #58596E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 110 = 287 (100%)
R 88 of 287 ~ 30.66%
G 89 of 287 ~ 31.01%
B 110 of 287 ~ 38.33%

%30.66
%31.01
%38.33

CMYK color model

#58596E color CMYK value is (20,19,0,57).

  • cyan value is 20.00%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(20,19,0,57)
C20M19Y0K57 
(20%,19%,0%,57%)
(0.20/0.19/0.00/0.57)	

CMYK percentages

%20
%19.09
%0
%56.86

Codes

Color #58596E in popluar color models

58596E
RGB8889110
HSL237°11.11%38.82%
HSB/HSV237°20.00%43.14%
CMYK20.00%19.09%0.00%
56.86%

Color #58596E in popluar number systems.

HEX58596E
Decimal8889110
Binary101100010110011101110
Octal130131156

Shades and tints

Shades of #58596E

#58596E
(88,89,110)
#505164
(80,81,100)
#48495A
(72,73,90)
#404150
(64,65,80)
#383946
(56,57,70)
#30313C
(48,49,60)
#282932
(40,41,50)
#202128
(32,33,40)
#18191E
(24,25,30)
#101114
(16,17,20)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #58596E

#58596E
(88,89,110)
#67687B
(103,104,123)
#767788
(118,119,136)
#858695
(133,134,149)
#9495A2
(148,149,162)
#A3A4AF
(163,164,175)
#B2B3BC
(178,179,188)
#C1C2C9
(193,194,201)
#D0D1D6
(208,209,214)
#DFE0E3
(223,224,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58596E color. Also use rgb(88,89,110) instead hex code.

Text Font Color

.myTextColor { color: #58596E; }

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

This text font color is #58596E.


Background Color

.myBgColor { background-color: #58596E; }

<div style="background-color:#58596E">Inner text</div>

This div background color is #58596E.


Border color

.myBorderColor { border: 1px solid #58596E; }

<div style="border:3px solid #58596E">Div</div>

This div border color is #58596E.


Opacity

.myOpacity80 { color: #58596E; opacity: 0.8; }

<p style="color:#58596E;opacity:0.8;">80%</p>

Text with #58596E 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 #58596E;}

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

This text has shadow with #58596E color.

.textShadow {text-shadow: 3px 3px 1px #58596E, 3px 3px 1px red;}

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

This text has shadow with #58596E primary color and red secondary color.


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

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

This text has shadow with #58596E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58596E;
-webkit-box-shadow: 1px 1px 3px 2px #58596E;
box-shadow:1px 1px 3px 2px #58596E;">
Div content here</div>
This div box has shadow with color #58596E.

Preview

Color preview on black background

This text has color #58596E on black background.


Color preview on white background

This text has color #58596E on white background.



Black color preview on #58596E background

This text has black color on #58596E background.


White color preview on #58596E background

This text has white color on #58596E background.