COLOR #585887

HEX: #585887
RGB: (88,88,135)

Color info

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

RGB color model

#585887 color RGB value is (88,88,135).

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

RGB channels and saturation

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

88
88
135

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

Portions of RGB colors in percentages

R + G + B =
88 + 88 + 135 = 311 (100%)
R 88 of 311 ~ 28.3%
G 88 of 311 ~ 28.3%
B 135 of 311 ~ 43.41%

%28.3
%28.3
%43.41

CMYK color model

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

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

CMYK percentages

%34.81
%34.81
%0
%47.06

Codes

Color #585887 in popluar color models

585887
RGB8888135
HSL240°21.08%43.73%
HSB/HSV240°34.81%52.94%
CMYK34.81%34.81%0.00%
47.06%

Color #585887 in popluar number systems.

HEX585887
Decimal8888135
Binary1011000101100010000111
Octal130130207

Shades and tints

Shades of #585887

#585887
(88,88,135)
#50507B
(80,80,123)
#48486F
(72,72,111)
#404063
(64,64,99)
#383857
(56,56,87)
#30304B
(48,48,75)
#28283F
(40,40,63)
#202033
(32,32,51)
#181827
(24,24,39)
#10101B
(16,16,27)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #585887

#585887
(88,88,135)
#676791
(103,103,145)
#76769B
(118,118,155)
#8585A5
(133,133,165)
#9494AF
(148,148,175)
#A3A3B9
(163,163,185)
#B2B2C3
(178,178,195)
#C1C1CD
(193,193,205)
#D0D0D7
(208,208,215)
#DFDFE1
(223,223,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585887; }

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

This text font color is #585887.


Background Color

.myBgColor { background-color: #585887; }

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

This div background color is #585887.


Border color

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

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

This div border color is #585887.


Opacity

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

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

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

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

This text has shadow with #585887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585887 on black background.


Color preview on white background

This text has color #585887 on white background.



Black color preview on #585887 background

This text has black color on #585887 background.


White color preview on #585887 background

This text has white color on #585887 background.