COLOR #58959B

HEX: #58959B
RGB: (88,149,155)

Color info

#58959B contains mainly green and blue colors. Web safe color of #58959B is #669999 (or #699).

RGB color model

#58959B color RGB value is (88,149,155).

  • red value is 88;
  • green value is 149;
  • blue value is 155.
RGB:
(88,149,155)
(35%,58%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 149 of 255 = 58%
B 155 of 255 = 61%

88
149
155

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

Portions of RGB colors in percentages

R + G + B =
88 + 149 + 155 = 392 (100%)
R 88 of 392 ~ 22.45%
G 149 of 392 ~ 38.01%
B 155 of 392 ~ 39.54%

%22.45
%38.01
%39.54

CMYK color model

#58959B color CMYK value is (43,4,0,39).

  • cyan value is 43.23%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(43,4,0,39)
C43M4Y0K39 
(43%,4%,0%,39%)
(0.43/0.04/0.00/0.39)	

CMYK percentages

%43.23
%3.87
%0
%39.22

Codes

Color #58959B in popluar color models

58959B
RGB88149155
HSL185°27.57%47.65%
HSB/HSV185°43.23%60.78%
CMYK43.23%3.87%0.00%
39.22%

Color #58959B in popluar number systems.

HEX58959B
Decimal88149155
Binary10110001001010110011011
Octal130225233

Shades and tints

Shades of #58959B

#58959B
(88,149,155)
#50888D
(80,136,141)
#487B7F
(72,123,127)
#406E71
(64,110,113)
#386163
(56,97,99)
#305455
(48,84,85)
#284747
(40,71,71)
#203A39
(32,58,57)
#182D2B
(24,45,43)
#10201D
(16,32,29)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #58959B

#58959B
(88,149,155)
#679EA4
(103,158,164)
#76A7AD
(118,167,173)
#85B0B6
(133,176,182)
#94B9BF
(148,185,191)
#A3C2C8
(163,194,200)
#B2CBD1
(178,203,209)
#C1D4DA
(193,212,218)
#D0DDE3
(208,221,227)
#DFE6EC
(223,230,236)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58959B color. Also use rgb(88,149,155) instead hex code.

Text Font Color

.myTextColor { color: #58959B; }

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

This text font color is #58959B.


Background Color

.myBgColor { background-color: #58959B; }

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

This div background color is #58959B.


Border color

.myBorderColor { border: 1px solid #58959B; }

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

This div border color is #58959B.


Opacity

.myOpacity80 { color: #58959B; opacity: 0.8; }

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

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

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

This text has shadow with #58959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58959B on black background.


Color preview on white background

This text has color #58959B on white background.



Black color preview on #58959B background

This text has black color on #58959B background.


White color preview on #58959B background

This text has white color on #58959B background.