COLOR #585F8A

HEX: #585F8A
RGB: (88,95,138)

Color info

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

RGB color model

#585F8A color RGB value is (88,95,138).

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

RGB channels and saturation

R 88 of 255 = 35%
G 95 of 255 = 37%
B 138 of 255 = 54%

88
95
138

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

Portions of RGB colors in percentages

R + G + B =
88 + 95 + 138 = 321 (100%)
R 88 of 321 ~ 27.41%
G 95 of 321 ~ 29.6%
B 138 of 321 ~ 42.99%

%27.41
%29.6
%42.99

CMYK color model

#585F8A color CMYK value is (36,31,0,46).

  • cyan value is 36.23%
  • magenta value is 31.16%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,31,0,46)
C36M31Y0K46 
(36%,31%,0%,46%)
(0.36/0.31/0.00/0.46)	

CMYK percentages

%36.23
%31.16
%0
%45.88

Codes

Color #585F8A in popluar color models

585F8A
RGB8895138
HSL232°22.12%44.31%
HSB/HSV232°36.23%54.12%
CMYK36.23%31.16%0.00%
45.88%

Color #585F8A in popluar number systems.

HEX585F8A
Decimal8895138
Binary1011000101111110001010
Octal130137212

Shades and tints

Shades of #585F8A

#585F8A
(88,95,138)
#50577E
(80,87,126)
#484F72
(72,79,114)
#404766
(64,71,102)
#383F5A
(56,63,90)
#30374E
(48,55,78)
#282F42
(40,47,66)
#202736
(32,39,54)
#181F2A
(24,31,42)
#10171E
(16,23,30)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #585F8A

#585F8A
(88,95,138)
#676D94
(103,109,148)
#767B9E
(118,123,158)
#8589A8
(133,137,168)
#9497B2
(148,151,178)
#A3A5BC
(163,165,188)
#B2B3C6
(178,179,198)
#C1C1D0
(193,193,208)
#D0CFDA
(208,207,218)
#DFDDE4
(223,221,228)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F8A; }

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

This text font color is #585F8A.


Background Color

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

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

This div background color is #585F8A.


Border color

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

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

This div border color is #585F8A.


Opacity

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

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

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

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

This text has shadow with #585F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F8A on black background.


Color preview on white background

This text has color #585F8A on white background.



Black color preview on #585F8A background

This text has black color on #585F8A background.


White color preview on #585F8A background

This text has white color on #585F8A background.