COLOR #585B80

HEX: #585B80
RGB: (88,91,128)

Color info

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

RGB color model

#585B80 color RGB value is (88,91,128).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 128 of 255 = 50%

88
91
128

R + G + B ~ 40%. #585B80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 128 = 307 (100%)
R 88 of 307 ~ 28.66%
G 91 of 307 ~ 29.64%
B 128 of 307 ~ 41.69%

%28.66
%29.64
%41.69

CMYK color model

#585B80 color CMYK value is (31,29,0,50).

  • cyan value is 31.25%
  • magenta value is 28.91%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(31,29,0,50)
C31M29Y0K50 
(31%,29%,0%,50%)
(0.31/0.29/0.00/0.50)	

CMYK percentages

%31.25
%28.91
%0
%49.8

Codes

Color #585B80 in popluar color models

585B80
RGB8891128
HSL236°18.52%42.35%
HSB/HSV236°31.25%50.20%
CMYK31.25%28.91%0.00%
49.80%

Color #585B80 in popluar number systems.

HEX585B80
Decimal8891128
Binary1011000101101110000000
Octal130133200

Shades and tints

Shades of #585B80

#585B80
(88,91,128)
#505375
(80,83,117)
#484B6A
(72,75,106)
#40435F
(64,67,95)
#383B54
(56,59,84)
#303349
(48,51,73)
#282B3E
(40,43,62)
#202333
(32,35,51)
#181B28
(24,27,40)
#10131D
(16,19,29)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #585B80

#585B80
(88,91,128)
#67698B
(103,105,139)
#767796
(118,119,150)
#8585A1
(133,133,161)
#9493AC
(148,147,172)
#A3A1B7
(163,161,183)
#B2AFC2
(178,175,194)
#C1BDCD
(193,189,205)
#D0CBD8
(208,203,216)
#DFD9E3
(223,217,227)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B80; }

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

This text font color is #585B80.


Background Color

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

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

This div background color is #585B80.


Border color

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

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

This div border color is #585B80.


Opacity

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

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

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

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

This text has shadow with #585B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B80 on black background.


Color preview on white background

This text has color #585B80 on white background.



Black color preview on #585B80 background

This text has black color on #585B80 background.


White color preview on #585B80 background

This text has white color on #585B80 background.