COLOR #58617B

HEX: #58617B RGB: (88,97,123)

Color info

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

RGB color model

#58617B color RGB value is (88,97,123).

RGB: (88,97,123) (35%, 38%, 48%)

RGB channels and saturation

R 88 of 255 = 35%
G 97 of 255 = 38%
B 123 of 255 = 48%

88
97
123

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

Portions of RGB colors in percentages

R + G + B = 88 + 97 + 123 = 308 (100%)
R 88 of 308 ~ 28.57%
G 97 of 308 ~ 31.49%
B 123 of 308 ~ 39.94'%

%28.57
%31.49
%39.94

CMYK color model

#58617B color CMYK value is (28,21,0,52).

  • cyan value is 28.46%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (28,21,0,52)
C28M21Y0K52 (28%, 21%, 0%, 52%)
(0.28 / 0.21 / 0.00 / 0.52)

CMYK percentages

%28.46
%21.14
%0
%51.76

Codes

Color #58617B in popluar color models

58 61 7B
RGB 88 97 123
HSL 225° 16.59% 41.37%
HSB/HSV 225° 28.46% 48.24%
CMYK 28.46% 21.14% 0.00%
51.76%

Color #58617B in popluar number systems.

HEX 58 61 7B
Decimal 88 97 123
Binary 1011000 1100001 1111011
Octal 130 141 173

Shades and tints

Shades of #58617B

#58617B
(88,97,123)
#505970
(80,89,112)
#485165
(72,81,101)
#40495A
(64,73,90)
#38414F
(56,65,79)
#303944
(48,57,68)
#283139
(40,49,57)
#20292E
(32,41,46)
#182123
(24,33,35)
#101918
(16,25,24)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #58617B

#58617B
(88,97,123)
#676F87
(103,111,135)
#767D93
(118,125,147)
#858B9F
(133,139,159)
#9499AB
(148,153,171)
#A3A7B7
(163,167,183)
#B2B5C3
(178,181,195)
#C1C3CF
(193,195,207)
#D0D1DB
(208,209,219)
#DFDFE7
(223,223,231)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58617B color. Also use rgb(88,97,123) instead hex code.

Text Font Color

.myTextColor { color: #58617B; }

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

This text font color is #58617B.

Background Color

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

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

This div background color is #58617B.

Border color

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

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

This div border color is #58617B.

Opacity

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

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

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

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

This text has shadow with #58617B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58617B.

Preview

Color preview on black background

This text has color #58617B on black background.


Color preview on white background

This text has color #58617B on white background.


Black color preview on #58617B background

This text has black color on #58617B background.


White color preview on #58617B background

This text has white color on #58617B background.


Related colors

Complementary color

Complementary color for #hex is #A79E84.


I love getcolorcode.com

Triadic colors

1 #7B5861 and #617B58 with #58617B are triadic colors.

2 #7B6158 and #61587B with #58617B are triadic colors.