COLOR #585388

HEX: #585388
RGB: (88,83,136)

Color info

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

RGB color model

#585388 color RGB value is (88,83,136).

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

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 136 of 255 = 53%

88
83
136

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 136 = 307 (100%)
R 88 of 307 ~ 28.66%
G 83 of 307 ~ 27.04%
B 136 of 307 ~ 44.3%

%28.66
%27.04
%44.3

CMYK color model

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

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

CMYK percentages

%35.29
%38.97
%0
%46.67

Codes

Color #585388 in popluar color models

585388
RGB8883136
HSL246°24.20%42.94%
HSB/HSV246°38.97%53.33%
CMYK35.29%38.97%0.00%
46.67%

Color #585388 in popluar number systems.

HEX585388
Decimal8883136
Binary1011000101001110001000
Octal130123210

Shades and tints

Shades of #585388

#585388
(88,83,136)
#504C7C
(80,76,124)
#484570
(72,69,112)
#403E64
(64,62,100)
#383758
(56,55,88)
#30304C
(48,48,76)
#282940
(40,41,64)
#202234
(32,34,52)
#181B28
(24,27,40)
#10141C
(16,20,28)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #585388

#585388
(88,83,136)
#676292
(103,98,146)
#76719C
(118,113,156)
#8580A6
(133,128,166)
#948FB0
(148,143,176)
#A39EBA
(163,158,186)
#B2ADC4
(178,173,196)
#C1BCCE
(193,188,206)
#D0CBD8
(208,203,216)
#DFDAE2
(223,218,226)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585388; }

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

This text font color is #585388.


Background Color

.myBgColor { background-color: #585388; }

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

This div background color is #585388.


Border color

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

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

This div border color is #585388.


Opacity

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

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

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

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

This text has shadow with #585388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585388 on black background.


Color preview on white background

This text has color #585388 on white background.



Black color preview on #585388 background

This text has black color on #585388 background.


White color preview on #585388 background

This text has white color on #585388 background.