COLOR #584F5C

HEX: #584F5C RGB: (88,79,92)

Color info

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

RGB color model

#584F5C color RGB value is (88,79,92).

RGB: (88,79,92) (35%, 31%, 36%)

RGB channels and saturation

R 88 of 255 = 35%
G 79 of 255 = 31%
B 92 of 255 = 36%

88
79
92

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

Portions of RGB colors in percentages

R + G + B = 88 + 79 + 92 = 259 (100%)
R 88 of 259 ~ 33.98%
G 79 of 259 ~ 30.5%
B 92 of 259 ~ 35.52'%

%33.98
%30.5
%35.52

CMYK color model

#584F5C color CMYK value is (4,14,0,64).

  • cyan value is 4.35%
  • magenta value is 14.13%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (4,14,0,64) C4M14Y0K64 (4%,14%,0%,64%) (0.04/0.14/0.00/0.64) 

CMYK percentages

%4.35
%14.13
%0
%63.92

Codes

Color #584F5C in popluar color models

58 4F 5C
RGB 88 79 92
HSL 282° 7.60% 33.53%
HSB/HSV 282° 14.13% 36.08%
CMYK 4.35% 14.13% 0.00%
63.92%

Color #584F5C in popluar number systems.

HEX 58 4F 5C
Decimal 88 79 92
Binary 1011000 1001111 1011100
Octal 130 117 134

Shades and tints

Shades of #584F5C

#584F5C
(88,79,92)
#504854
(80,72,84)
#48414C
(72,65,76)
#403A44
(64,58,68)
#38333C
(56,51,60)
#302C34
(48,44,52)
#28252C
(40,37,44)
#201E24
(32,30,36)
#18171C
(24,23,28)
#101014
(16,16,20)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #584F5C

#584F5C
(88,79,92)
#675F6A
(103,95,106)
#766F78
(118,111,120)
#857F86
(133,127,134)
#948F94
(148,143,148)
#A39FA2
(163,159,162)
#B2AFB0
(178,175,176)
#C1BFBE
(193,191,190)
#D0CFCC
(208,207,204)
#DFDFDA
(223,223,218)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584F5C color. Also use rgb(88,79,92) instead hex code.

Text Font Color

.myTextColor { color: #584F5C; }

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

This text font color is #584F5C.

Background Color

.myBgColor { background-color: #584F5C; }

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

This div background color is #584F5C.

Border color

.myBorderColor { border: 1px solid #584F5C; }

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

This div border color is #584F5C.

Opacity

.myOpacity80 { color: #584F5C; opacity: 0.8; }

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

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

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

This text has shadow with #584F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584F5C.

Preview

Color preview on black background

This text has color #584F5C on black background.


Color preview on white background

This text has color #584F5C on white background.


Black color preview on #584F5C background

This text has black color on #584F5C background.


White color preview on #584F5C background

This text has white color on #584F5C background.


Related colors

Complementary color

Complementary color for #hex is #A7B0A3.


I love getcolorcode.com

Triadic colors

1 #5C584F and #4F5C58 with #584F5C are triadic colors.

2 #5C4F58 and #4F585C with #584F5C are triadic colors.