COLOR #585573

HEX: #585573
RGB: (88,85,115)

Color info

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

RGB color model

#585573 color RGB value is (88,85,115).

  • red value is 88;
  • green value is 85;
  • blue value is 115.
RGB:
(88,85,115)
(35%,33%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 115 of 255 = 45%

88
85
115

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

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 115 = 288 (100%)
R 88 of 288 ~ 30.56%
G 85 of 288 ~ 29.51%
B 115 of 288 ~ 39.93%

%30.56
%29.51
%39.93

CMYK color model

#585573 color CMYK value is (23,26,0,55).

  • cyan value is 23.48%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(23,26,0,55)
C23M26Y0K55 
(23%,26%,0%,55%)
(0.23/0.26/0.00/0.55)	

CMYK percentages

%23.48
%26.09
%0
%54.9

Codes

Color #585573 in popluar color models

585573
RGB8885115
HSL246°15.00%39.22%
HSB/HSV246°26.09%45.10%
CMYK23.48%26.09%0.00%
54.90%

Color #585573 in popluar number systems.

HEX585573
Decimal8885115
Binary101100010101011110011
Octal130125163

Shades and tints

Shades of #585573

#585573
(88,85,115)
#504E69
(80,78,105)
#48475F
(72,71,95)
#404055
(64,64,85)
#38394B
(56,57,75)
#303241
(48,50,65)
#282B37
(40,43,55)
#20242D
(32,36,45)
#181D23
(24,29,35)
#101619
(16,22,25)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #585573

#585573
(88,85,115)
#67647F
(103,100,127)
#76738B
(118,115,139)
#858297
(133,130,151)
#9491A3
(148,145,163)
#A3A0AF
(163,160,175)
#B2AFBB
(178,175,187)
#C1BEC7
(193,190,199)
#D0CDD3
(208,205,211)
#DFDCDF
(223,220,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585573 color. Also use rgb(88,85,115) instead hex code.

Text Font Color

.myTextColor { color: #585573; }

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

This text font color is #585573.


Background Color

.myBgColor { background-color: #585573; }

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

This div background color is #585573.


Border color

.myBorderColor { border: 1px solid #585573; }

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

This div border color is #585573.


Opacity

.myOpacity80 { color: #585573; opacity: 0.8; }

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

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

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

This text has shadow with #585573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585573 on black background.


Color preview on white background

This text has color #585573 on white background.



Black color preview on #585573 background

This text has black color on #585573 background.


White color preview on #585573 background

This text has white color on #585573 background.