COLOR #584E5C

HEX: #584E5C RGB: (88,78,92)

Color info

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

RGB color model

#584E5C color RGB value is (88,78,92).

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

RGB channels and saturation

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

88
78
92

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

Portions of RGB colors in percentages

R + G + B = 88 + 78 + 92 = 258 (100%)
R 88 of 258 ~ 34.11%
G 78 of 258 ~ 30.23%
B 92 of 258 ~ 35.66'%

%34.11
%30.23
%35.66

CMYK color model

#584E5C color CMYK value is (4,15,0,64).

  • cyan value is 4.35%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (4,15,0,64)
C4M15Y0K64 (4%, 15%, 0%, 64%)
(0.04 / 0.15 / 0.00 / 0.64)

CMYK percentages

%4.35
%15.22
%0
%63.92

Codes

Color #584E5C in popluar color models

58 4E 5C
RGB 88 78 92
HSL 283° 8.24% 33.33%
HSB/HSV 283° 15.22% 36.08%
CMYK 4.35% 15.22% 0.00%
63.92%

Color #584E5C in popluar number systems.

HEX 58 4E 5C
Decimal 88 78 92
Binary 1011000 1001110 1011100
Octal 130 116 134

Shades and tints

Shades of #584E5C

#584E5C
(88,78,92)
#504754
(80,71,84)
#48404C
(72,64,76)
#403944
(64,57,68)
#38323C
(56,50,60)
#302B34
(48,43,52)
#28242C
(40,36,44)
#201D24
(32,29,36)
#18161C
(24,22,28)
#100F14
(16,15,20)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #584E5C

#584E5C
(88,78,92)
#675E6A
(103,94,106)
#766E78
(118,110,120)
#857E86
(133,126,134)
#948E94
(148,142,148)
#A39EA2
(163,158,162)
#B2AEB0
(178,174,176)
#C1BEBE
(193,190,190)
#D0CECC
(208,206,204)
#DFDEDA
(223,222,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584E5C; }

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

This text font color is #584E5C.

Background Color

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

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

This div background color is #584E5C.

Border color

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

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

This div border color is #584E5C.

Opacity

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

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

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

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

This text has shadow with #584E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584E5C.

Preview

Color preview on black background

This text has color #584E5C on black background.


Color preview on white background

This text has color #584E5C on white background.


Black color preview on #584E5C background

This text has black color on #584E5C background.


White color preview on #584E5C background

This text has white color on #584E5C background.


Related colors

Complementary color

Complementary color for #hex is #A7B1A3.


I love getcolorcode.com

Triadic colors

1 #5C584E and #4E5C58 with #584E5C are triadic colors.

2 #5C4E58 and #4E585C with #584E5C are triadic colors.