COLOR #585A68

HEX: #585A68
RGB: (88,90,104)

Color info

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

RGB color model

#585A68 color RGB value is (88,90,104).

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

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 104 of 255 = 41%

88
90
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 90 + 104 = 282 (100%)
R 88 of 282 ~ 31.21%
G 90 of 282 ~ 31.91%
B 104 of 282 ~ 36.88%

%31.21
%31.91
%36.88

CMYK color model

#585A68 color CMYK value is (15,13,0,59).

  • cyan value is 15.38%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,13,0,59)
C15M13Y0K59 
(15%,13%,0%,59%)
(0.15/0.13/0.00/0.59)	

CMYK percentages

%15.38
%13.46
%0
%59.22

Codes

Color #585A68 in popluar color models

585A68
RGB8890104
HSL233°8.33%37.65%
HSB/HSV233°15.38%40.78%
CMYK15.38%13.46%0.00%
59.22%

Color #585A68 in popluar number systems.

HEX585A68
Decimal8890104
Binary101100010110101101000
Octal130132150

Shades and tints

Shades of #585A68

#585A68
(88,90,104)
#50525F
(80,82,95)
#484A56
(72,74,86)
#40424D
(64,66,77)
#383A44
(56,58,68)
#30323B
(48,50,59)
#282A32
(40,42,50)
#202229
(32,34,41)
#181A20
(24,26,32)
#101217
(16,18,23)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #585A68

#585A68
(88,90,104)
#676975
(103,105,117)
#767882
(118,120,130)
#85878F
(133,135,143)
#94969C
(148,150,156)
#A3A5A9
(163,165,169)
#B2B4B6
(178,180,182)
#C1C3C3
(193,195,195)
#D0D2D0
(208,210,208)
#DFE1DD
(223,225,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A68; }

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

This text font color is #585A68.


Background Color

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

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

This div background color is #585A68.


Border color

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

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

This div border color is #585A68.


Opacity

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

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

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

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

This text has shadow with #585A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A68 on black background.


Color preview on white background

This text has color #585A68 on white background.



Black color preview on #585A68 background

This text has black color on #585A68 background.


White color preview on #585A68 background

This text has white color on #585A68 background.