COLOR #58A0BC

HEX: #58A0BC
RGB: (88,160,188)

Color info

#58A0BC contains mainly green and blue colors. Web safe color of #58A0BC is #6699CC (or #69C).

RGB color model

#58A0BC color RGB value is (88,160,188).

  • red value is 88;
  • green value is 160;
  • blue value is 188.
RGB:
(88,160,188)
(35%,63%,74%)

RGB channels and saturation

R 88 of 255 = 35%
G 160 of 255 = 63%
B 188 of 255 = 74%

88
160
188

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

Portions of RGB colors in percentages

R + G + B =
88 + 160 + 188 = 436 (100%)
R 88 of 436 ~ 20.18%
G 160 of 436 ~ 36.7%
B 188 of 436 ~ 43.12%

%20.18
%36.7
%43.12

CMYK color model

#58A0BC color CMYK value is (53,15,0,26).

  • cyan value is 53.19%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(53,15,0,26)
C53M15Y0K26 
(53%,15%,0%,26%)
(0.53/0.15/0.00/0.26)	

CMYK percentages

%53.19
%14.89
%0
%26.27

Codes

Color #58A0BC in popluar color models

58A0BC
RGB88160188
HSL197°42.74%54.12%
HSB/HSV197°53.19%73.73%
CMYK53.19%14.89%0.00%
26.27%

Color #58A0BC in popluar number systems.

HEX58A0BC
Decimal88160188
Binary10110001010000010111100
Octal130240274

Shades and tints

Shades of #58A0BC

#58A0BC
(88,160,188)
#5092AB
(80,146,171)
#48849A
(72,132,154)
#407689
(64,118,137)
#386878
(56,104,120)
#305A67
(48,90,103)
#284C56
(40,76,86)
#203E45
(32,62,69)
#183034
(24,48,52)
#102223
(16,34,35)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #58A0BC

#58A0BC
(88,160,188)
#67A8C2
(103,168,194)
#76B0C8
(118,176,200)
#85B8CE
(133,184,206)
#94C0D4
(148,192,212)
#A3C8DA
(163,200,218)
#B2D0E0
(178,208,224)
#C1D8E6
(193,216,230)
#D0E0EC
(208,224,236)
#DFE8F2
(223,232,242)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A0BC color. Also use rgb(88,160,188) instead hex code.

Text Font Color

.myTextColor { color: #58A0BC; }

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

This text font color is #58A0BC.


Background Color

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

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

This div background color is #58A0BC.


Border color

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

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

This div border color is #58A0BC.


Opacity

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

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

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

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

This text has shadow with #58A0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A0BC on black background.


Color preview on white background

This text has color #58A0BC on white background.



Black color preview on #58A0BC background

This text has black color on #58A0BC background.


White color preview on #58A0BC background

This text has white color on #58A0BC background.