COLOR #585975

HEX: #585975 RGB: (88,89,117)

Color info

#585975 contains red, green and blue colors in about the same proportion. Web safe color of #585975 is #666666 (or #666).

RGB color model

#585975 color RGB value is (88,89,117).

RGB: (88,89,117) (35%, 35%, 46%)

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 117 of 255 = 46%

88
89
117

R + G + B ~ 39%. #585975 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 89 + 117 = 294 (100%)
R 88 of 294 ~ 29.93%
G 89 of 294 ~ 30.27%
B 117 of 294 ~ 39.8'%

%29.93
%30.27
%39.8

CMYK color model

#585975 color CMYK value is (25,24,0,54).

  • cyan value is 24.79%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (25,24,0,54)
C25M24Y0K54 (25%, 24%, 0%, 54%)
(0.25 / 0.24 / 0.00 / 0.54)

CMYK percentages

%24.79
%23.93
%0
%54.12

Codes

Color #585975 in popluar color models

58 59 75
RGB 88 89 117
HSL 238° 14.15% 40.20%
HSB/HSV 238° 24.79% 45.88%
CMYK 24.79% 23.93% 0.00%
54.12%

Color #585975 in popluar number systems.

HEX 58 59 75
Decimal 88 89 117
Binary 1011000 1011001 1110101
Octal 130 131 165

Shades and tints

Shades of #585975

#585975
(88,89,117)
#50516B
(80,81,107)
#484961
(72,73,97)
#404157
(64,65,87)
#38394D
(56,57,77)
#303143
(48,49,67)
#282939
(40,41,57)
#20212F
(32,33,47)
#181925
(24,25,37)
#10111B
(16,17,27)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #585975

#585975
(88,89,117)
#676881
(103,104,129)
#76778D
(118,119,141)
#858699
(133,134,153)
#9495A5
(148,149,165)
#A3A4B1
(163,164,177)
#B2B3BD
(178,179,189)
#C1C2C9
(193,194,201)
#D0D1D5
(208,209,213)
#DFE0E1
(223,224,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585975 color. Also use rgb(88,89,117) instead hex code.

Text Font Color

.myTextColor { color: #585975; }

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

This text font color is #585975.

Background Color

.myBgColor { background-color: #585975; }

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

This div background color is #585975.

Border color

.myBorderColor { border: 1px solid #585975; }

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

This div border color is #585975.

Opacity

.myOpacity80 { color: #585975; opacity: 0.8; }

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

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

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

This text has shadow with #585975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585975.

Preview

Color preview on black background

This text has color #585975 on black background.


Color preview on white background

This text has color #585975 on white background.


Black color preview on #585975 background

This text has black color on #585975 background.


White color preview on #585975 background

This text has white color on #585975 background.


Related colors

Complementary color

Complementary color for #hex is #A7A68A.


I love getcolorcode.com

Triadic colors

1 #755859 and #597558 with #585975 are triadic colors.

2 #755958 and #595875 with #585975 are triadic colors.