COLOR #58699C

HEX: #58699C
RGB: (88,105,156)

Color info

#58699C contains mainly green and blue colors. Web safe color of #58699C is #666699 (or #669).

RGB color model

#58699C color RGB value is (88,105,156).

  • red value is 88;
  • green value is 105;
  • blue value is 156.
RGB:
(88,105,156)
(35%,41%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 105 of 255 = 41%
B 156 of 255 = 61%

88
105
156

R + G + B ~ 46%. #58699C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 105 + 156 = 349 (100%)
R 88 of 349 ~ 25.21%
G 105 of 349 ~ 30.09%
B 156 of 349 ~ 44.7%

%25.21
%30.09
%44.7

CMYK color model

#58699C color CMYK value is (44,33,0,39).

  • cyan value is 43.59%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,33,0,39)
C44M33Y0K39 
(44%,33%,0%,39%)
(0.44/0.33/0.00/0.39)	

CMYK percentages

%43.59
%32.69
%0
%38.82

Codes

Color #58699C in popluar color models

58699C
RGB88105156
HSL225°27.87%47.84%
HSB/HSV225°43.59%61.18%
CMYK43.59%32.69%0.00%
38.82%

Color #58699C in popluar number systems.

HEX58699C
Decimal88105156
Binary1011000110100110011100
Octal130151234

Shades and tints

Shades of #58699C

#58699C
(88,105,156)
#50608E
(80,96,142)
#485780
(72,87,128)
#404E72
(64,78,114)
#384564
(56,69,100)
#303C56
(48,60,86)
#283348
(40,51,72)
#202A3A
(32,42,58)
#18212C
(24,33,44)
#10181E
(16,24,30)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #58699C

#58699C
(88,105,156)
#6776A5
(103,118,165)
#7683AE
(118,131,174)
#8590B7
(133,144,183)
#949DC0
(148,157,192)
#A3AAC9
(163,170,201)
#B2B7D2
(178,183,210)
#C1C4DB
(193,196,219)
#D0D1E4
(208,209,228)
#DFDEED
(223,222,237)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58699C color. Also use rgb(88,105,156) instead hex code.

Text Font Color

.myTextColor { color: #58699C; }

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

This text font color is #58699C.


Background Color

.myBgColor { background-color: #58699C; }

<div style="background-color:#58699C">Inner text</div>

This div background color is #58699C.


Border color

.myBorderColor { border: 1px solid #58699C; }

<div style="border:3px solid #58699C">Div</div>

This div border color is #58699C.


Opacity

.myOpacity80 { color: #58699C; opacity: 0.8; }

<p style="color:#58699C;opacity:0.8;">80%</p>

Text with #58699C 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 #58699C;}

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

This text has shadow with #58699C color.

.textShadow {text-shadow: 3px 3px 1px #58699C, 3px 3px 1px red;}

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

This text has shadow with #58699C primary color and red secondary color.


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

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

This text has shadow with #58699C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58699C on black background.


Color preview on white background

This text has color #58699C on white background.



Black color preview on #58699C background

This text has black color on #58699C background.


White color preview on #58699C background

This text has white color on #58699C background.