COLOR #585A9A

HEX: #585A9A
RGB: (88,90,154)

Color info

#585A9A contains mainly blue color. Web safe color of #585A9A is #666699 (or #669).

RGB color model

#585A9A color RGB value is (88,90,154).

  • red value is 88;
  • green value is 90;
  • blue value is 154.
RGB:
(88,90,154)
(35%,35%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 154 of 255 = 60%

88
90
154

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

Portions of RGB colors in percentages

R + G + B =
88 + 90 + 154 = 332 (100%)
R 88 of 332 ~ 26.51%
G 90 of 332 ~ 27.11%
B 154 of 332 ~ 46.39%

%26.51
%27.11
%46.39

CMYK color model

#585A9A color CMYK value is (43,42,0,40).

  • cyan value is 42.86%
  • magenta value is 41.56%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(43,42,0,40)
C43M42Y0K40 
(43%,42%,0%,40%)
(0.43/0.42/0.00/0.40)	

CMYK percentages

%42.86
%41.56
%0
%39.61

Codes

Color #585A9A in popluar color models

585A9A
RGB8890154
HSL238°27.27%47.45%
HSB/HSV238°42.86%60.39%
CMYK42.86%41.56%0.00%
39.61%

Color #585A9A in popluar number systems.

HEX585A9A
Decimal8890154
Binary1011000101101010011010
Octal130132232

Shades and tints

Shades of #585A9A

#585A9A
(88,90,154)
#50528C
(80,82,140)
#484A7E
(72,74,126)
#404270
(64,66,112)
#383A62
(56,58,98)
#303254
(48,50,84)
#282A46
(40,42,70)
#202238
(32,34,56)
#181A2A
(24,26,42)
#10121C
(16,18,28)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #585A9A

#585A9A
(88,90,154)
#6769A3
(103,105,163)
#7678AC
(118,120,172)
#8587B5
(133,135,181)
#9496BE
(148,150,190)
#A3A5C7
(163,165,199)
#B2B4D0
(178,180,208)
#C1C3D9
(193,195,217)
#D0D2E2
(208,210,226)
#DFE1EB
(223,225,235)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A9A color. Also use rgb(88,90,154) instead hex code.

Text Font Color

.myTextColor { color: #585A9A; }

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

This text font color is #585A9A.


Background Color

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

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

This div background color is #585A9A.


Border color

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

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

This div border color is #585A9A.


Opacity

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

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

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

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

This text has shadow with #585A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A9A on black background.


Color preview on white background

This text has color #585A9A on white background.



Black color preview on #585A9A background

This text has black color on #585A9A background.


White color preview on #585A9A background

This text has white color on #585A9A background.