COLOR #58577C

HEX: #58577C
RGB: (88,87,124)

Color info

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

RGB color model

#58577C color RGB value is (88,87,124).

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

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 124 of 255 = 49%

88
87
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 124 = 299 (100%)
R 88 of 299 ~ 29.43%
G 87 of 299 ~ 29.1%
B 124 of 299 ~ 41.47%

%29.43
%29.1
%41.47

CMYK color model

#58577C color CMYK value is (29,30,0,51).

  • cyan value is 29.03%
  • magenta value is 29.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(29,30,0,51)
C29M30Y0K51 
(29%,30%,0%,51%)
(0.29/0.30/0.00/0.51)	

CMYK percentages

%29.03
%29.84
%0
%51.37

Codes

Color #58577C in popluar color models

58577C
RGB8887124
HSL242°17.54%41.37%
HSB/HSV242°29.84%48.63%
CMYK29.03%29.84%0.00%
51.37%

Color #58577C in popluar number systems.

HEX58577C
Decimal8887124
Binary101100010101111111100
Octal130127174

Shades and tints

Shades of #58577C

#58577C
(88,87,124)
#505071
(80,80,113)
#484966
(72,73,102)
#40425B
(64,66,91)
#383B50
(56,59,80)
#303445
(48,52,69)
#282D3A
(40,45,58)
#20262F
(32,38,47)
#181F24
(24,31,36)
#101819
(16,24,25)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #58577C

#58577C
(88,87,124)
#676687
(103,102,135)
#767592
(118,117,146)
#85849D
(133,132,157)
#9493A8
(148,147,168)
#A3A2B3
(163,162,179)
#B2B1BE
(178,177,190)
#C1C0C9
(193,192,201)
#D0CFD4
(208,207,212)
#DFDEDF
(223,222,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58577C; }

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

This text font color is #58577C.


Background Color

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

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

This div background color is #58577C.


Border color

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

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

This div border color is #58577C.


Opacity

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

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

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

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

This text has shadow with #58577C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58577C on black background.


Color preview on white background

This text has color #58577C on white background.



Black color preview on #58577C background

This text has black color on #58577C background.


White color preview on #58577C background

This text has white color on #58577C background.