COLOR #585A90

HEX: #585A90 RGB: (88,90,144)

Color info

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

RGB color model

#585A90 color RGB value is (88,90,144).

RGB: (88,90,144) (35%, 35%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 90 of 255 = 35%
B 144 of 255 = 56%

88
90
144

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

Portions of RGB colors in percentages

R + G + B = 88 + 90 + 144 = 322 (100%)
R 88 of 322 ~ 27.33%
G 90 of 322 ~ 27.95%
B 144 of 322 ~ 44.72'%

%27.33
%27.95
%44.72

CMYK color model

#585A90 color CMYK value is (39,38,0,44).

  • cyan value is 38.89%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (39,38,0,44)
C39M38Y0K44 (39%, 38%, 0%, 44%)
(0.39 / 0.38 / 0.00 / 0.44)

CMYK percentages

%38.89
%37.5
%0
%43.53

Codes

Color #585A90 in popluar color models

58 5A 90
RGB 88 90 144
HSL 238° 24.14% 45.49%
HSB/HSV 238° 38.89% 56.47%
CMYK 38.89% 37.50% 0.00%
43.53%

Color #585A90 in popluar number systems.

HEX 58 5A 90
Decimal 88 90 144
Binary 1011000 1011010 10010000
Octal 130 132 220

Shades and tints

Shades of #585A90

#585A90
(88,90,144)
#505283
(80,82,131)
#484A76
(72,74,118)
#404269
(64,66,105)
#383A5C
(56,58,92)
#30324F
(48,50,79)
#282A42
(40,42,66)
#202235
(32,34,53)
#181A28
(24,26,40)
#10121B
(16,18,27)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #585A90

#585A90
(88,90,144)
#67699A
(103,105,154)
#7678A4
(118,120,164)
#8587AE
(133,135,174)
#9496B8
(148,150,184)
#A3A5C2
(163,165,194)
#B2B4CC
(178,180,204)
#C1C3D6
(193,195,214)
#D0D2E0
(208,210,224)
#DFE1EA
(223,225,234)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A90; }

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

This text font color is #585A90.

Background Color

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

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

This div background color is #585A90.

Border color

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

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

This div border color is #585A90.

Opacity

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

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

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

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

This text has shadow with #585A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585A90.

Preview

Color preview on black background

This text has color #585A90 on black background.


Color preview on white background

This text has color #585A90 on white background.


Black color preview on #585A90 background

This text has black color on #585A90 background.


White color preview on #585A90 background

This text has white color on #585A90 background.


Related colors

Complementary color

Complementary color for #hex is #A7A56F.


I love getcolorcode.com

Triadic colors

1 #90585A and #5A9058 with #585A90 are triadic colors.

2 #905A58 and #5A5890 with #585A90 are triadic colors.