COLOR #585287

HEX: #585287
RGB: (88,82,135)

Color info

#585287 contains red, green and blue colors in about the same proportion. Web safe color of #585287 is #666699 (or #669).

RGB color model

#585287 color RGB value is (88,82,135).

  • red value is 88;
  • green value is 82;
  • blue value is 135.
RGB:
(88,82,135)
(35%,32%,53%)

RGB channels and saturation

R 88 of 255 = 35%
G 82 of 255 = 32%
B 135 of 255 = 53%

88
82
135

R + G + B ~ 40%. #585287 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 82 + 135 = 305 (100%)
R 88 of 305 ~ 28.85%
G 82 of 305 ~ 26.89%
B 135 of 305 ~ 44.26%

%28.85
%26.89
%44.26

CMYK color model

#585287 color CMYK value is (35,39,0,47).

  • cyan value is 34.81%
  • magenta value is 39.26%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(35,39,0,47)
C35M39Y0K47 
(35%,39%,0%,47%)
(0.35/0.39/0.00/0.47)	

CMYK percentages

%34.81
%39.26
%0
%47.06

Codes

Color #585287 in popluar color models

585287
RGB8882135
HSL247°24.42%42.55%
HSB/HSV247°39.26%52.94%
CMYK34.81%39.26%0.00%
47.06%

Color #585287 in popluar number systems.

HEX585287
Decimal8882135
Binary1011000101001010000111
Octal130122207

Shades and tints

Shades of #585287

#585287
(88,82,135)
#504B7B
(80,75,123)
#48446F
(72,68,111)
#403D63
(64,61,99)
#383657
(56,54,87)
#302F4B
(48,47,75)
#28283F
(40,40,63)
#202133
(32,33,51)
#181A27
(24,26,39)
#10131B
(16,19,27)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #585287

#585287
(88,82,135)
#676191
(103,97,145)
#76709B
(118,112,155)
#857FA5
(133,127,165)
#948EAF
(148,142,175)
#A39DB9
(163,157,185)
#B2ACC3
(178,172,195)
#C1BBCD
(193,187,205)
#D0CAD7
(208,202,215)
#DFD9E1
(223,217,225)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585287 color. Also use rgb(88,82,135) instead hex code.

Text Font Color

.myTextColor { color: #585287; }

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

This text font color is #585287.


Background Color

.myBgColor { background-color: #585287; }

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

This div background color is #585287.


Border color

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

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

This div border color is #585287.


Opacity

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

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

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

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

This text has shadow with #585287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585287 on black background.


Color preview on white background

This text has color #585287 on white background.



Black color preview on #585287 background

This text has black color on #585287 background.


White color preview on #585287 background

This text has white color on #585287 background.