COLOR #58577A

HEX: #58577A
RGB: (88,87,122)

Color info

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

RGB color model

#58577A color RGB value is (88,87,122).

  • red value is 88;
  • green value is 87;
  • blue value is 122.
RGB:
(88,87,122)
(35%,34%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 122 of 255 = 48%

88
87
122

R + G + B ~ 39%. #58577A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 122 = 297 (100%)
R 88 of 297 ~ 29.63%
G 87 of 297 ~ 29.29%
B 122 of 297 ~ 41.08%

%29.63
%29.29
%41.08

CMYK color model

#58577A color CMYK value is (28,29,0,52).

  • cyan value is 27.87%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(28,29,0,52)
C28M29Y0K52 
(28%,29%,0%,52%)
(0.28/0.29/0.00/0.52)	

CMYK percentages

%27.87
%28.69
%0
%52.16

Codes

Color #58577A in popluar color models

58577A
RGB8887122
HSL242°16.75%40.98%
HSB/HSV242°28.69%47.84%
CMYK27.87%28.69%0.00%
52.16%

Color #58577A in popluar number systems.

HEX58577A
Decimal8887122
Binary101100010101111111010
Octal130127172

Shades and tints

Shades of #58577A

#58577A
(88,87,122)
#50506F
(80,80,111)
#484964
(72,73,100)
#404259
(64,66,89)
#383B4E
(56,59,78)
#303443
(48,52,67)
#282D38
(40,45,56)
#20262D
(32,38,45)
#181F22
(24,31,34)
#101817
(16,24,23)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #58577A

#58577A
(88,87,122)
#676686
(103,102,134)
#767592
(118,117,146)
#85849E
(133,132,158)
#9493AA
(148,147,170)
#A3A2B6
(163,162,182)
#B2B1C2
(178,177,194)
#C1C0CE
(193,192,206)
#D0CFDA
(208,207,218)
#DFDEE6
(223,222,230)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58577A color. Also use rgb(88,87,122) instead hex code.

Text Font Color

.myTextColor { color: #58577A; }

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

This text font color is #58577A.


Background Color

.myBgColor { background-color: #58577A; }

<div style="background-color:#58577A">Inner text</div>

This div background color is #58577A.


Border color

.myBorderColor { border: 1px solid #58577A; }

<div style="border:3px solid #58577A">Div</div>

This div border color is #58577A.


Opacity

.myOpacity80 { color: #58577A; opacity: 0.8; }

<p style="color:#58577A;opacity:0.8;">80%</p>

Text with #58577A 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 #58577A;}

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

This text has shadow with #58577A color.

.textShadow {text-shadow: 3px 3px 1px #58577A, 3px 3px 1px red;}

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

This text has shadow with #58577A primary color and red secondary color.


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

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

This text has shadow with #58577A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58577A on black background.


Color preview on white background

This text has color #58577A on white background.



Black color preview on #58577A background

This text has black color on #58577A background.


White color preview on #58577A background

This text has white color on #58577A background.