COLOR #588184

HEX: #588184
RGB: (88,129,132)

Color info

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

RGB color model

#588184 color RGB value is (88,129,132).

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

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 132 of 255 = 52%

88
129
132

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 132 = 349 (100%)
R 88 of 349 ~ 25.21%
G 129 of 349 ~ 36.96%
B 132 of 349 ~ 37.82%

%25.21
%36.96
%37.82

CMYK color model

#588184 color CMYK value is (33,2,0,48).

  • cyan value is 33.33%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,2,0,48)
C33M2Y0K48 
(33%,2%,0%,48%)
(0.33/0.02/0.00/0.48)	

CMYK percentages

%33.33
%2.27
%0
%48.24

Codes

Color #588184 in popluar color models

588184
RGB88129132
HSL184°20.00%43.14%
HSB/HSV184°33.33%51.76%
CMYK33.33%2.27%0.00%
48.24%

Color #588184 in popluar number systems.

HEX588184
Decimal88129132
Binary10110001000000110000100
Octal130201204

Shades and tints

Shades of #588184

#588184
(88,129,132)
#507678
(80,118,120)
#486B6C
(72,107,108)
#406060
(64,96,96)
#385554
(56,85,84)
#304A48
(48,74,72)
#283F3C
(40,63,60)
#203430
(32,52,48)
#182924
(24,41,36)
#101E18
(16,30,24)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #588184

#588184
(88,129,132)
#678C8F
(103,140,143)
#76979A
(118,151,154)
#85A2A5
(133,162,165)
#94ADB0
(148,173,176)
#A3B8BB
(163,184,187)
#B2C3C6
(178,195,198)
#C1CED1
(193,206,209)
#D0D9DC
(208,217,220)
#DFE4E7
(223,228,231)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588184; }

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

This text font color is #588184.


Background Color

.myBgColor { background-color: #588184; }

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

This div background color is #588184.


Border color

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

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

This div border color is #588184.


Opacity

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

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

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

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

This text has shadow with #588184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588184 on black background.


Color preview on white background

This text has color #588184 on white background.



Black color preview on #588184 background

This text has black color on #588184 background.


White color preview on #588184 background

This text has white color on #588184 background.