COLOR #586355

HEX: #586355 RGB: (88,99,85)

Color info

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

RGB color model

#586355 color RGB value is (88,99,85).

RGB: (88,99,85) (35%, 39%, 33%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 85 of 255 = 33%

88
99
85

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

Portions of RGB colors in percentages

R + G + B = 88 + 99 + 85 = 272 (100%)
R 88 of 272 ~ 32.35%
G 99 of 272 ~ 36.4%
B 85 of 272 ~ 31.25'%

%32.35
%36.4
%31.25

CMYK color model

#586355 color CMYK value is (11,0,14,61).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK: (11,0,14,61) C11M0Y14K61 (11%,0%,14%,61%) (0.11/0.00/0.14/0.61) 

CMYK percentages

%11.11
%0
%14.14
%61.18

Codes

Color #586355 in popluar color models

58 63 55
RGB 88 99 85
HSL 107° 7.61% 36.08%
HSB/HSV 107° 14.14% 38.82%
CMYK 11.11% 0.00% 14.14%
61.18%

Color #586355 in popluar number systems.

HEX 58 63 55
Decimal 88 99 85
Binary 1011000 1100011 1010101
Octal 130 143 125

Shades and tints

Shades of #586355

#586355
(88,99,85)
#505A4E
(80,90,78)
#485147
(72,81,71)
#404840
(64,72,64)
#383F39
(56,63,57)
#303632
(48,54,50)
#282D2B
(40,45,43)
#202424
(32,36,36)
#181B1D
(24,27,29)
#101216
(16,18,22)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #586355

#586355
(88,99,85)
#677164
(103,113,100)
#767F73
(118,127,115)
#858D82
(133,141,130)
#949B91
(148,155,145)
#A3A9A0
(163,169,160)
#B2B7AF
(178,183,175)
#C1C5BE
(193,197,190)
#D0D3CD
(208,211,205)
#DFE1DC
(223,225,220)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586355; }

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

This text font color is #586355.

Background Color

.myBgColor { background-color: #586355; }

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

This div background color is #586355.

Border color

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

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

This div border color is #586355.

Opacity

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

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

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

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

This text has shadow with #586355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586355.

Preview

Color preview on black background

This text has color #586355 on black background.


Color preview on white background

This text has color #586355 on white background.


Black color preview on #586355 background

This text has black color on #586355 background.


White color preview on #586355 background

This text has white color on #586355 background.


Related colors

Complementary color

Complementary color for #hex is #A79CAA.


I love getcolorcode.com

Triadic colors

1 #555863 and #635558 with #586355 are triadic colors.

2 #556358 and #635855 with #586355 are triadic colors.