COLOR #585096

HEX: #585096
RGB: (88,80,150)

Color info

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

RGB color model

#585096 color RGB value is (88,80,150).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 150 of 255 = 59%

88
80
150

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

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 150 = 318 (100%)
R 88 of 318 ~ 27.67%
G 80 of 318 ~ 25.16%
B 150 of 318 ~ 47.17%

%27.67
%25.16
%47.17

CMYK color model

#585096 color CMYK value is (41,47,0,41).

  • cyan value is 41.33%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,47,0,41)
C41M47Y0K41 
(41%,47%,0%,41%)
(0.41/0.47/0.00/0.41)	

CMYK percentages

%41.33
%46.67
%0
%41.18

Codes

Color #585096 in popluar color models

585096
RGB8880150
HSL247°30.43%45.10%
HSB/HSV247°46.67%58.82%
CMYK41.33%46.67%0.00%
41.18%

Color #585096 in popluar number systems.

HEX585096
Decimal8880150
Binary1011000101000010010110
Octal130120226

Shades and tints

Shades of #585096

#585096
(88,80,150)
#504989
(80,73,137)
#48427C
(72,66,124)
#403B6F
(64,59,111)
#383462
(56,52,98)
#302D55
(48,45,85)
#282648
(40,38,72)
#201F3B
(32,31,59)
#18182E
(24,24,46)
#101121
(16,17,33)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #585096

#585096
(88,80,150)
#675F9F
(103,95,159)
#766EA8
(118,110,168)
#857DB1
(133,125,177)
#948CBA
(148,140,186)
#A39BC3
(163,155,195)
#B2AACC
(178,170,204)
#C1B9D5
(193,185,213)
#D0C8DE
(208,200,222)
#DFD7E7
(223,215,231)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585096; }

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

This text font color is #585096.


Background Color

.myBgColor { background-color: #585096; }

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

This div background color is #585096.


Border color

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

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

This div border color is #585096.


Opacity

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

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

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

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

This text has shadow with #585096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585096 on black background.


Color preview on white background

This text has color #585096 on white background.



Black color preview on #585096 background

This text has black color on #585096 background.


White color preview on #585096 background

This text has white color on #585096 background.