COLOR #58819F

HEX: #58819F
RGB: (88,129,159)

Color info

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

RGB color model

#58819F color RGB value is (88,129,159).

  • red value is 88;
  • green value is 129;
  • blue value is 159.
RGB:
(88,129,159)
(35%,51%,62%)

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 159 of 255 = 62%

88
129
159

R + G + B ~ 49%. #58819F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 159 = 376 (100%)
R 88 of 376 ~ 23.4%
G 129 of 376 ~ 34.31%
B 159 of 376 ~ 42.29%

%23.4
%34.31
%42.29

CMYK color model

#58819F color CMYK value is (45,19,0,38).

  • cyan value is 44.65%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(45,19,0,38)
C45M19Y0K38 
(45%,19%,0%,38%)
(0.45/0.19/0.00/0.38)	

CMYK percentages

%44.65
%18.87
%0
%37.65

Codes

Color #58819F in popluar color models

58819F
RGB88129159
HSL205°28.74%48.43%
HSB/HSV205°44.65%62.35%
CMYK44.65%18.87%0.00%
37.65%

Color #58819F in popluar number systems.

HEX58819F
Decimal88129159
Binary10110001000000110011111
Octal130201237

Shades and tints

Shades of #58819F

#58819F
(88,129,159)
#507691
(80,118,145)
#486B83
(72,107,131)
#406075
(64,96,117)
#385567
(56,85,103)
#304A59
(48,74,89)
#283F4B
(40,63,75)
#20343D
(32,52,61)
#18292F
(24,41,47)
#101E21
(16,30,33)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #58819F

#58819F
(88,129,159)
#678CA7
(103,140,167)
#7697AF
(118,151,175)
#85A2B7
(133,162,183)
#94ADBF
(148,173,191)
#A3B8C7
(163,184,199)
#B2C3CF
(178,195,207)
#C1CED7
(193,206,215)
#D0D9DF
(208,217,223)
#DFE4E7
(223,228,231)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58819F color. Also use rgb(88,129,159) instead hex code.

Text Font Color

.myTextColor { color: #58819F; }

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

This text font color is #58819F.


Background Color

.myBgColor { background-color: #58819F; }

<div style="background-color:#58819F">Inner text</div>

This div background color is #58819F.


Border color

.myBorderColor { border: 1px solid #58819F; }

<div style="border:3px solid #58819F">Div</div>

This div border color is #58819F.


Opacity

.myOpacity80 { color: #58819F; opacity: 0.8; }

<p style="color:#58819F;opacity:0.8;">80%</p>

Text with #58819F 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 #58819F;}

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

This text has shadow with #58819F color.

.textShadow {text-shadow: 3px 3px 1px #58819F, 3px 3px 1px red;}

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

This text has shadow with #58819F primary color and red secondary color.


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

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

This text has shadow with #58819F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58819F on black background.


Color preview on white background

This text has color #58819F on white background.



Black color preview on #58819F background

This text has black color on #58819F background.


White color preview on #58819F background

This text has white color on #58819F background.