COLOR #587A7C

HEX: #587A7C
RGB: (88,122,124)

Color info

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

RGB color model

#587A7C color RGB value is (88,122,124).

  • red value is 88;
  • green value is 122;
  • blue value is 124.
RGB:
(88,122,124)
(35%,48%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 122 of 255 = 48%
B 124 of 255 = 49%

88
122
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 122 + 124 = 334 (100%)
R 88 of 334 ~ 26.35%
G 122 of 334 ~ 36.53%
B 124 of 334 ~ 37.13%

%26.35
%36.53
%37.13

CMYK color model

#587A7C color CMYK value is (29,2,0,51).

  • cyan value is 29.03%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(29,2,0,51)
C29M2Y0K51 
(29%,2%,0%,51%)
(0.29/0.02/0.00/0.51)	

CMYK percentages

%29.03
%1.61
%0
%51.37

Codes

Color #587A7C in popluar color models

587A7C
RGB88122124
HSL183°16.98%41.57%
HSB/HSV183°29.03%48.63%
CMYK29.03%1.61%0.00%
51.37%

Color #587A7C in popluar number systems.

HEX587A7C
Decimal88122124
Binary101100011110101111100
Octal130172174

Shades and tints

Shades of #587A7C

#587A7C
(88,122,124)
#506F71
(80,111,113)
#486466
(72,100,102)
#40595B
(64,89,91)
#384E50
(56,78,80)
#304345
(48,67,69)
#28383A
(40,56,58)
#202D2F
(32,45,47)
#182224
(24,34,36)
#101719
(16,23,25)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #587A7C

#587A7C
(88,122,124)
#678687
(103,134,135)
#769292
(118,146,146)
#859E9D
(133,158,157)
#94AAA8
(148,170,168)
#A3B6B3
(163,182,179)
#B2C2BE
(178,194,190)
#C1CEC9
(193,206,201)
#D0DAD4
(208,218,212)
#DFE6DF
(223,230,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587A7C color. Also use rgb(88,122,124) instead hex code.

Text Font Color

.myTextColor { color: #587A7C; }

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

This text font color is #587A7C.


Background Color

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

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

This div background color is #587A7C.


Border color

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

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

This div border color is #587A7C.


Opacity

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

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

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

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

This text has shadow with #587A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587A7C on black background.


Color preview on white background

This text has color #587A7C on white background.



Black color preview on #587A7C background

This text has black color on #587A7C background.


White color preview on #587A7C background

This text has white color on #587A7C background.