COLOR #585B6E

HEX: #585B6E
RGB: (88,91,110)

Color info

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

RGB color model

#585B6E color RGB value is (88,91,110).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 110 of 255 = 43%

88
91
110

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

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 110 = 289 (100%)
R 88 of 289 ~ 30.45%
G 91 of 289 ~ 31.49%
B 110 of 289 ~ 38.06%

%30.45
%31.49
%38.06

CMYK color model

#585B6E color CMYK value is (20,17,0,57).

  • cyan value is 20.00%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(20,17,0,57)
C20M17Y0K57 
(20%,17%,0%,57%)
(0.20/0.17/0.00/0.57)	

CMYK percentages

%20
%17.27
%0
%56.86

Codes

Color #585B6E in popluar color models

585B6E
RGB8891110
HSL232°11.11%38.82%
HSB/HSV232°20.00%43.14%
CMYK20.00%17.27%0.00%
56.86%

Color #585B6E in popluar number systems.

HEX585B6E
Decimal8891110
Binary101100010110111101110
Octal130133156

Shades and tints

Shades of #585B6E

#585B6E
(88,91,110)
#505364
(80,83,100)
#484B5A
(72,75,90)
#404350
(64,67,80)
#383B46
(56,59,70)
#30333C
(48,51,60)
#282B32
(40,43,50)
#202328
(32,35,40)
#181B1E
(24,27,30)
#101314
(16,19,20)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #585B6E

#585B6E
(88,91,110)
#67697B
(103,105,123)
#767788
(118,119,136)
#858595
(133,133,149)
#9493A2
(148,147,162)
#A3A1AF
(163,161,175)
#B2AFBC
(178,175,188)
#C1BDC9
(193,189,201)
#D0CBD6
(208,203,214)
#DFD9E3
(223,217,227)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B6E; }

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

This text font color is #585B6E.


Background Color

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

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

This div background color is #585B6E.


Border color

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

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

This div border color is #585B6E.


Opacity

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

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

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

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

This text has shadow with #585B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B6E on black background.


Color preview on white background

This text has color #585B6E on white background.



Black color preview on #585B6E background

This text has black color on #585B6E background.


White color preview on #585B6E background

This text has white color on #585B6E background.