COLOR #585B6A

HEX: #585B6A
RGB: (88,91,106)

Color info

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

RGB color model

#585B6A color RGB value is (88,91,106).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 106 of 255 = 42%

88
91
106

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

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 106 = 285 (100%)
R 88 of 285 ~ 30.88%
G 91 of 285 ~ 31.93%
B 106 of 285 ~ 37.19%

%30.88
%31.93
%37.19

CMYK color model

#585B6A color CMYK value is (17,14,0,58).

  • cyan value is 16.98%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,14,0,58)
C17M14Y0K58 
(17%,14%,0%,58%)
(0.17/0.14/0.00/0.58)	

CMYK percentages

%16.98
%14.15
%0
%58.43

Codes

Color #585B6A in popluar color models

585B6A
RGB8891106
HSL230°9.28%38.04%
HSB/HSV230°16.98%41.57%
CMYK16.98%14.15%0.00%
58.43%

Color #585B6A in popluar number systems.

HEX585B6A
Decimal8891106
Binary101100010110111101010
Octal130133152

Shades and tints

Shades of #585B6A

#585B6A
(88,91,106)
#505361
(80,83,97)
#484B58
(72,75,88)
#40434F
(64,67,79)
#383B46
(56,59,70)
#30333D
(48,51,61)
#282B34
(40,43,52)
#20232B
(32,35,43)
#181B22
(24,27,34)
#101319
(16,19,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #585B6A

#585B6A
(88,91,106)
#676977
(103,105,119)
#767784
(118,119,132)
#858591
(133,133,145)
#94939E
(148,147,158)
#A3A1AB
(163,161,171)
#B2AFB8
(178,175,184)
#C1BDC5
(193,189,197)
#D0CBD2
(208,203,210)
#DFD9DF
(223,217,223)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B6A; }

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

This text font color is #585B6A.


Background Color

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

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

This div background color is #585B6A.


Border color

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

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

This div border color is #585B6A.


Opacity

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

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

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

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

This text has shadow with #585B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B6A on black background.


Color preview on white background

This text has color #585B6A on white background.



Black color preview on #585B6A background

This text has black color on #585B6A background.


White color preview on #585B6A background

This text has white color on #585B6A background.