COLOR #585182

HEX: #585182
RGB: (88,81,130)

Color info

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

RGB color model

#585182 color RGB value is (88,81,130).

  • red value is 88;
  • green value is 81;
  • blue value is 130.
RGB:
(88,81,130)
(35%,32%,51%)

RGB channels and saturation

R 88 of 255 = 35%
G 81 of 255 = 32%
B 130 of 255 = 51%

88
81
130

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

Portions of RGB colors in percentages

R + G + B =
88 + 81 + 130 = 299 (100%)
R 88 of 299 ~ 29.43%
G 81 of 299 ~ 27.09%
B 130 of 299 ~ 43.48%

%29.43
%27.09
%43.48

CMYK color model

#585182 color CMYK value is (32,38,0,49).

  • cyan value is 32.31%
  • magenta value is 37.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(32,38,0,49)
C32M38Y0K49 
(32%,38%,0%,49%)
(0.32/0.38/0.00/0.49)	

CMYK percentages

%32.31
%37.69
%0
%49.02

Codes

Color #585182 in popluar color models

585182
RGB8881130
HSL249°23.22%41.37%
HSB/HSV249°37.69%50.98%
CMYK32.31%37.69%0.00%
49.02%

Color #585182 in popluar number systems.

HEX585182
Decimal8881130
Binary1011000101000110000010
Octal130121202

Shades and tints

Shades of #585182

#585182
(88,81,130)
#504A77
(80,74,119)
#48436C
(72,67,108)
#403C61
(64,60,97)
#383556
(56,53,86)
#302E4B
(48,46,75)
#282740
(40,39,64)
#202035
(32,32,53)
#18192A
(24,25,42)
#10121F
(16,18,31)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #585182

#585182
(88,81,130)
#67608D
(103,96,141)
#766F98
(118,111,152)
#857EA3
(133,126,163)
#948DAE
(148,141,174)
#A39CB9
(163,156,185)
#B2ABC4
(178,171,196)
#C1BACF
(193,186,207)
#D0C9DA
(208,201,218)
#DFD8E5
(223,216,229)
#EEE7F0
(238,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585182 color. Also use rgb(88,81,130) instead hex code.

Text Font Color

.myTextColor { color: #585182; }

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

This text font color is #585182.


Background Color

.myBgColor { background-color: #585182; }

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

This div background color is #585182.


Border color

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

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

This div border color is #585182.


Opacity

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

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

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

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

This text has shadow with #585182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585182 on black background.


Color preview on white background

This text has color #585182 on white background.



Black color preview on #585182 background

This text has black color on #585182 background.


White color preview on #585182 background

This text has white color on #585182 background.