COLOR #585E69

HEX: #585E69 RGB: (88,94,105)

Color info

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

RGB color model

#585E69 color RGB value is (88,94,105).

RGB: (88,94,105) (35%, 37%, 41%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 105 of 255 = 41%

88
94
105

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

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 105 = 287 (100%)
R 88 of 287 ~ 30.66%
G 94 of 287 ~ 32.75%
B 105 of 287 ~ 36.59'%

%30.66
%32.75
%36.59

CMYK color model

#585E69 color CMYK value is (16,10,0,59).

  • cyan value is 16.19%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (16,10,0,59)
C16M10Y0K59 (16%, 10%, 0%, 59%)
(0.16 / 0.10 / 0.00 / 0.59)

CMYK percentages

%16.19
%10.48
%0
%58.82

Codes

Color #585E69 in popluar color models

58 5E 69
RGB 88 94 105
HSL 219° 8.81% 37.84%
HSB/HSV 219° 16.19% 41.18%
CMYK 16.19% 10.48% 0.00%
58.82%

Color #585E69 in popluar number systems.

HEX 58 5E 69
Decimal 88 94 105
Binary 1011000 1011110 1101001
Octal 130 136 151

Shades and tints

Shades of #585E69

#585E69
(88,94,105)
#505660
(80,86,96)
#484E57
(72,78,87)
#40464E
(64,70,78)
#383E45
(56,62,69)
#30363C
(48,54,60)
#282E33
(40,46,51)
#20262A
(32,38,42)
#181E21
(24,30,33)
#101618
(16,22,24)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #585E69

#585E69
(88,94,105)
#676C76
(103,108,118)
#767A83
(118,122,131)
#858890
(133,136,144)
#94969D
(148,150,157)
#A3A4AA
(163,164,170)
#B2B2B7
(178,178,183)
#C1C0C4
(193,192,196)
#D0CED1
(208,206,209)
#DFDCDE
(223,220,222)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E69; }

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

This text font color is #585E69.

Background Color

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

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

This div background color is #585E69.

Border color

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

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

This div border color is #585E69.

Opacity

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

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

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

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

This text has shadow with #585E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E69.

Preview

Color preview on black background

This text has color #585E69 on black background.


Color preview on white background

This text has color #585E69 on white background.


Black color preview on #585E69 background

This text has black color on #585E69 background.


White color preview on #585E69 background

This text has white color on #585E69 background.


Related colors

Complementary color

Complementary color for #hex is #A7A196.


I love getcolorcode.com

Triadic colors

1 #69585E and #5E6958 with #585E69 are triadic colors.

2 #695E58 and #5E5869 with #585E69 are triadic colors.