COLOR #585084

HEX: #585084
RGB: (88,80,132)

Color info

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

RGB color model

#585084 color RGB value is (88,80,132).

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

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 132 of 255 = 52%

88
80
132

R + G + B ~ 39%. #585084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 80 + 132 = 300 (100%)
R 88 of 300 ~ 29.33%
G 80 of 300 ~ 26.67%
B 132 of 300 ~ 44%

%29.33
%26.67
%44

CMYK color model

#585084 color CMYK value is (33,39,0,48).

  • cyan value is 33.33%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,39,0,48)
C33M39Y0K48 
(33%,39%,0%,48%)
(0.33/0.39/0.00/0.48)	

CMYK percentages

%33.33
%39.39
%0
%48.24

Codes

Color #585084 in popluar color models

585084
RGB8880132
HSL249°24.53%41.57%
HSB/HSV249°39.39%51.76%
CMYK33.33%39.39%0.00%
48.24%

Color #585084 in popluar number systems.

HEX585084
Decimal8880132
Binary1011000101000010000100
Octal130120204

Shades and tints

Shades of #585084

#585084
(88,80,132)
#504978
(80,73,120)
#48426C
(72,66,108)
#403B60
(64,59,96)
#383454
(56,52,84)
#302D48
(48,45,72)
#28263C
(40,38,60)
#201F30
(32,31,48)
#181824
(24,24,36)
#101118
(16,17,24)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #585084

#585084
(88,80,132)
#675F8F
(103,95,143)
#766E9A
(118,110,154)
#857DA5
(133,125,165)
#948CB0
(148,140,176)
#A39BBB
(163,155,187)
#B2AAC6
(178,170,198)
#C1B9D1
(193,185,209)
#D0C8DC
(208,200,220)
#DFD7E7
(223,215,231)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585084; }

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

This text font color is #585084.


Background Color

.myBgColor { background-color: #585084; }

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

This div background color is #585084.


Border color

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

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

This div border color is #585084.


Opacity

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

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

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

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

This text has shadow with #585084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585084 on black background.


Color preview on white background

This text has color #585084 on white background.



Black color preview on #585084 background

This text has black color on #585084 background.


White color preview on #585084 background

This text has white color on #585084 background.