COLOR #585596

HEX: #585596
RGB: (88,85,150)

Color info

#585596 contains mainly blue color. Web safe color of #585596 is #666699 (or #669).

RGB color model

#585596 color RGB value is (88,85,150).

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

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 150 of 255 = 59%

88
85
150

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

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 150 = 323 (100%)
R 88 of 323 ~ 27.24%
G 85 of 323 ~ 26.32%
B 150 of 323 ~ 46.44%

%27.24
%26.32
%46.44

CMYK color model

#585596 color CMYK value is (41,43,0,41).

  • cyan value is 41.33%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,43,0,41)
C41M43Y0K41 
(41%,43%,0%,41%)
(0.41/0.43/0.00/0.41)	

CMYK percentages

%41.33
%43.33
%0
%41.18

Codes

Color #585596 in popluar color models

585596
RGB8885150
HSL243°27.66%46.08%
HSB/HSV243°43.33%58.82%
CMYK41.33%43.33%0.00%
41.18%

Color #585596 in popluar number systems.

HEX585596
Decimal8885150
Binary1011000101010110010110
Octal130125226

Shades and tints

Shades of #585596

#585596
(88,85,150)
#504E89
(80,78,137)
#48477C
(72,71,124)
#40406F
(64,64,111)
#383962
(56,57,98)
#303255
(48,50,85)
#282B48
(40,43,72)
#20243B
(32,36,59)
#181D2E
(24,29,46)
#101621
(16,22,33)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #585596

#585596
(88,85,150)
#67649F
(103,100,159)
#7673A8
(118,115,168)
#8582B1
(133,130,177)
#9491BA
(148,145,186)
#A3A0C3
(163,160,195)
#B2AFCC
(178,175,204)
#C1BED5
(193,190,213)
#D0CDDE
(208,205,222)
#DFDCE7
(223,220,231)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585596; }

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

This text font color is #585596.


Background Color

.myBgColor { background-color: #585596; }

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

This div background color is #585596.


Border color

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

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

This div border color is #585596.


Opacity

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

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

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

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

This text has shadow with #585596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585596 on black background.


Color preview on white background

This text has color #585596 on white background.



Black color preview on #585596 background

This text has black color on #585596 background.


White color preview on #585596 background

This text has white color on #585596 background.