COLOR #585492

HEX: #585492
RGB: (88,84,146)

Color info

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

RGB color model

#585492 color RGB value is (88,84,146).

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

RGB channels and saturation

R 88 of 255 = 35%
G 84 of 255 = 33%
B 146 of 255 = 57%

88
84
146

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

Portions of RGB colors in percentages

R + G + B =
88 + 84 + 146 = 318 (100%)
R 88 of 318 ~ 27.67%
G 84 of 318 ~ 26.42%
B 146 of 318 ~ 45.91%

%27.67
%26.42
%45.91

CMYK color model

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

  • cyan value is 39.73%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(40,42,0,43)
C40M42Y0K43 
(40%,42%,0%,43%)
(0.40/0.42/0.00/0.43)	

CMYK percentages

%39.73
%42.47
%0
%42.75

Codes

Color #585492 in popluar color models

585492
RGB8884146
HSL244°26.96%45.10%
HSB/HSV244°42.47%57.25%
CMYK39.73%42.47%0.00%
42.75%

Color #585492 in popluar number systems.

HEX585492
Decimal8884146
Binary1011000101010010010010
Octal130124222

Shades and tints

Shades of #585492

#585492
(88,84,146)
#504D85
(80,77,133)
#484678
(72,70,120)
#403F6B
(64,63,107)
#38385E
(56,56,94)
#303151
(48,49,81)
#282A44
(40,42,68)
#202337
(32,35,55)
#181C2A
(24,28,42)
#10151D
(16,21,29)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #585492

#585492
(88,84,146)
#67639B
(103,99,155)
#7672A4
(118,114,164)
#8581AD
(133,129,173)
#9490B6
(148,144,182)
#A39FBF
(163,159,191)
#B2AEC8
(178,174,200)
#C1BDD1
(193,189,209)
#D0CCDA
(208,204,218)
#DFDBE3
(223,219,227)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585492; }

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

This text font color is #585492.


Background Color

.myBgColor { background-color: #585492; }

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

This div background color is #585492.


Border color

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

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

This div border color is #585492.


Opacity

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

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

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

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

This text has shadow with #585492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585492 on black background.


Color preview on white background

This text has color #585492 on white background.



Black color preview on #585492 background

This text has black color on #585492 background.


White color preview on #585492 background

This text has white color on #585492 background.