COLOR #58A6DF

HEX: #58A6DF
RGB: (88,166,223)

Color info

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

RGB color model

#58A6DF color RGB value is (88,166,223).

  • red value is 88;
  • green value is 166;
  • blue value is 223.
RGB:
(88,166,223)
(35%,65%,87%)

RGB channels and saturation

R 88 of 255 = 35%
G 166 of 255 = 65%
B 223 of 255 = 87%

88
166
223

R + G + B ~ 62%. #58A6DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 166 + 223 = 477 (100%)
R 88 of 477 ~ 18.45%
G 166 of 477 ~ 34.8%
B 223 of 477 ~ 46.75%

%18.45
%34.8
%46.75

CMYK color model

#58A6DF color CMYK value is (61,26,0,13).

  • cyan value is 60.54%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(61,26,0,13)
C61M26Y0K13 
(61%,26%,0%,13%)
(0.61/0.26/0.00/0.13)	

CMYK percentages

%60.54
%25.56
%0
%12.55

Codes

Color #58A6DF in popluar color models

58A6DF
RGB88166223
HSL205°67.84%60.98%
HSB/HSV205°60.54%87.45%
CMYK60.54%25.56%0.00%
12.55%

Color #58A6DF in popluar number systems.

HEX58A6DF
Decimal88166223
Binary10110001010011011011111
Octal130246337

Shades and tints

Shades of #58A6DF

#58A6DF
(88,166,223)
#5097CB
(80,151,203)
#4888B7
(72,136,183)
#4079A3
(64,121,163)
#386A8F
(56,106,143)
#305B7B
(48,91,123)
#284C67
(40,76,103)
#203D53
(32,61,83)
#182E3F
(24,46,63)
#101F2B
(16,31,43)
#081017
(8,16,23)
#000000
(0,0,0)

Tints of #58A6DF

#58A6DF
(88,166,223)
#67AEE1
(103,174,225)
#76B6E3
(118,182,227)
#85BEE5
(133,190,229)
#94C6E7
(148,198,231)
#A3CEE9
(163,206,233)
#B2D6EB
(178,214,235)
#C1DEED
(193,222,237)
#D0E6EF
(208,230,239)
#DFEEF1
(223,238,241)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A6DF color. Also use rgb(88,166,223) instead hex code.

Text Font Color

.myTextColor { color: #58A6DF; }

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

This text font color is #58A6DF.


Background Color

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

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

This div background color is #58A6DF.


Border color

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

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

This div border color is #58A6DF.


Opacity

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

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

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

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

This text has shadow with #58A6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A6DF on black background.


Color preview on white background

This text has color #58A6DF on white background.



Black color preview on #58A6DF background

This text has black color on #58A6DF background.


White color preview on #58A6DF background

This text has white color on #58A6DF background.