COLOR #585F8C

HEX: #585F8C
RGB: (88,95,140)

Color info

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

RGB color model

#585F8C color RGB value is (88,95,140).

  • red value is 88;
  • green value is 95;
  • blue value is 140.
RGB:
(88,95,140)
(35%,37%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 95 of 255 = 37%
B 140 of 255 = 55%

88
95
140

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

Portions of RGB colors in percentages

R + G + B =
88 + 95 + 140 = 323 (100%)
R 88 of 323 ~ 27.24%
G 95 of 323 ~ 29.41%
B 140 of 323 ~ 43.34%

%27.24
%29.41
%43.34

CMYK color model

#585F8C color CMYK value is (37,32,0,45).

  • cyan value is 37.14%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(37,32,0,45)
C37M32Y0K45 
(37%,32%,0%,45%)
(0.37/0.32/0.00/0.45)	

CMYK percentages

%37.14
%32.14
%0
%45.1

Codes

Color #585F8C in popluar color models

585F8C
RGB8895140
HSL232°22.81%44.71%
HSB/HSV232°37.14%54.90%
CMYK37.14%32.14%0.00%
45.10%

Color #585F8C in popluar number systems.

HEX585F8C
Decimal8895140
Binary1011000101111110001100
Octal130137214

Shades and tints

Shades of #585F8C

#585F8C
(88,95,140)
#505780
(80,87,128)
#484F74
(72,79,116)
#404768
(64,71,104)
#383F5C
(56,63,92)
#303750
(48,55,80)
#282F44
(40,47,68)
#202738
(32,39,56)
#181F2C
(24,31,44)
#101720
(16,23,32)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #585F8C

#585F8C
(88,95,140)
#676D96
(103,109,150)
#767BA0
(118,123,160)
#8589AA
(133,137,170)
#9497B4
(148,151,180)
#A3A5BE
(163,165,190)
#B2B3C8
(178,179,200)
#C1C1D2
(193,193,210)
#D0CFDC
(208,207,220)
#DFDDE6
(223,221,230)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585F8C color. Also use rgb(88,95,140) instead hex code.

Text Font Color

.myTextColor { color: #585F8C; }

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

This text font color is #585F8C.


Background Color

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

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

This div background color is #585F8C.


Border color

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

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

This div border color is #585F8C.


Opacity

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

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

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

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

This text has shadow with #585F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F8C on black background.


Color preview on white background

This text has color #585F8C on white background.



Black color preview on #585F8C background

This text has black color on #585F8C background.


White color preview on #585F8C background

This text has white color on #585F8C background.