COLOR #585C9B

HEX: #585C9B RGB: (88,92,155)

Color info

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

RGB color model

#585C9B color RGB value is (88,92,155).

RGB: (88,92,155) (35%, 36%, 61%)

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 155 of 255 = 61%

88
92
155

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

Portions of RGB colors in percentages

R + G + B = 88 + 92 + 155 = 335 (100%)
R 88 of 335 ~ 26.27%
G 92 of 335 ~ 27.46%
B 155 of 335 ~ 46.27'%

%26.27
%27.46
%46.27

CMYK color model

#585C9B color CMYK value is (43,41,0,39).

  • cyan value is 43.23%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (43,41,0,39)
C43M41Y0K39 (43%, 41%, 0%, 39%)
(0.43 / 0.41 / 0.00 / 0.39)

CMYK percentages

%43.23
%40.65
%0
%39.22

Codes

Color #585C9B in popluar color models

58 5C 9B
RGB 88 92 155
HSL 236° 27.57% 47.65%
HSB/HSV 236° 43.23% 60.78%
CMYK 43.23% 40.65% 0.00%
39.22%

Color #585C9B in popluar number systems.

HEX 58 5C 9B
Decimal 88 92 155
Binary 1011000 1011100 10011011
Octal 130 134 233

Shades and tints

Shades of #585C9B

#585C9B
(88,92,155)
#50548D
(80,84,141)
#484C7F
(72,76,127)
#404471
(64,68,113)
#383C63
(56,60,99)
#303455
(48,52,85)
#282C47
(40,44,71)
#202439
(32,36,57)
#181C2B
(24,28,43)
#10141D
(16,20,29)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #585C9B

#585C9B
(88,92,155)
#676AA4
(103,106,164)
#7678AD
(118,120,173)
#8586B6
(133,134,182)
#9494BF
(148,148,191)
#A3A2C8
(163,162,200)
#B2B0D1
(178,176,209)
#C1BEDA
(193,190,218)
#D0CCE3
(208,204,227)
#DFDAEC
(223,218,236)
#EEE8F5
(238,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C9B; }

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

This text font color is #585C9B.

Background Color

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

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

This div background color is #585C9B.

Border color

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

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

This div border color is #585C9B.

Opacity

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

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

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

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

This text has shadow with #585C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585C9B.

Preview

Color preview on black background

This text has color #585C9B on black background.


Color preview on white background

This text has color #585C9B on white background.


Black color preview on #585C9B background

This text has black color on #585C9B background.


White color preview on #585C9B background

This text has white color on #585C9B background.


Related colors

Complementary color

Complementary color for #hex is #A7A364.


I love getcolorcode.com

Triadic colors

1 #9B585C and #5C9B58 with #585C9B are triadic colors.

2 #9B5C58 and #5C589B with #585C9B are triadic colors.