COLOR #585176

HEX: #585176
RGB: (88,81,118)

Color info

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

RGB color model

#585176 color RGB value is (88,81,118).

  • red value is 88;
  • green value is 81;
  • blue value is 118.
RGB:
(88,81,118)
(35%,32%,46%)

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 118 of 255 = 46%

88
81
118

R + G + B ~ 38%. #585176 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 118 = 287 (100%)
R 88 of 287 ~ 30.66%
G 81 of 287 ~ 28.22%
B 118 of 287 ~ 41.11%

%30.66
%28.22
%41.11

CMYK color model

#585176 color CMYK value is (25,31,0,54).

  • cyan value is 25.42%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,31,0,54)
C25M31Y0K54 
(25%,31%,0%,54%)
(0.25/0.31/0.00/0.54)	

CMYK percentages

%25.42
%31.36
%0
%53.73

Codes

Color #585176 in popluar color models

585176
RGB8881118
HSL251°18.59%39.02%
HSB/HSV251°31.36%46.27%
CMYK25.42%31.36%0.00%
53.73%

Color #585176 in popluar number systems.

HEX585176
Decimal8881118
Binary101100010100011110110
Octal130121166

Shades and tints

Shades of #585176

#585176
(88,81,118)
#504A6C
(80,74,108)
#484362
(72,67,98)
#403C58
(64,60,88)
#38354E
(56,53,78)
#302E44
(48,46,68)
#28273A
(40,39,58)
#202030
(32,32,48)
#181926
(24,25,38)
#10121C
(16,18,28)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #585176

#585176
(88,81,118)
#676082
(103,96,130)
#766F8E
(118,111,142)
#857E9A
(133,126,154)
#948DA6
(148,141,166)
#A39CB2
(163,156,178)
#B2ABBE
(178,171,190)
#C1BACA
(193,186,202)
#D0C9D6
(208,201,214)
#DFD8E2
(223,216,226)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585176 color. Also use rgb(88,81,118) instead hex code.

Text Font Color

.myTextColor { color: #585176; }

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

This text font color is #585176.


Background Color

.myBgColor { background-color: #585176; }

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

This div background color is #585176.


Border color

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

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

This div border color is #585176.


Opacity

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

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

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

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

This text has shadow with #585176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585176 on black background.


Color preview on white background

This text has color #585176 on white background.



Black color preview on #585176 background

This text has black color on #585176 background.


White color preview on #585176 background

This text has white color on #585176 background.