COLOR #585C97

HEX: #585C97 RGB: (88,92,151)

Color info

#585C97 contains mainly green and blue colors. Web safe color of #585C97 is #666699 (or #669).

RGB color model

#585C97 color RGB value is (88,92,151).

RGB: (88,92,151) (35%, 36%, 59%)

RGB channels and saturation

R 88 of 255 = 35%
G 92 of 255 = 36%
B 151 of 255 = 59%

88
92
151

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

Portions of RGB colors in percentages

R + G + B = 88 + 92 + 151 = 331 (100%)
R 88 of 331 ~ 26.59%
G 92 of 331 ~ 27.79%
B 151 of 331 ~ 45.62'%

%26.59
%27.79
%45.62

CMYK color model

#585C97 color CMYK value is (42,39,0,41).

  • cyan value is 41.72%
  • magenta value is 39.07%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (42,39,0,41)
C42M39Y0K41 (42%, 39%, 0%, 41%)
(0.42 / 0.39 / 0.00 / 0.41)

CMYK percentages

%41.72
%39.07
%0
%40.78

Codes

Color #585C97 in popluar color models

58 5C 97
RGB 88 92 151
HSL 236° 26.36% 46.86%
HSB/HSV 236° 41.72% 59.22%
CMYK 41.72% 39.07% 0.00%
40.78%

Color #585C97 in popluar number systems.

HEX 58 5C 97
Decimal 88 92 151
Binary 1011000 1011100 10010111
Octal 130 134 227

Shades and tints

Shades of #585C97

#585C97
(88,92,151)
#50548A
(80,84,138)
#484C7D
(72,76,125)
#404470
(64,68,112)
#383C63
(56,60,99)
#303456
(48,52,86)
#282C49
(40,44,73)
#20243C
(32,36,60)
#181C2F
(24,28,47)
#101422
(16,20,34)
#080C15
(8,12,21)
#000000
(0,0,0)

Tints of #585C97

#585C97
(88,92,151)
#676AA0
(103,106,160)
#7678A9
(118,120,169)
#8586B2
(133,134,178)
#9494BB
(148,148,187)
#A3A2C4
(163,162,196)
#B2B0CD
(178,176,205)
#C1BED6
(193,190,214)
#D0CCDF
(208,204,223)
#DFDAE8
(223,218,232)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C97; }

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

This text font color is #585C97.

Background Color

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

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

This div background color is #585C97.

Border color

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

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

This div border color is #585C97.

Opacity

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

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

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

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

This text has shadow with #585C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585C97.

Preview

Color preview on black background

This text has color #585C97 on black background.


Color preview on white background

This text has color #585C97 on white background.


Black color preview on #585C97 background

This text has black color on #585C97 background.


White color preview on #585C97 background

This text has white color on #585C97 background.


Related colors

Complementary color

Complementary color for #hex is #A7A368.


I love getcolorcode.com

Triadic colors

1 #97585C and #5C9758 with #585C97 are triadic colors.

2 #975C58 and #5C5897 with #585C97 are triadic colors.