COLOR #58A2B1

HEX: #58A2B1
RGB: (88,162,177)

Color info

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

RGB color model

#58A2B1 color RGB value is (88,162,177).

  • red value is 88;
  • green value is 162;
  • blue value is 177.
RGB:
(88,162,177)
(35%,64%,69%)

RGB channels and saturation

R 88 of 255 = 35%
G 162 of 255 = 64%
B 177 of 255 = 69%

88
162
177

R + G + B ~ 56%. #58A2B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 162 + 177 = 427 (100%)
R 88 of 427 ~ 20.61%
G 162 of 427 ~ 37.94%
B 177 of 427 ~ 41.45%

%20.61
%37.94
%41.45

CMYK color model

#58A2B1 color CMYK value is (50,8,0,31).

  • cyan value is 50.28%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(50,8,0,31)
C50M8Y0K31 
(50%,8%,0%,31%)
(0.50/0.08/0.00/0.31)	

CMYK percentages

%50.28
%8.47
%0
%30.59

Codes

Color #58A2B1 in popluar color models

58A2B1
RGB88162177
HSL190°36.33%51.96%
HSB/HSV190°50.28%69.41%
CMYK50.28%8.47%0.00%
30.59%

Color #58A2B1 in popluar number systems.

HEX58A2B1
Decimal88162177
Binary10110001010001010110001
Octal130242261

Shades and tints

Shades of #58A2B1

#58A2B1
(88,162,177)
#5094A1
(80,148,161)
#488691
(72,134,145)
#407881
(64,120,129)
#386A71
(56,106,113)
#305C61
(48,92,97)
#284E51
(40,78,81)
#204041
(32,64,65)
#183231
(24,50,49)
#102421
(16,36,33)
#081611
(8,22,17)
#000000
(0,0,0)

Tints of #58A2B1

#58A2B1
(88,162,177)
#67AAB8
(103,170,184)
#76B2BF
(118,178,191)
#85BAC6
(133,186,198)
#94C2CD
(148,194,205)
#A3CAD4
(163,202,212)
#B2D2DB
(178,210,219)
#C1DAE2
(193,218,226)
#D0E2E9
(208,226,233)
#DFEAF0
(223,234,240)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A2B1 color. Also use rgb(88,162,177) instead hex code.

Text Font Color

.myTextColor { color: #58A2B1; }

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

This text font color is #58A2B1.


Background Color

.myBgColor { background-color: #58A2B1; }

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

This div background color is #58A2B1.


Border color

.myBorderColor { border: 1px solid #58A2B1; }

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

This div border color is #58A2B1.


Opacity

.myOpacity80 { color: #58A2B1; opacity: 0.8; }

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

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

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

This text has shadow with #58A2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A2B1 on black background.


Color preview on white background

This text has color #58A2B1 on white background.



Black color preview on #58A2B1 background

This text has black color on #58A2B1 background.


White color preview on #58A2B1 background

This text has white color on #58A2B1 background.