COLOR #585561

HEX: #585561 RGB: (88,85,97)

Color info

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

RGB color model

#585561 color RGB value is (88,85,97).

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

RGB channels and saturation

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

88
85
97

R + G + B ~ 35%. #585561 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 85 + 97 = 270 (100%)
R 88 of 270 ~ 32.59%
G 85 of 270 ~ 31.48%
B 97 of 270 ~ 35.93'%

%32.59
%31.48
%35.93

CMYK color model

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

  • cyan value is 9.28%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (9,12,0,62)
C9M12Y0K62 (9%, 12%, 0%, 62%)
(0.09 / 0.12 / 0.00 / 0.62)

CMYK percentages

%9.28
%12.37
%0
%61.96

Codes

Color #585561 in popluar color models

58 55 61
RGB 88 85 97
HSL 255° 6.59% 35.69%
HSB/HSV 255° 12.37% 38.04%
CMYK 9.28% 12.37% 0.00%
61.96%

Color #585561 in popluar number systems.

HEX 58 55 61
Decimal 88 85 97
Binary 1011000 1010101 1100001
Octal 130 125 141

Shades and tints

Shades of #585561

#585561
(88,85,97)
#504E59
(80,78,89)
#484751
(72,71,81)
#404049
(64,64,73)
#383941
(56,57,65)
#303239
(48,50,57)
#282B31
(40,43,49)
#202429
(32,36,41)
#181D21
(24,29,33)
#101619
(16,22,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #585561

#585561
(88,85,97)
#67646F
(103,100,111)
#76737D
(118,115,125)
#85828B
(133,130,139)
#949199
(148,145,153)
#A3A0A7
(163,160,167)
#B2AFB5
(178,175,181)
#C1BEC3
(193,190,195)
#D0CDD1
(208,205,209)
#DFDCDF
(223,220,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585561; }

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

This text font color is #585561.

Background Color

.myBgColor { background-color: #585561; }

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

This div background color is #585561.

Border color

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

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

This div border color is #585561.

Opacity

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

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

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

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

This text has shadow with #585561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585561.

Preview

Color preview on black background

This text has color #585561 on black background.


Color preview on white background

This text has color #585561 on white background.


Black color preview on #585561 background

This text has black color on #585561 background.


White color preview on #585561 background

This text has white color on #585561 background.


Related colors

Complementary color

Complementary color for #hex is #A7AA9E.


I love getcolorcode.com

Triadic colors

1 #615855 and #556158 with #585561 are triadic colors.

2 #615558 and #555861 with #585561 are triadic colors.