COLOR #585B69

HEX: #585B69
RGB: (88,91,105)

Color info

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

RGB color model

#585B69 color RGB value is (88,91,105).

  • red value is 88;
  • green value is 91;
  • blue value is 105.
RGB:
(88,91,105)
(35%,36%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 105 of 255 = 41%

88
91
105

R + G + B ~ 37%. #585B69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 105 = 284 (100%)
R 88 of 284 ~ 30.99%
G 91 of 284 ~ 32.04%
B 105 of 284 ~ 36.97%

%30.99
%32.04
%36.97

CMYK color model

#585B69 color CMYK value is (16,13,0,59).

  • cyan value is 16.19%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(16,13,0,59)
C16M13Y0K59 
(16%,13%,0%,59%)
(0.16/0.13/0.00/0.59)	

CMYK percentages

%16.19
%13.33
%0
%58.82

Codes

Color #585B69 in popluar color models

585B69
RGB8891105
HSL229°8.81%37.84%
HSB/HSV229°16.19%41.18%
CMYK16.19%13.33%0.00%
58.82%

Color #585B69 in popluar number systems.

HEX585B69
Decimal8891105
Binary101100010110111101001
Octal130133151

Shades and tints

Shades of #585B69

#585B69
(88,91,105)
#505360
(80,83,96)
#484B57
(72,75,87)
#40434E
(64,67,78)
#383B45
(56,59,69)
#30333C
(48,51,60)
#282B33
(40,43,51)
#20232A
(32,35,42)
#181B21
(24,27,33)
#101318
(16,19,24)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #585B69

#585B69
(88,91,105)
#676976
(103,105,118)
#767783
(118,119,131)
#858590
(133,133,144)
#94939D
(148,147,157)
#A3A1AA
(163,161,170)
#B2AFB7
(178,175,183)
#C1BDC4
(193,189,196)
#D0CBD1
(208,203,209)
#DFD9DE
(223,217,222)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B69; }

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

This text font color is #585B69.


Background Color

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

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

This div background color is #585B69.


Border color

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

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

This div border color is #585B69.


Opacity

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

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

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

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

This text has shadow with #585B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B69 on black background.


Color preview on white background

This text has color #585B69 on white background.



Black color preview on #585B69 background

This text has black color on #585B69 background.


White color preview on #585B69 background

This text has white color on #585B69 background.