COLOR #587D80

HEX: #587D80 RGB: (88,125,128)

Color info

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

RGB color model

#587D80 color RGB value is (88,125,128).

RGB: (88,125,128) (35%, 49%, 50%)

RGB channels and saturation

R 88 of 255 = 35%
G 125 of 255 = 49%
B 128 of 255 = 50%

88
125
128

R + G + B ~ 45%. #587D80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 125 + 128 = 341 (100%)
R 88 of 341 ~ 25.81%
G 125 of 341 ~ 36.66%
B 128 of 341 ~ 37.54'%

%25.81
%36.66
%37.54

CMYK color model

#587D80 color CMYK value is (31,2,0,50).

  • cyan value is 31.25%
  • magenta value is 2.34%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (31,2,0,50) C31M2Y0K50 (31%,2%,0%,50%) (0.31/0.02/0.00/0.50) 

CMYK percentages

%31.25
%2.34
%0
%49.8

Codes

Color #587D80 in popluar color models

58 7D 80
RGB 88 125 128
HSL 185° 18.52% 42.35%
HSB/HSV 185° 31.25% 50.20%
CMYK 31.25% 2.34% 0.00%
49.80%

Color #587D80 in popluar number systems.

HEX 58 7D 80
Decimal 88 125 128
Binary 1011000 1111101 10000000
Octal 130 175 200

Shades and tints

Shades of #587D80

#587D80
(88,125,128)
#507275
(80,114,117)
#48676A
(72,103,106)
#405C5F
(64,92,95)
#385154
(56,81,84)
#304649
(48,70,73)
#283B3E
(40,59,62)
#203033
(32,48,51)
#182528
(24,37,40)
#101A1D
(16,26,29)
#080F12
(8,15,18)
#000000
(0,0,0)

Tints of #587D80

#587D80
(88,125,128)
#67888B
(103,136,139)
#769396
(118,147,150)
#859EA1
(133,158,161)
#94A9AC
(148,169,172)
#A3B4B7
(163,180,183)
#B2BFC2
(178,191,194)
#C1CACD
(193,202,205)
#D0D5D8
(208,213,216)
#DFE0E3
(223,224,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587D80 color. Also use rgb(88,125,128) instead hex code.

Text Font Color

.myTextColor { color: #587D80; }

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

This text font color is #587D80.

Background Color

.myBgColor { background-color: #587D80; }

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

This div background color is #587D80.

Border color

.myBorderColor { border: 1px solid #587D80; }

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

This div border color is #587D80.

Opacity

.myOpacity80 { color: #587D80; opacity: 0.8; }

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

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

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

This text has shadow with #587D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #587D80.

Preview

Color preview on black background

This text has color #587D80 on black background.


Color preview on white background

This text has color #587D80 on white background.


Black color preview on #587D80 background

This text has black color on #587D80 background.


White color preview on #587D80 background

This text has white color on #587D80 background.


Related colors

Complementary color

Complementary color for #hex is #A7827F.


I love getcolorcode.com

Triadic colors

1 #80587D and #7D8058 with #587D80 are triadic colors.

2 #807D58 and #7D5880 with #587D80 are triadic colors.