COLOR #585076

HEX: #585076
RGB: (88,80,118)

Color info

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

RGB color model

#585076 color RGB value is (88,80,118).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 118 of 255 = 46%

88
80
118

R + G + B ~ 37%. #585076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 118 = 286 (100%)
R 88 of 286 ~ 30.77%
G 80 of 286 ~ 27.97%
B 118 of 286 ~ 41.26%

%30.77
%27.97
%41.26

CMYK color model

#585076 color CMYK value is (25,32,0,54).

  • cyan value is 25.42%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(25,32,0,54)
C25M32Y0K54 
(25%,32%,0%,54%)
(0.25/0.32/0.00/0.54)	

CMYK percentages

%25.42
%32.2
%0
%53.73

Codes

Color #585076 in popluar color models

585076
RGB8880118
HSL253°19.19%38.82%
HSB/HSV253°32.20%46.27%
CMYK25.42%32.20%0.00%
53.73%

Color #585076 in popluar number systems.

HEX585076
Decimal8880118
Binary101100010100001110110
Octal130120166

Shades and tints

Shades of #585076

#585076
(88,80,118)
#50496C
(80,73,108)
#484262
(72,66,98)
#403B58
(64,59,88)
#38344E
(56,52,78)
#302D44
(48,45,68)
#28263A
(40,38,58)
#201F30
(32,31,48)
#181826
(24,24,38)
#10111C
(16,17,28)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #585076

#585076
(88,80,118)
#675F82
(103,95,130)
#766E8E
(118,110,142)
#857D9A
(133,125,154)
#948CA6
(148,140,166)
#A39BB2
(163,155,178)
#B2AABE
(178,170,190)
#C1B9CA
(193,185,202)
#D0C8D6
(208,200,214)
#DFD7E2
(223,215,226)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585076; }

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

This text font color is #585076.


Background Color

.myBgColor { background-color: #585076; }

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

This div background color is #585076.


Border color

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

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

This div border color is #585076.


Opacity

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

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

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

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

This text has shadow with #585076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585076 on black background.


Color preview on white background

This text has color #585076 on white background.



Black color preview on #585076 background

This text has black color on #585076 background.


White color preview on #585076 background

This text has white color on #585076 background.