COLOR #585593

HEX: #585593
RGB: (88,85,147)

Color info

#585593 contains mainly red and blue colors. Web safe color of #585593 is #666699 (or #669).

RGB color model

#585593 color RGB value is (88,85,147).

  • red value is 88;
  • green value is 85;
  • blue value is 147.
RGB:
(88,85,147)
(35%,33%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 147 of 255 = 58%

88
85
147

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

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 147 = 320 (100%)
R 88 of 320 ~ 27.5%
G 85 of 320 ~ 26.56%
B 147 of 320 ~ 45.94%

%27.5
%26.56
%45.94

CMYK color model

#585593 color CMYK value is (40,42,0,42).

  • cyan value is 40.14%
  • magenta value is 42.18%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(40,42,0,42)
C40M42Y0K42 
(40%,42%,0%,42%)
(0.40/0.42/0.00/0.42)	

CMYK percentages

%40.14
%42.18
%0
%42.35

Codes

Color #585593 in popluar color models

585593
RGB8885147
HSL243°26.72%45.49%
HSB/HSV243°42.18%57.65%
CMYK40.14%42.18%0.00%
42.35%

Color #585593 in popluar number systems.

HEX585593
Decimal8885147
Binary1011000101010110010011
Octal130125223

Shades and tints

Shades of #585593

#585593
(88,85,147)
#504E86
(80,78,134)
#484779
(72,71,121)
#40406C
(64,64,108)
#38395F
(56,57,95)
#303252
(48,50,82)
#282B45
(40,43,69)
#202438
(32,36,56)
#181D2B
(24,29,43)
#10161E
(16,22,30)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #585593

#585593
(88,85,147)
#67649C
(103,100,156)
#7673A5
(118,115,165)
#8582AE
(133,130,174)
#9491B7
(148,145,183)
#A3A0C0
(163,160,192)
#B2AFC9
(178,175,201)
#C1BED2
(193,190,210)
#D0CDDB
(208,205,219)
#DFDCE4
(223,220,228)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585593; }

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

This text font color is #585593.


Background Color

.myBgColor { background-color: #585593; }

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

This div background color is #585593.


Border color

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

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

This div border color is #585593.


Opacity

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

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

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

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

This text has shadow with #585593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585593 on black background.


Color preview on white background

This text has color #585593 on white background.



Black color preview on #585593 background

This text has black color on #585593 background.


White color preview on #585593 background

This text has white color on #585593 background.