COLOR #585873

HEX: #585873 RGB: (88,88,115)

Color info

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

RGB color model

#585873 color RGB value is (88,88,115).

RGB: (88,88,115) (35%, 35%, 45%)

RGB channels and saturation

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

88
88
115

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

Portions of RGB colors in percentages

R + G + B = 88 + 88 + 115 = 291 (100%)
R 88 of 291 ~ 30.24%
G 88 of 291 ~ 30.24%
B 115 of 291 ~ 39.52'%

%30.24
%30.24
%39.52

CMYK color model

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

  • cyan value is 23.48%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (23,23,0,55)
C23M23Y0K55 (23%, 23%, 0%, 55%)
(0.23 / 0.23 / 0.00 / 0.55)

CMYK percentages

%23.48
%23.48
%0
%54.9

Codes

Color #585873 in popluar color models

58 58 73
RGB 88 88 115
HSL 240° 13.30% 39.80%
HSB/HSV 240° 23.48% 45.10%
CMYK 23.48% 23.48% 0.00%
54.90%

Color #585873 in popluar number systems.

HEX 58 58 73
Decimal 88 88 115
Binary 1011000 1011000 1110011
Octal 130 130 163

Shades and tints

Shades of #585873

#585873
(88,88,115)
#505069
(80,80,105)
#48485F
(72,72,95)
#404055
(64,64,85)
#38384B
(56,56,75)
#303041
(48,48,65)
#282837
(40,40,55)
#20202D
(32,32,45)
#181823
(24,24,35)
#101019
(16,16,25)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #585873

#585873
(88,88,115)
#67677F
(103,103,127)
#76768B
(118,118,139)
#858597
(133,133,151)
#9494A3
(148,148,163)
#A3A3AF
(163,163,175)
#B2B2BB
(178,178,187)
#C1C1C7
(193,193,199)
#D0D0D3
(208,208,211)
#DFDFDF
(223,223,223)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585873; }

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

This text font color is #585873.

Background Color

.myBgColor { background-color: #585873; }

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

This div background color is #585873.

Border color

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

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

This div border color is #585873.

Opacity

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

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

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

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

This text has shadow with #585873 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585873.

Preview

Color preview on black background

This text has color #585873 on black background.


Color preview on white background

This text has color #585873 on white background.


Black color preview on #585873 background

This text has black color on #585873 background.


White color preview on #585873 background

This text has white color on #585873 background.


Related colors

Complementary color

Complementary color for #hex is #A7A78C.


I love getcolorcode.com