COLOR #585B65

HEX: #585B65
RGB: (88,91,101)

Color info

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

RGB color model

#585B65 color RGB value is (88,91,101).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 101 of 255 = 40%

88
91
101

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

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 101 = 280 (100%)
R 88 of 280 ~ 31.43%
G 91 of 280 ~ 32.5%
B 101 of 280 ~ 36.07%

%31.43
%32.5
%36.07

CMYK color model

#585B65 color CMYK value is (13,10,0,60).

  • cyan value is 12.87%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(13,10,0,60)
C13M10Y0K60 
(13%,10%,0%,60%)
(0.13/0.10/0.00/0.60)	

CMYK percentages

%12.87
%9.9
%0
%60.39

Codes

Color #585B65 in popluar color models

585B65
RGB8891101
HSL226°6.88%37.06%
HSB/HSV226°12.87%39.61%
CMYK12.87%9.90%0.00%
60.39%

Color #585B65 in popluar number systems.

HEX585B65
Decimal8891101
Binary101100010110111100101
Octal130133145

Shades and tints

Shades of #585B65

#585B65
(88,91,101)
#50535C
(80,83,92)
#484B53
(72,75,83)
#40434A
(64,67,74)
#383B41
(56,59,65)
#303338
(48,51,56)
#282B2F
(40,43,47)
#202326
(32,35,38)
#181B1D
(24,27,29)
#101314
(16,19,20)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #585B65

#585B65
(88,91,101)
#676973
(103,105,115)
#767781
(118,119,129)
#85858F
(133,133,143)
#94939D
(148,147,157)
#A3A1AB
(163,161,171)
#B2AFB9
(178,175,185)
#C1BDC7
(193,189,199)
#D0CBD5
(208,203,213)
#DFD9E3
(223,217,227)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B65; }

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

This text font color is #585B65.


Background Color

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

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

This div background color is #585B65.


Border color

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

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

This div border color is #585B65.


Opacity

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

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

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

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

This text has shadow with #585B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B65 on black background.


Color preview on white background

This text has color #585B65 on white background.



Black color preview on #585B65 background

This text has black color on #585B65 background.


White color preview on #585B65 background

This text has white color on #585B65 background.