COLOR #58566A

HEX: #58566A
RGB: (88,86,106)

Color info

#58566A contains red, green and blue colors in about the same proportion. Web safe color of #58566A is #666666 (or #666).

RGB color model

#58566A color RGB value is (88,86,106).

  • red value is 88;
  • green value is 86;
  • blue value is 106.
RGB:
(88,86,106)
(35%,34%,42%)

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 106 of 255 = 42%

88
86
106

R + G + B ~ 37%. #58566A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 106 = 280 (100%)
R 88 of 280 ~ 31.43%
G 86 of 280 ~ 30.71%
B 106 of 280 ~ 37.86%

%31.43
%30.71
%37.86

CMYK color model

#58566A color CMYK value is (17,19,0,58).

  • cyan value is 16.98%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(17,19,0,58)
C17M19Y0K58 
(17%,19%,0%,58%)
(0.17/0.19/0.00/0.58)	

CMYK percentages

%16.98
%18.87
%0
%58.43

Codes

Color #58566A in popluar color models

58566A
RGB8886106
HSL246°10.42%37.65%
HSB/HSV246°18.87%41.57%
CMYK16.98%18.87%0.00%
58.43%

Color #58566A in popluar number systems.

HEX58566A
Decimal8886106
Binary101100010101101101010
Octal130126152

Shades and tints

Shades of #58566A

#58566A
(88,86,106)
#504F61
(80,79,97)
#484858
(72,72,88)
#40414F
(64,65,79)
#383A46
(56,58,70)
#30333D
(48,51,61)
#282C34
(40,44,52)
#20252B
(32,37,43)
#181E22
(24,30,34)
#101719
(16,23,25)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #58566A

#58566A
(88,86,106)
#676577
(103,101,119)
#767484
(118,116,132)
#858391
(133,131,145)
#94929E
(148,146,158)
#A3A1AB
(163,161,171)
#B2B0B8
(178,176,184)
#C1BFC5
(193,191,197)
#D0CED2
(208,206,210)
#DFDDDF
(223,221,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58566A color. Also use rgb(88,86,106) instead hex code.

Text Font Color

.myTextColor { color: #58566A; }

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

This text font color is #58566A.


Background Color

.myBgColor { background-color: #58566A; }

<div style="background-color:#58566A">Inner text</div>

This div background color is #58566A.


Border color

.myBorderColor { border: 1px solid #58566A; }

<div style="border:3px solid #58566A">Div</div>

This div border color is #58566A.


Opacity

.myOpacity80 { color: #58566A; opacity: 0.8; }

<p style="color:#58566A;opacity:0.8;">80%</p>

Text with #58566A 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 #58566A;}

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

This text has shadow with #58566A color.

.textShadow {text-shadow: 3px 3px 1px #58566A, 3px 3px 1px red;}

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

This text has shadow with #58566A primary color and red secondary color.


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

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

This text has shadow with #58566A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58566A on black background.


Color preview on white background

This text has color #58566A on white background.



Black color preview on #58566A background

This text has black color on #58566A background.


White color preview on #58566A background

This text has white color on #58566A background.