COLOR #585058

HEX: #585058
RGB: (88,80,88)

Color info

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

RGB color model

#585058 color RGB value is (88,80,88).

  • red value is 88;
  • green value is 80;
  • blue value is 88.
RGB:
(88,80,88)
(35%,31%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 88 of 255 = 35%

88
80
88

R + G + B ~ 34%. #585058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 88 = 256 (100%)
R 88 of 256 ~ 34.38%
G 80 of 256 ~ 31.25%
B 88 of 256 ~ 34.38%

%34.38
%31.25
%34.38

CMYK color model

#585058 color CMYK value is (0,9,0,65).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(0,9,0,65)
C0M9Y0K65 
(0%,9%,0%,65%)
(0.00/0.09/0.00/0.65)	

CMYK percentages

%0
%9.09
%0
%65.49

Codes

Color #585058 in popluar color models

585058
RGB888088
HSL300°4.76%32.94%
HSB/HSV300°9.09%34.51%
CMYK0.00%9.09%0.00%
65.49%

Color #585058 in popluar number systems.

HEX585058
Decimal888088
Binary101100010100001011000
Octal130120130

Shades and tints

Shades of #585058

#585058
(88,80,88)
#504950
(80,73,80)
#484248
(72,66,72)
#403B40
(64,59,64)
#383438
(56,52,56)
#302D30
(48,45,48)
#282628
(40,38,40)
#201F20
(32,31,32)
#181818
(24,24,24)
#101110
(16,17,16)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #585058

#585058
(88,80,88)
#675F67
(103,95,103)
#766E76
(118,110,118)
#857D85
(133,125,133)
#948C94
(148,140,148)
#A39BA3
(163,155,163)
#B2AAB2
(178,170,178)
#C1B9C1
(193,185,193)
#D0C8D0
(208,200,208)
#DFD7DF
(223,215,223)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585058; }

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

This text font color is #585058.


Background Color

.myBgColor { background-color: #585058; }

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

This div background color is #585058.


Border color

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

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

This div border color is #585058.


Opacity

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

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

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

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

This text has shadow with #585058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585058 on black background.


Color preview on white background

This text has color #585058 on white background.



Black color preview on #585058 background

This text has black color on #585058 background.


White color preview on #585058 background

This text has white color on #585058 background.