COLOR #585F81

HEX: #585F81 RGB: (88,95,129)

Color info

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

RGB color model

#585F81 color RGB value is (88,95,129).

RGB: (88,95,129) (35%, 37%, 51%)

RGB channels and saturation

R 88 of 255 = 35%
G 95 of 255 = 37%
B 129 of 255 = 51%

88
95
129

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

Portions of RGB colors in percentages

R + G + B = 88 + 95 + 129 = 312 (100%)
R 88 of 312 ~ 28.21%
G 95 of 312 ~ 30.45%
B 129 of 312 ~ 41.35'%

%28.21
%30.45
%41.35

CMYK color model

#585F81 color CMYK value is (32,26,0,49).

  • cyan value is 31.78%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (32,26,0,49)
C32M26Y0K49 (32%, 26%, 0%, 49%)
(0.32 / 0.26 / 0.00 / 0.49)

CMYK percentages

%31.78
%26.36
%0
%49.41

Codes

Color #585F81 in popluar color models

58 5F 81
RGB 88 95 129
HSL 230° 18.89% 42.55%
HSB/HSV 230° 31.78% 50.59%
CMYK 31.78% 26.36% 0.00%
49.41%

Color #585F81 in popluar number systems.

HEX 58 5F 81
Decimal 88 95 129
Binary 1011000 1011111 10000001
Octal 130 137 201

Shades and tints

Shades of #585F81

#585F81
(88,95,129)
#505776
(80,87,118)
#484F6B
(72,79,107)
#404760
(64,71,96)
#383F55
(56,63,85)
#30374A
(48,55,74)
#282F3F
(40,47,63)
#202734
(32,39,52)
#181F29
(24,31,41)
#10171E
(16,23,30)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #585F81

#585F81
(88,95,129)
#676D8C
(103,109,140)
#767B97
(118,123,151)
#8589A2
(133,137,162)
#9497AD
(148,151,173)
#A3A5B8
(163,165,184)
#B2B3C3
(178,179,195)
#C1C1CE
(193,193,206)
#D0CFD9
(208,207,217)
#DFDDE4
(223,221,228)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585F81 color. Also use rgb(88,95,129) instead hex code.

Text Font Color

.myTextColor { color: #585F81; }

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

This text font color is #585F81.

Background Color

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

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

This div background color is #585F81.

Border color

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

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

This div border color is #585F81.

Opacity

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

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

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

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

This text has shadow with #585F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585F81.

Preview

Color preview on black background

This text has color #585F81 on black background.


Color preview on white background

This text has color #585F81 on white background.


Black color preview on #585F81 background

This text has black color on #585F81 background.


White color preview on #585F81 background

This text has white color on #585F81 background.


Related colors

Complementary color

Complementary color for #hex is #A7A07E.


I love getcolorcode.com

Triadic colors

1 #81585F and #5F8158 with #585F81 are triadic colors.

2 #815F58 and #5F5881 with #585F81 are triadic colors.