COLOR #585669

HEX: #585669
RGB: (88,86,105)

Color info

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

RGB color model

#585669 color RGB value is (88,86,105).

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

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 105 of 255 = 41%

88
86
105

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

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 105 = 279 (100%)
R 88 of 279 ~ 31.54%
G 86 of 279 ~ 30.82%
B 105 of 279 ~ 37.63%

%31.54
%30.82
%37.63

CMYK color model

#585669 color CMYK value is (16,18,0,59).

  • cyan value is 16.19%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(16,18,0,59)
C16M18Y0K59 
(16%,18%,0%,59%)
(0.16/0.18/0.00/0.59)	

CMYK percentages

%16.19
%18.1
%0
%58.82

Codes

Color #585669 in popluar color models

585669
RGB8886105
HSL246°9.95%37.45%
HSB/HSV246°18.10%41.18%
CMYK16.19%18.10%0.00%
58.82%

Color #585669 in popluar number systems.

HEX585669
Decimal8886105
Binary101100010101101101001
Octal130126151

Shades and tints

Shades of #585669

#585669
(88,86,105)
#504F60
(80,79,96)
#484857
(72,72,87)
#40414E
(64,65,78)
#383A45
(56,58,69)
#30333C
(48,51,60)
#282C33
(40,44,51)
#20252A
(32,37,42)
#181E21
(24,30,33)
#101718
(16,23,24)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #585669

#585669
(88,86,105)
#676576
(103,101,118)
#767483
(118,116,131)
#858390
(133,131,144)
#94929D
(148,146,157)
#A3A1AA
(163,161,170)
#B2B0B7
(178,176,183)
#C1BFC4
(193,191,196)
#D0CED1
(208,206,209)
#DFDDDE
(223,221,222)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585669; }

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

This text font color is #585669.


Background Color

.myBgColor { background-color: #585669; }

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

This div background color is #585669.


Border color

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

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

This div border color is #585669.


Opacity

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

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

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

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

This text has shadow with #585669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585669 on black background.


Color preview on white background

This text has color #585669 on white background.



Black color preview on #585669 background

This text has black color on #585669 background.


White color preview on #585669 background

This text has white color on #585669 background.