COLOR #585C8A

HEX: #585C8A
RGB: (88,92,138)

Color info

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

RGB color model

#585C8A color RGB value is (88,92,138).

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

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 138 of 255 = 54%

88
92
138

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

Portions of RGB colors in percentages

R + G + B =
88 + 92 + 138 = 318 (100%)
R 88 of 318 ~ 27.67%
G 92 of 318 ~ 28.93%
B 138 of 318 ~ 43.4%

%27.67
%28.93
%43.4

CMYK color model

#585C8A color CMYK value is (36,33,0,46).

  • cyan value is 36.23%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,33,0,46)
C36M33Y0K46 
(36%,33%,0%,46%)
(0.36/0.33/0.00/0.46)	

CMYK percentages

%36.23
%33.33
%0
%45.88

Codes

Color #585C8A in popluar color models

585C8A
RGB8892138
HSL235°22.12%44.31%
HSB/HSV235°36.23%54.12%
CMYK36.23%33.33%0.00%
45.88%

Color #585C8A in popluar number systems.

HEX585C8A
Decimal8892138
Binary1011000101110010001010
Octal130134212

Shades and tints

Shades of #585C8A

#585C8A
(88,92,138)
#50547E
(80,84,126)
#484C72
(72,76,114)
#404466
(64,68,102)
#383C5A
(56,60,90)
#30344E
(48,52,78)
#282C42
(40,44,66)
#202436
(32,36,54)
#181C2A
(24,28,42)
#10141E
(16,20,30)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #585C8A

#585C8A
(88,92,138)
#676A94
(103,106,148)
#76789E
(118,120,158)
#8586A8
(133,134,168)
#9494B2
(148,148,178)
#A3A2BC
(163,162,188)
#B2B0C6
(178,176,198)
#C1BED0
(193,190,208)
#D0CCDA
(208,204,218)
#DFDAE4
(223,218,228)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C8A; }

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

This text font color is #585C8A.


Background Color

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

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

This div background color is #585C8A.


Border color

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

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

This div border color is #585C8A.


Opacity

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

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

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

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

This text has shadow with #585C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C8A on black background.


Color preview on white background

This text has color #585C8A on white background.



Black color preview on #585C8A background

This text has black color on #585C8A background.


White color preview on #585C8A background

This text has white color on #585C8A background.