COLOR #58699B

HEX: #58699B
RGB: (88,105,155)

Color info

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

RGB color model

#58699B color RGB value is (88,105,155).

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

RGB channels and saturation

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

88
105
155

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

Portions of RGB colors in percentages

R + G + B =
88 + 105 + 155 = 348 (100%)
R 88 of 348 ~ 25.29%
G 105 of 348 ~ 30.17%
B 155 of 348 ~ 44.54%

%25.29
%30.17
%44.54

CMYK color model

#58699B color CMYK value is (43,32,0,39).

  • cyan value is 43.23%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(43,32,0,39)
C43M32Y0K39 
(43%,32%,0%,39%)
(0.43/0.32/0.00/0.39)	

CMYK percentages

%43.23
%32.26
%0
%39.22

Codes

Color #58699B in popluar color models

58699B
RGB88105155
HSL225°27.57%47.65%
HSB/HSV225°43.23%60.78%
CMYK43.23%32.26%0.00%
39.22%

Color #58699B in popluar number systems.

HEX58699B
Decimal88105155
Binary1011000110100110011011
Octal130151233

Shades and tints

Shades of #58699B

#58699B
(88,105,155)
#50608D
(80,96,141)
#48577F
(72,87,127)
#404E71
(64,78,113)
#384563
(56,69,99)
#303C55
(48,60,85)
#283347
(40,51,71)
#202A39
(32,42,57)
#18212B
(24,33,43)
#10181D
(16,24,29)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #58699B

#58699B
(88,105,155)
#6776A4
(103,118,164)
#7683AD
(118,131,173)
#8590B6
(133,144,182)
#949DBF
(148,157,191)
#A3AAC8
(163,170,200)
#B2B7D1
(178,183,209)
#C1C4DA
(193,196,218)
#D0D1E3
(208,209,227)
#DFDEEC
(223,222,236)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58699B; }

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

This text font color is #58699B.


Background Color

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

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

This div background color is #58699B.


Border color

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

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

This div border color is #58699B.


Opacity

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

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

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

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

This text has shadow with #58699B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58699B on black background.


Color preview on white background

This text has color #58699B on white background.



Black color preview on #58699B background

This text has black color on #58699B background.


White color preview on #58699B background

This text has white color on #58699B background.