COLOR #585256

HEX: #585256 RGB: (88,82,86)

Color info

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

RGB color model

#585256 color RGB value is (88,82,86).

RGB: (88,82,86) (35%, 32%, 34%)

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 86 of 255 = 34%

88
82
86

R + G + B ~ 34%. #585256 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 82 + 86 = 256 (100%)
R 88 of 256 ~ 34.38%
G 82 of 256 ~ 32.03%
B 86 of 256 ~ 33.59'%

%34.38
%32.03
%33.59

CMYK color model

#585256 color CMYK value is (0,7,2,65).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK: (0,7,2,65) C0M7Y2K65 (0%,7%,2%,65%) (0.00/0.07/0.02/0.65) 

CMYK percentages

%0
%6.82
%2.27
%65.49

Codes

Color #585256 in popluar color models

58 52 56
RGB 88 82 86
HSL 320° 3.53% 33.33%
HSB/HSV 320° 6.82% 34.51%
CMYK 0.00% 6.82% 2.27%
65.49%

Color #585256 in popluar number systems.

HEX 58 52 56
Decimal 88 82 86
Binary 1011000 1010010 1010110
Octal 130 122 126

Shades and tints

Shades of #585256

#585256
(88,82,86)
#504B4F
(80,75,79)
#484448
(72,68,72)
#403D41
(64,61,65)
#38363A
(56,54,58)
#302F33
(48,47,51)
#28282C
(40,40,44)
#202125
(32,33,37)
#181A1E
(24,26,30)
#101317
(16,19,23)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #585256

#585256
(88,82,86)
#676165
(103,97,101)
#767074
(118,112,116)
#857F83
(133,127,131)
#948E92
(148,142,146)
#A39DA1
(163,157,161)
#B2ACB0
(178,172,176)
#C1BBBF
(193,187,191)
#D0CACE
(208,202,206)
#DFD9DD
(223,217,221)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585256; }

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

This text font color is #585256.

Background Color

.myBgColor { background-color: #585256; }

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

This div background color is #585256.

Border color

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

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

This div border color is #585256.

Opacity

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

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

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

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

This text has shadow with #585256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585256.

Preview

Color preview on black background

This text has color #585256 on black background.


Color preview on white background

This text has color #585256 on white background.


Black color preview on #585256 background

This text has black color on #585256 background.


White color preview on #585256 background

This text has white color on #585256 background.


Related colors

Complementary color

Complementary color for #hex is #A7ADA9.


I love getcolorcode.com

Triadic colors

1 #565852 and #525658 with #585256 are triadic colors.

2 #565258 and #525856 with #585256 are triadic colors.