COLOR #58A1DC

HEX: #58A1DC
RGB: (88,161,220)

Color info

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

RGB color model

#58A1DC color RGB value is (88,161,220).

  • red value is 88;
  • green value is 161;
  • blue value is 220.
RGB:
(88,161,220)
(35%,63%,86%)

RGB channels and saturation

R 88 of 255 = 35%
G 161 of 255 = 63%
B 220 of 255 = 86%

88
161
220

R + G + B ~ 61%. #58A1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 161 + 220 = 469 (100%)
R 88 of 469 ~ 18.76%
G 161 of 469 ~ 34.33%
B 220 of 469 ~ 46.91%

%18.76
%34.33
%46.91

CMYK color model

#58A1DC color CMYK value is (60,27,0,14).

  • cyan value is 60.00%
  • magenta value is 26.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(60,27,0,14)
C60M27Y0K14 
(60%,27%,0%,14%)
(0.60/0.27/0.00/0.14)	

CMYK percentages

%60
%26.82
%0
%13.73

Codes

Color #58A1DC in popluar color models

58A1DC
RGB88161220
HSL207°65.35%60.39%
HSB/HSV207°60.00%86.27%
CMYK60.00%26.82%0.00%
13.73%

Color #58A1DC in popluar number systems.

HEX58A1DC
Decimal88161220
Binary10110001010000111011100
Octal130241334

Shades and tints

Shades of #58A1DC

#58A1DC
(88,161,220)
#5093C8
(80,147,200)
#4885B4
(72,133,180)
#4077A0
(64,119,160)
#38698C
(56,105,140)
#305B78
(48,91,120)
#284D64
(40,77,100)
#203F50
(32,63,80)
#18313C
(24,49,60)
#102328
(16,35,40)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #58A1DC

#58A1DC
(88,161,220)
#67A9DF
(103,169,223)
#76B1E2
(118,177,226)
#85B9E5
(133,185,229)
#94C1E8
(148,193,232)
#A3C9EB
(163,201,235)
#B2D1EE
(178,209,238)
#C1D9F1
(193,217,241)
#D0E1F4
(208,225,244)
#DFE9F7
(223,233,247)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A1DC color. Also use rgb(88,161,220) instead hex code.

Text Font Color

.myTextColor { color: #58A1DC; }

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

This text font color is #58A1DC.


Background Color

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

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

This div background color is #58A1DC.


Border color

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

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

This div border color is #58A1DC.


Opacity

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

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

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

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

This text has shadow with #58A1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A1DC on black background.


Color preview on white background

This text has color #58A1DC on white background.



Black color preview on #58A1DC background

This text has black color on #58A1DC background.


White color preview on #58A1DC background

This text has white color on #58A1DC background.