COLOR #585A6D

HEX: #585A6D
RGB: (88,90,109)

Color info

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

RGB color model

#585A6D color RGB value is (88,90,109).

  • red value is 88;
  • green value is 90;
  • blue value is 109.
RGB:
(88,90,109)
(35%,35%,43%)

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 109 of 255 = 43%

88
90
109

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

Portions of RGB colors in percentages

R + G + B =
88 + 90 + 109 = 287 (100%)
R 88 of 287 ~ 30.66%
G 90 of 287 ~ 31.36%
B 109 of 287 ~ 37.98%

%30.66
%31.36
%37.98

CMYK color model

#585A6D color CMYK value is (19,17,0,57).

  • cyan value is 19.27%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(19,17,0,57)
C19M17Y0K57 
(19%,17%,0%,57%)
(0.19/0.17/0.00/0.57)	

CMYK percentages

%19.27
%17.43
%0
%57.25

Codes

Color #585A6D in popluar color models

585A6D
RGB8890109
HSL234°10.66%38.63%
HSB/HSV234°19.27%42.75%
CMYK19.27%17.43%0.00%
57.25%

Color #585A6D in popluar number systems.

HEX585A6D
Decimal8890109
Binary101100010110101101101
Octal130132155

Shades and tints

Shades of #585A6D

#585A6D
(88,90,109)
#505264
(80,82,100)
#484A5B
(72,74,91)
#404252
(64,66,82)
#383A49
(56,58,73)
#303240
(48,50,64)
#282A37
(40,42,55)
#20222E
(32,34,46)
#181A25
(24,26,37)
#10121C
(16,18,28)
#080A13
(8,10,19)
#000000
(0,0,0)

Tints of #585A6D

#585A6D
(88,90,109)
#67697A
(103,105,122)
#767887
(118,120,135)
#858794
(133,135,148)
#9496A1
(148,150,161)
#A3A5AE
(163,165,174)
#B2B4BB
(178,180,187)
#C1C3C8
(193,195,200)
#D0D2D5
(208,210,213)
#DFE1E2
(223,225,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A6D color. Also use rgb(88,90,109) instead hex code.

Text Font Color

.myTextColor { color: #585A6D; }

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

This text font color is #585A6D.


Background Color

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

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

This div background color is #585A6D.


Border color

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

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

This div border color is #585A6D.


Opacity

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

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

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

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

This text has shadow with #585A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A6D on black background.


Color preview on white background

This text has color #585A6D on white background.



Black color preview on #585A6D background

This text has black color on #585A6D background.


White color preview on #585A6D background

This text has white color on #585A6D background.