COLOR #588584

HEX: #588584
RGB: (88,133,132)

Color info

#588584 contains red, green and blue colors in about the same proportion. Web safe color of #588584 is #669999 (or #699).

RGB color model

#588584 color RGB value is (88,133,132).

  • red value is 88;
  • green value is 133;
  • blue value is 132.
RGB:
(88,133,132)
(35%,52%,52%)

RGB channels and saturation

R 88 of 255 = 35%
G 133 of 255 = 52%
B 132 of 255 = 52%

88
133
132

R + G + B ~ 46%. #588584 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 133 + 132 = 353 (100%)
R 88 of 353 ~ 24.93%
G 133 of 353 ~ 37.68%
B 132 of 353 ~ 37.39%

%24.93
%37.68
%37.39

CMYK color model

#588584 color CMYK value is (34,0,1,48).

  • cyan value is 33.83%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(34,0,1,48)
C34M0Y1K48 
(34%,0%,1%,48%)
(0.34/0.00/0.01/0.48)	

CMYK percentages

%33.83
%0
%0.75
%47.84

Codes

Color #588584 in popluar color models

588584
RGB88133132
HSL179°20.36%43.33%
HSB/HSV179°33.83%52.16%
CMYK33.83%0.00%0.75%
47.84%

Color #588584 in popluar number systems.

HEX588584
Decimal88133132
Binary10110001000010110000100
Octal130205204

Shades and tints

Shades of #588584

#588584
(88,133,132)
#507978
(80,121,120)
#486D6C
(72,109,108)
#406160
(64,97,96)
#385554
(56,85,84)
#304948
(48,73,72)
#283D3C
(40,61,60)
#203130
(32,49,48)
#182524
(24,37,36)
#101918
(16,25,24)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #588584

#588584
(88,133,132)
#67908F
(103,144,143)
#769B9A
(118,155,154)
#85A6A5
(133,166,165)
#94B1B0
(148,177,176)
#A3BCBB
(163,188,187)
#B2C7C6
(178,199,198)
#C1D2D1
(193,210,209)
#D0DDDC
(208,221,220)
#DFE8E7
(223,232,231)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588584 color. Also use rgb(88,133,132) instead hex code.

Text Font Color

.myTextColor { color: #588584; }

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

This text font color is #588584.


Background Color

.myBgColor { background-color: #588584; }

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

This div background color is #588584.


Border color

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

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

This div border color is #588584.


Opacity

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

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

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

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

This text has shadow with #588584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588584 on black background.


Color preview on white background

This text has color #588584 on white background.



Black color preview on #588584 background

This text has black color on #588584 background.


White color preview on #588584 background

This text has white color on #588584 background.