COLOR #58627C

HEX: #58627C
RGB: (88,98,124)

Color info

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

RGB color model

#58627C color RGB value is (88,98,124).

  • red value is 88;
  • green value is 98;
  • blue value is 124.
RGB:
(88,98,124)
(35%,38%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 98 of 255 = 38%
B 124 of 255 = 49%

88
98
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 98 + 124 = 310 (100%)
R 88 of 310 ~ 28.39%
G 98 of 310 ~ 31.61%
B 124 of 310 ~ 40%

%28.39
%31.61
%40

CMYK color model

#58627C color CMYK value is (29,21,0,51).

  • cyan value is 29.03%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(29,21,0,51)
C29M21Y0K51 
(29%,21%,0%,51%)
(0.29/0.21/0.00/0.51)	

CMYK percentages

%29.03
%20.97
%0
%51.37

Codes

Color #58627C in popluar color models

58627C
RGB8898124
HSL223°16.98%41.57%
HSB/HSV223°29.03%48.63%
CMYK29.03%20.97%0.00%
51.37%

Color #58627C in popluar number systems.

HEX58627C
Decimal8898124
Binary101100011000101111100
Octal130142174

Shades and tints

Shades of #58627C

#58627C
(88,98,124)
#505A71
(80,90,113)
#485266
(72,82,102)
#404A5B
(64,74,91)
#384250
(56,66,80)
#303A45
(48,58,69)
#28323A
(40,50,58)
#202A2F
(32,42,47)
#182224
(24,34,36)
#101A19
(16,26,25)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #58627C

#58627C
(88,98,124)
#677087
(103,112,135)
#767E92
(118,126,146)
#858C9D
(133,140,157)
#949AA8
(148,154,168)
#A3A8B3
(163,168,179)
#B2B6BE
(178,182,190)
#C1C4C9
(193,196,201)
#D0D2D4
(208,210,212)
#DFE0DF
(223,224,223)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58627C color. Also use rgb(88,98,124) instead hex code.

Text Font Color

.myTextColor { color: #58627C; }

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

This text font color is #58627C.


Background Color

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

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

This div background color is #58627C.


Border color

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

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

This div border color is #58627C.


Opacity

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

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

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

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

This text has shadow with #58627C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58627C on black background.


Color preview on white background

This text has color #58627C on white background.



Black color preview on #58627C background

This text has black color on #58627C background.


White color preview on #58627C background

This text has white color on #58627C background.