COLOR #585D95

HEX: #585D95 RGB: (88,93,149)

Color info

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

RGB color model

#585D95 color RGB value is (88,93,149).

RGB: (88,93,149) (35%, 36%, 58%)

RGB channels and saturation

R 88 of 255 = 35%
G 93 of 255 = 36%
B 149 of 255 = 58%

88
93
149

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

Portions of RGB colors in percentages

R + G + B = 88 + 93 + 149 = 330 (100%)
R 88 of 330 ~ 26.67%
G 93 of 330 ~ 28.18%
B 149 of 330 ~ 45.15'%

%26.67
%28.18
%45.15

CMYK color model

#585D95 color CMYK value is (41,38,0,42).

  • cyan value is 40.94%
  • magenta value is 37.58%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (41,38,0,42)
C41M38Y0K42 (41%, 38%, 0%, 42%)
(0.41 / 0.38 / 0.00 / 0.42)

CMYK percentages

%40.94
%37.58
%0
%41.57

Codes

Color #585D95 in popluar color models

58 5D 95
RGB 88 93 149
HSL 235° 25.74% 46.47%
HSB/HSV 235° 40.94% 58.43%
CMYK 40.94% 37.58% 0.00%
41.57%

Color #585D95 in popluar number systems.

HEX 58 5D 95
Decimal 88 93 149
Binary 1011000 1011101 10010101
Octal 130 135 225

Shades and tints

Shades of #585D95

#585D95
(88,93,149)
#505588
(80,85,136)
#484D7B
(72,77,123)
#40456E
(64,69,110)
#383D61
(56,61,97)
#303554
(48,53,84)
#282D47
(40,45,71)
#20253A
(32,37,58)
#181D2D
(24,29,45)
#101520
(16,21,32)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #585D95

#585D95
(88,93,149)
#676B9E
(103,107,158)
#7679A7
(118,121,167)
#8587B0
(133,135,176)
#9495B9
(148,149,185)
#A3A3C2
(163,163,194)
#B2B1CB
(178,177,203)
#C1BFD4
(193,191,212)
#D0CDDD
(208,205,221)
#DFDBE6
(223,219,230)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D95 color. Also use rgb(88,93,149) instead hex code.

Text Font Color

.myTextColor { color: #585D95; }

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

This text font color is #585D95.

Background Color

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

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

This div background color is #585D95.

Border color

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

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

This div border color is #585D95.

Opacity

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

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

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

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

This text has shadow with #585D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585D95.

Preview

Color preview on black background

This text has color #585D95 on black background.


Color preview on white background

This text has color #585D95 on white background.


Black color preview on #585D95 background

This text has black color on #585D95 background.


White color preview on #585D95 background

This text has white color on #585D95 background.


Related colors

Complementary color

Complementary color for #hex is #A7A26A.


I love getcolorcode.com

Triadic colors

1 #95585D and #5D9558 with #585D95 are triadic colors.

2 #955D58 and #5D5895 with #585D95 are triadic colors.