COLOR #585565

HEX: #585565
RGB: (88,85,101)

Color info

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

RGB color model

#585565 color RGB value is (88,85,101).

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

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 101 of 255 = 40%

88
85
101

R + G + B ~ 36%. #585565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 101 = 274 (100%)
R 88 of 274 ~ 32.12%
G 85 of 274 ~ 31.02%
B 101 of 274 ~ 36.86%

%32.12
%31.02
%36.86

CMYK color model

#585565 color CMYK value is (13,16,0,60).

  • cyan value is 12.87%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(13,16,0,60)
C13M16Y0K60 
(13%,16%,0%,60%)
(0.13/0.16/0.00/0.60)	

CMYK percentages

%12.87
%15.84
%0
%60.39

Codes

Color #585565 in popluar color models

585565
RGB8885101
HSL251°8.60%36.47%
HSB/HSV251°15.84%39.61%
CMYK12.87%15.84%0.00%
60.39%

Color #585565 in popluar number systems.

HEX585565
Decimal8885101
Binary101100010101011100101
Octal130125145

Shades and tints

Shades of #585565

#585565
(88,85,101)
#504E5C
(80,78,92)
#484753
(72,71,83)
#40404A
(64,64,74)
#383941
(56,57,65)
#303238
(48,50,56)
#282B2F
(40,43,47)
#202426
(32,36,38)
#181D1D
(24,29,29)
#101614
(16,22,20)
#080F0B
(8,15,11)
#000000
(0,0,0)

Tints of #585565

#585565
(88,85,101)
#676473
(103,100,115)
#767381
(118,115,129)
#85828F
(133,130,143)
#94919D
(148,145,157)
#A3A0AB
(163,160,171)
#B2AFB9
(178,175,185)
#C1BEC7
(193,190,199)
#D0CDD5
(208,205,213)
#DFDCE3
(223,220,227)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585565; }

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

This text font color is #585565.


Background Color

.myBgColor { background-color: #585565; }

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

This div background color is #585565.


Border color

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

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

This div border color is #585565.


Opacity

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

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

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

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

This text has shadow with #585565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585565 on black background.


Color preview on white background

This text has color #585565 on white background.



Black color preview on #585565 background

This text has black color on #585565 background.


White color preview on #585565 background

This text has white color on #585565 background.