COLOR #58A7B2

HEX: #58A7B2
RGB: (88,167,178)

Color info

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

RGB color model

#58A7B2 color RGB value is (88,167,178).

  • red value is 88;
  • green value is 167;
  • blue value is 178.
RGB:
(88,167,178)
(35%,65%,70%)

RGB channels and saturation

R 88 of 255 = 35%
G 167 of 255 = 65%
B 178 of 255 = 70%

88
167
178

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

Portions of RGB colors in percentages

R + G + B =
88 + 167 + 178 = 433 (100%)
R 88 of 433 ~ 20.32%
G 167 of 433 ~ 38.57%
B 178 of 433 ~ 41.11%

%20.32
%38.57
%41.11

CMYK color model

#58A7B2 color CMYK value is (51,6,0,30).

  • cyan value is 50.56%
  • magenta value is 6.18%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(51,6,0,30)
C51M6Y0K30 
(51%,6%,0%,30%)
(0.51/0.06/0.00/0.30)	

CMYK percentages

%50.56
%6.18
%0
%30.2

Codes

Color #58A7B2 in popluar color models

58A7B2
RGB88167178
HSL187°36.89%52.16%
HSB/HSV187°50.56%69.80%
CMYK50.56%6.18%0.00%
30.20%

Color #58A7B2 in popluar number systems.

HEX58A7B2
Decimal88167178
Binary10110001010011110110010
Octal130247262

Shades and tints

Shades of #58A7B2

#58A7B2
(88,167,178)
#5098A2
(80,152,162)
#488992
(72,137,146)
#407A82
(64,122,130)
#386B72
(56,107,114)
#305C62
(48,92,98)
#284D52
(40,77,82)
#203E42
(32,62,66)
#182F32
(24,47,50)
#102022
(16,32,34)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #58A7B2

#58A7B2
(88,167,178)
#67AFB9
(103,175,185)
#76B7C0
(118,183,192)
#85BFC7
(133,191,199)
#94C7CE
(148,199,206)
#A3CFD5
(163,207,213)
#B2D7DC
(178,215,220)
#C1DFE3
(193,223,227)
#D0E7EA
(208,231,234)
#DFEFF1
(223,239,241)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A7B2 color. Also use rgb(88,167,178) instead hex code.

Text Font Color

.myTextColor { color: #58A7B2; }

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

This text font color is #58A7B2.


Background Color

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

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

This div background color is #58A7B2.


Border color

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

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

This div border color is #58A7B2.


Opacity

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

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

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

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

This text has shadow with #58A7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A7B2 on black background.


Color preview on white background

This text has color #58A7B2 on white background.



Black color preview on #58A7B2 background

This text has black color on #58A7B2 background.


White color preview on #58A7B2 background

This text has white color on #58A7B2 background.