COLOR #585D92

HEX: #585D92
RGB: (88,93,146)

Color info

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

RGB color model

#585D92 color RGB value is (88,93,146).

  • red value is 88;
  • green value is 93;
  • blue value is 146.
RGB:
(88,93,146)
(35%,36%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 93 of 255 = 36%
B 146 of 255 = 57%

88
93
146

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

Portions of RGB colors in percentages

R + G + B =
88 + 93 + 146 = 327 (100%)
R 88 of 327 ~ 26.91%
G 93 of 327 ~ 28.44%
B 146 of 327 ~ 44.65%

%26.91
%28.44
%44.65

CMYK color model

#585D92 color CMYK value is (40,36,0,43).

  • cyan value is 39.73%
  • magenta value is 36.30%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(40,36,0,43)
C40M36Y0K43 
(40%,36%,0%,43%)
(0.40/0.36/0.00/0.43)	

CMYK percentages

%39.73
%36.3
%0
%42.75

Codes

Color #585D92 in popluar color models

585D92
RGB8893146
HSL235°24.79%45.88%
HSB/HSV235°39.73%57.25%
CMYK39.73%36.30%0.00%
42.75%

Color #585D92 in popluar number systems.

HEX585D92
Decimal8893146
Binary1011000101110110010010
Octal130135222

Shades and tints

Shades of #585D92

#585D92
(88,93,146)
#505585
(80,85,133)
#484D78
(72,77,120)
#40456B
(64,69,107)
#383D5E
(56,61,94)
#303551
(48,53,81)
#282D44
(40,45,68)
#202537
(32,37,55)
#181D2A
(24,29,42)
#10151D
(16,21,29)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #585D92

#585D92
(88,93,146)
#676B9B
(103,107,155)
#7679A4
(118,121,164)
#8587AD
(133,135,173)
#9495B6
(148,149,182)
#A3A3BF
(163,163,191)
#B2B1C8
(178,177,200)
#C1BFD1
(193,191,209)
#D0CDDA
(208,205,218)
#DFDBE3
(223,219,227)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D92 color. Also use rgb(88,93,146) instead hex code.

Text Font Color

.myTextColor { color: #585D92; }

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

This text font color is #585D92.


Background Color

.myBgColor { background-color: #585D92; }

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

This div background color is #585D92.


Border color

.myBorderColor { border: 1px solid #585D92; }

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

This div border color is #585D92.


Opacity

.myOpacity80 { color: #585D92; opacity: 0.8; }

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

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

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

This text has shadow with #585D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D92 on black background.


Color preview on white background

This text has color #585D92 on white background.



Black color preview on #585D92 background

This text has black color on #585D92 background.


White color preview on #585D92 background

This text has white color on #585D92 background.