COLOR #58496B

HEX: #58496B
RGB: (88,73,107)

Color info

#58496B contains red, green and blue colors in about the same proportion. Web safe color of #58496B is #663366 (or #636).

RGB color model

#58496B color RGB value is (88,73,107).

  • red value is 88;
  • green value is 73;
  • blue value is 107.
RGB:
(88,73,107)
(35%,29%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 107 of 255 = 42%

88
73
107

R + G + B ~ 35%. #58496B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 107 = 268 (100%)
R 88 of 268 ~ 32.84%
G 73 of 268 ~ 27.24%
B 107 of 268 ~ 39.93%

%32.84
%27.24
%39.93

CMYK color model

#58496B color CMYK value is (18,32,0,58).

  • cyan value is 17.76%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(18,32,0,58)
C18M32Y0K58 
(18%,32%,0%,58%)
(0.18/0.32/0.00/0.58)	

CMYK percentages

%17.76
%31.78
%0
%58.04

Codes

Color #58496B in popluar color models

58496B
RGB8873107
HSL266°18.89%35.29%
HSB/HSV266°31.78%41.96%
CMYK17.76%31.78%0.00%
58.04%

Color #58496B in popluar number systems.

HEX58496B
Decimal8873107
Binary101100010010011101011
Octal130111153

Shades and tints

Shades of #58496B

#58496B
(88,73,107)
#504362
(80,67,98)
#483D59
(72,61,89)
#403750
(64,55,80)
#383147
(56,49,71)
#302B3E
(48,43,62)
#282535
(40,37,53)
#201F2C
(32,31,44)
#181923
(24,25,35)
#10131A
(16,19,26)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #58496B

#58496B
(88,73,107)
#675978
(103,89,120)
#766985
(118,105,133)
#857992
(133,121,146)
#94899F
(148,137,159)
#A399AC
(163,153,172)
#B2A9B9
(178,169,185)
#C1B9C6
(193,185,198)
#D0C9D3
(208,201,211)
#DFD9E0
(223,217,224)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58496B color. Also use rgb(88,73,107) instead hex code.

Text Font Color

.myTextColor { color: #58496B; }

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

This text font color is #58496B.


Background Color

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

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

This div background color is #58496B.


Border color

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

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

This div border color is #58496B.


Opacity

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

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

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

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

This text has shadow with #58496B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58496B on black background.


Color preview on white background

This text has color #58496B on white background.



Black color preview on #58496B background

This text has black color on #58496B background.


White color preview on #58496B background

This text has white color on #58496B background.