COLOR #58638B

HEX: #58638B
RGB: (88,99,139)

Color info

#58638B contains red, green and blue colors in about the same proportion. Web safe color of #58638B is #666699 (or #669).

RGB color model

#58638B color RGB value is (88,99,139).

  • red value is 88;
  • green value is 99;
  • blue value is 139.
RGB:
(88,99,139)
(35%,39%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 139 of 255 = 55%

88
99
139

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 139 = 326 (100%)
R 88 of 326 ~ 26.99%
G 99 of 326 ~ 30.37%
B 139 of 326 ~ 42.64%

%26.99
%30.37
%42.64

CMYK color model

#58638B color CMYK value is (37,29,0,45).

  • cyan value is 36.69%
  • magenta value is 28.78%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,29,0,45)
C37M29Y0K45 
(37%,29%,0%,45%)
(0.37/0.29/0.00/0.45)	

CMYK percentages

%36.69
%28.78
%0
%45.49

Codes

Color #58638B in popluar color models

58638B
RGB8899139
HSL227°22.47%44.51%
HSB/HSV227°36.69%54.51%
CMYK36.69%28.78%0.00%
45.49%

Color #58638B in popluar number systems.

HEX58638B
Decimal8899139
Binary1011000110001110001011
Octal130143213

Shades and tints

Shades of #58638B

#58638B
(88,99,139)
#505A7F
(80,90,127)
#485173
(72,81,115)
#404867
(64,72,103)
#383F5B
(56,63,91)
#30364F
(48,54,79)
#282D43
(40,45,67)
#202437
(32,36,55)
#181B2B
(24,27,43)
#10121F
(16,18,31)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #58638B

#58638B
(88,99,139)
#677195
(103,113,149)
#767F9F
(118,127,159)
#858DA9
(133,141,169)
#949BB3
(148,155,179)
#A3A9BD
(163,169,189)
#B2B7C7
(178,183,199)
#C1C5D1
(193,197,209)
#D0D3DB
(208,211,219)
#DFE1E5
(223,225,229)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58638B color. Also use rgb(88,99,139) instead hex code.

Text Font Color

.myTextColor { color: #58638B; }

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

This text font color is #58638B.


Background Color

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

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

This div background color is #58638B.


Border color

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

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

This div border color is #58638B.


Opacity

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

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

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

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

This text has shadow with #58638B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58638B on black background.


Color preview on white background

This text has color #58638B on white background.



Black color preview on #58638B background

This text has black color on #58638B background.


White color preview on #58638B background

This text has white color on #58638B background.