COLOR #585C61

HEX: #585C61 RGB: (88,92,97)

Color info

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

RGB color model

#585C61 color RGB value is (88,92,97).

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

RGB channels and saturation

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

88
92
97

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

Portions of RGB colors in percentages

R + G + B = 88 + 92 + 97 = 277 (100%)
R 88 of 277 ~ 31.77%
G 92 of 277 ~ 33.21%
B 97 of 277 ~ 35.02'%

%31.77
%33.21
%35.02

CMYK color model

#585C61 color CMYK value is (9,5,0,62).

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

CMYK: (9,5,0,62)
C9M5Y0K62 (9%, 5%, 0%, 62%)
(0.09 / 0.05 / 0.00 / 0.62)

CMYK percentages

%9.28
%5.15
%0
%61.96

Codes

Color #585C61 in popluar color models

58 5C 61
RGB 88 92 97
HSL 213° 4.86% 36.27%
HSB/HSV 213° 9.28% 38.04%
CMYK 9.28% 5.15% 0.00%
61.96%

Color #585C61 in popluar number systems.

HEX 58 5C 61
Decimal 88 92 97
Binary 1011000 1011100 1100001
Octal 130 134 141

Shades and tints

Shades of #585C61

#585C61
(88,92,97)
#505459
(80,84,89)
#484C51
(72,76,81)
#404449
(64,68,73)
#383C41
(56,60,65)
#303439
(48,52,57)
#282C31
(40,44,49)
#202429
(32,36,41)
#181C21
(24,28,33)
#101419
(16,20,25)
#080C11
(8,12,17)
#000000
(0,0,0)

Tints of #585C61

#585C61
(88,92,97)
#676A6F
(103,106,111)
#76787D
(118,120,125)
#85868B
(133,134,139)
#949499
(148,148,153)
#A3A2A7
(163,162,167)
#B2B0B5
(178,176,181)
#C1BEC3
(193,190,195)
#D0CCD1
(208,204,209)
#DFDADF
(223,218,223)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C61; }

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

This text font color is #585C61.

Background Color

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

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

This div background color is #585C61.

Border color

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

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

This div border color is #585C61.

Opacity

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

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

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

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

This text has shadow with #585C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585C61.

Preview

Color preview on black background

This text has color #585C61 on black background.


Color preview on white background

This text has color #585C61 on white background.


Black color preview on #585C61 background

This text has black color on #585C61 background.


White color preview on #585C61 background

This text has white color on #585C61 background.


Related colors

Complementary color

Complementary color for #hex is #A7A39E.


I love getcolorcode.com

Triadic colors

1 #61585C and #5C6158 with #585C61 are triadic colors.

2 #615C58 and #5C5861 with #585C61 are triadic colors.