COLOR #585E5F

HEX: #585E5F RGB: (88,94,95)

Color info

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

RGB color model

#585E5F color RGB value is (88,94,95).

RGB: (88,94,95) (35%, 37%, 37%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 95 of 255 = 37%

88
94
95

R + G + B ~ 36%. #585E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 95 = 277 (100%)
R 88 of 277 ~ 31.77%
G 94 of 277 ~ 33.94%
B 95 of 277 ~ 34.3'%

%31.77
%33.94
%34.3

CMYK color model

#585E5F color CMYK value is (7,1,0,63).

  • cyan value is 7.37%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (7,1,0,63)
C7M1Y0K63 (7%, 1%, 0%, 63%)
(0.07 / 0.01 / 0.00 / 0.63)

CMYK percentages

%7.37
%1.05
%0
%62.75

Codes

Color #585E5F in popluar color models

58 5E 5F
RGB 88 94 95
HSL 189° 3.83% 35.88%
HSB/HSV 189° 7.37% 37.25%
CMYK 7.37% 1.05% 0.00%
62.75%

Color #585E5F in popluar number systems.

HEX 58 5E 5F
Decimal 88 94 95
Binary 1011000 1011110 1011111
Octal 130 136 137

Shades and tints

Shades of #585E5F

#585E5F
(88,94,95)
#505657
(80,86,87)
#484E4F
(72,78,79)
#404647
(64,70,71)
#383E3F
(56,62,63)
#303637
(48,54,55)
#282E2F
(40,46,47)
#202627
(32,38,39)
#181E1F
(24,30,31)
#101617
(16,22,23)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #585E5F

#585E5F
(88,94,95)
#676C6D
(103,108,109)
#767A7B
(118,122,123)
#858889
(133,136,137)
#949697
(148,150,151)
#A3A4A5
(163,164,165)
#B2B2B3
(178,178,179)
#C1C0C1
(193,192,193)
#D0CECF
(208,206,207)
#DFDCDD
(223,220,221)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585E5F color. Also use rgb(88,94,95) instead hex code.

Text Font Color

.myTextColor { color: #585E5F; }

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

This text font color is #585E5F.

Background Color

.myBgColor { background-color: #585E5F; }

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

This div background color is #585E5F.

Border color

.myBorderColor { border: 1px solid #585E5F; }

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

This div border color is #585E5F.

Opacity

.myOpacity80 { color: #585E5F; opacity: 0.8; }

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

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

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

This text has shadow with #585E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E5F.

Preview

Color preview on black background

This text has color #585E5F on black background.


Color preview on white background

This text has color #585E5F on white background.


Black color preview on #585E5F background

This text has black color on #585E5F background.


White color preview on #585E5F background

This text has white color on #585E5F background.


Related colors

Complementary color

Complementary color for #hex is #A7A1A0.


I love getcolorcode.com

Triadic colors

1 #5F585E and #5E5F58 with #585E5F are triadic colors.

2 #5F5E58 and #5E585F with #585E5F are triadic colors.