COLOR #585698

HEX: #585698
RGB: (88,86,152)

Color info

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

RGB color model

#585698 color RGB value is (88,86,152).

  • red value is 88;
  • green value is 86;
  • blue value is 152.
RGB:
(88,86,152)
(35%,34%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 152 of 255 = 60%

88
86
152

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

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 152 = 326 (100%)
R 88 of 326 ~ 26.99%
G 86 of 326 ~ 26.38%
B 152 of 326 ~ 46.63%

%26.99
%26.38
%46.63

CMYK color model

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

  • cyan value is 42.11%
  • magenta value is 43.42%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(42,43,0,40)
C42M43Y0K40 
(42%,43%,0%,40%)
(0.42/0.43/0.00/0.40)	

CMYK percentages

%42.11
%43.42
%0
%40.39

Codes

Color #585698 in popluar color models

585698
RGB8886152
HSL242°27.73%46.67%
HSB/HSV242°43.42%59.61%
CMYK42.11%43.42%0.00%
40.39%

Color #585698 in popluar number systems.

HEX585698
Decimal8886152
Binary1011000101011010011000
Octal130126230

Shades and tints

Shades of #585698

#585698
(88,86,152)
#504F8B
(80,79,139)
#48487E
(72,72,126)
#404171
(64,65,113)
#383A64
(56,58,100)
#303357
(48,51,87)
#282C4A
(40,44,74)
#20253D
(32,37,61)
#181E30
(24,30,48)
#101723
(16,23,35)
#081016
(8,16,22)
#000000
(0,0,0)

Tints of #585698

#585698
(88,86,152)
#6765A1
(103,101,161)
#7674AA
(118,116,170)
#8583B3
(133,131,179)
#9492BC
(148,146,188)
#A3A1C5
(163,161,197)
#B2B0CE
(178,176,206)
#C1BFD7
(193,191,215)
#D0CEE0
(208,206,224)
#DFDDE9
(223,221,233)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585698; }

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

This text font color is #585698.


Background Color

.myBgColor { background-color: #585698; }

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

This div background color is #585698.


Border color

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

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

This div border color is #585698.


Opacity

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

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

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

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

This text has shadow with #585698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585698 on black background.


Color preview on white background

This text has color #585698 on white background.



Black color preview on #585698 background

This text has black color on #585698 background.


White color preview on #585698 background

This text has white color on #585698 background.