COLOR #585861

HEX: #585861 RGB: (88,88,97)

Color info

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

RGB color model

#585861 color RGB value is (88,88,97).

RGB: (88,88,97) (35%, 35%, 38%)

RGB channels and saturation

R 88 of 255 = 35%
G 88 of 255 = 35%
B 97 of 255 = 38%

88
88
97

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

Portions of RGB colors in percentages

R + G + B = 88 + 88 + 97 = 273 (100%)
R 88 of 273 ~ 32.23%
G 88 of 273 ~ 32.23%
B 97 of 273 ~ 35.53'%

%32.23
%32.23
%35.53

CMYK color model

#585861 color CMYK value is (9,9,0,62).

  • cyan value is 9.28%
  • magenta value is 9.28%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (9,9,0,62) C9M9Y0K62 (9%,9%,0%,62%) (0.09/0.09/0.00/0.62) 

CMYK percentages

%9.28
%9.28
%0
%61.96

Codes

Color #585861 in popluar color models

58 58 61
RGB 88 88 97
HSL 240° 4.86% 36.27%
HSB/HSV 240° 9.28% 38.04%
CMYK 9.28% 9.28% 0.00%
61.96%

Color #585861 in popluar number systems.

HEX 58 58 61
Decimal 88 88 97
Binary 1011000 1011000 1100001
Octal 130 130 141

Shades and tints

Shades of #585861

#585861
(88,88,97)
#505059
(80,80,89)
#484851
(72,72,81)
#404049
(64,64,73)
#383841
(56,56,65)
#303039
(48,48,57)
#282831
(40,40,49)
#202029
(32,32,41)
#181821
(24,24,33)
#101019
(16,16,25)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #585861

#585861
(88,88,97)
#67676F
(103,103,111)
#76767D
(118,118,125)
#85858B
(133,133,139)
#949499
(148,148,153)
#A3A3A7
(163,163,167)
#B2B2B5
(178,178,181)
#C1C1C3
(193,193,195)
#D0D0D1
(208,208,209)
#DFDFDF
(223,223,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585861; }

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

This text font color is #585861.

Background Color

.myBgColor { background-color: #585861; }

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

This div background color is #585861.

Border color

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

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

This div border color is #585861.

Opacity

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

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

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

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

This text has shadow with #585861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585861.

Preview

Color preview on black background

This text has color #585861 on black background.


Color preview on white background

This text has color #585861 on white background.


Black color preview on #585861 background

This text has black color on #585861 background.


White color preview on #585861 background

This text has white color on #585861 background.


Related colors

Complementary color

Complementary color for #hex is #A7A79E.


I love getcolorcode.com