COLOR #58A3BC

HEX: #58A3BC RGB: (88,163,188)

Color info

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

RGB color model

#58A3BC color RGB value is (88,163,188).

RGB: (88,163,188) (35%, 64%, 74%)

RGB channels and saturation

R 88 of 255 = 35%
G 163 of 255 = 64%
B 188 of 255 = 74%

88
163
188

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

Portions of RGB colors in percentages

R + G + B = 88 + 163 + 188 = 439 (100%)
R 88 of 439 ~ 20.05%
G 163 of 439 ~ 37.13%
B 188 of 439 ~ 42.82'%

%20.05
%37.13
%42.82

CMYK color model

#58A3BC color CMYK value is (53,13,0,26).

  • cyan value is 53.19%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (53,13,0,26) C53M13Y0K26 (53%,13%,0%,26%) (0.53/0.13/0.00/0.26) 

CMYK percentages

%53.19
%13.3
%0
%26.27

Codes

Color #58A3BC in popluar color models

58 A3 BC
RGB 88 163 188
HSL 195° 42.74% 54.12%
HSB/HSV 195° 53.19% 73.73%
CMYK 53.19% 13.30% 0.00%
26.27%

Color #58A3BC in popluar number systems.

HEX 58 A3 BC
Decimal 88 163 188
Binary 1011000 10100011 10111100
Octal 130 243 274

Shades and tints

Shades of #58A3BC

#58A3BC
(88,163,188)
#5095AB
(80,149,171)
#48879A
(72,135,154)
#407989
(64,121,137)
#386B78
(56,107,120)
#305D67
(48,93,103)
#284F56
(40,79,86)
#204145
(32,65,69)
#183334
(24,51,52)
#102523
(16,37,35)
#081712
(8,23,18)
#000000
(0,0,0)

Tints of #58A3BC

#58A3BC
(88,163,188)
#67ABC2
(103,171,194)
#76B3C8
(118,179,200)
#85BBCE
(133,187,206)
#94C3D4
(148,195,212)
#A3CBDA
(163,203,218)
#B2D3E0
(178,211,224)
#C1DBE6
(193,219,230)
#D0E3EC
(208,227,236)
#DFEBF2
(223,235,242)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A3BC; }

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

This text font color is #58A3BC.

Background Color

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

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

This div background color is #58A3BC.

Border color

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

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

This div border color is #58A3BC.

Opacity

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

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

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

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

This text has shadow with #58A3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58A3BC.

Preview

Color preview on black background

This text has color #58A3BC on black background.


Color preview on white background

This text has color #58A3BC on white background.


Black color preview on #58A3BC background

This text has black color on #58A3BC background.


White color preview on #58A3BC background

This text has white color on #58A3BC background.


Related colors

Complementary color

Complementary color for #hex is #A75C43.


I love getcolorcode.com

Triadic colors

1 #BC58A3 and #A3BC58 with #58A3BC are triadic colors.

2 #BCA358 and #A358BC with #58A3BC are triadic colors.