COLOR #58667D

HEX: #58667D RGB: (88,102,125)

Color info

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

RGB color model

#58667D color RGB value is (88,102,125).

RGB: (88,102,125) (35%, 40%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 125 of 255 = 49%

88
102
125

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

Portions of RGB colors in percentages

R + G + B = 88 + 102 + 125 = 315 (100%)
R 88 of 315 ~ 27.94%
G 102 of 315 ~ 32.38%
B 125 of 315 ~ 39.68'%

%27.94
%32.38
%39.68

CMYK color model

#58667D color CMYK value is (30,18,0,51).

  • cyan value is 29.60%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (30,18,0,51)
C30M18Y0K51 (30%, 18%, 0%, 51%)
(0.30 / 0.18 / 0.00 / 0.51)

CMYK percentages

%29.6
%18.4
%0
%50.98

Codes

Color #58667D in popluar color models

58 66 7D
RGB 88 102 125
HSL 217° 17.37% 41.76%
HSB/HSV 217° 29.60% 49.02%
CMYK 29.60% 18.40% 0.00%
50.98%

Color #58667D in popluar number systems.

HEX 58 66 7D
Decimal 88 102 125
Binary 1011000 1100110 1111101
Octal 130 146 175

Shades and tints

Shades of #58667D

#58667D
(88,102,125)
#505D72
(80,93,114)
#485467
(72,84,103)
#404B5C
(64,75,92)
#384251
(56,66,81)
#303946
(48,57,70)
#28303B
(40,48,59)
#202730
(32,39,48)
#181E25
(24,30,37)
#10151A
(16,21,26)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #58667D

#58667D
(88,102,125)
#677388
(103,115,136)
#768093
(118,128,147)
#858D9E
(133,141,158)
#949AA9
(148,154,169)
#A3A7B4
(163,167,180)
#B2B4BF
(178,180,191)
#C1C1CA
(193,193,202)
#D0CED5
(208,206,213)
#DFDBE0
(223,219,224)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58667D color. Also use rgb(88,102,125) instead hex code.

Text Font Color

.myTextColor { color: #58667D; }

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

This text font color is #58667D.

Background Color

.myBgColor { background-color: #58667D; }

<div style="background-color:#58667D">Inner text</div>

This div background color is #58667D.

Border color

.myBorderColor { border: 1px solid #58667D; }

<div style="border:3px solid #58667D">Div</div>

This div border color is #58667D.

Opacity

.myOpacity80 { color: #58667D; opacity: 0.8; }

<p style="color:#58667D;opacity:0.8;">80%</p>

Text with #58667D 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 #58667D;}

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

This text has shadow with #58667D color.


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

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

This text has shadow with #58667D primary color and red secondary color.


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

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

This text has shadow with #58667D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58667D.

Preview

Color preview on black background

This text has color #58667D on black background.


Color preview on white background

This text has color #58667D on white background.


Black color preview on #58667D background

This text has black color on #58667D background.


White color preview on #58667D background

This text has white color on #58667D background.


Related colors

Complementary color

Complementary color for #hex is #A79982.


I love getcolorcode.com

Triadic colors

1 #7D5866 and #667D58 with #58667D are triadic colors.

2 #7D6658 and #66587D with #58667D are triadic colors.