COLOR #58506F

HEX: #58506F RGB: (88,80,111)

Color info

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

RGB color model

#58506F color RGB value is (88,80,111).

RGB: (88,80,111) (35%, 31%, 44%)

RGB channels and saturation

R 88 of 255 = 35%
G 80 of 255 = 31%
B 111 of 255 = 44%

88
80
111

R + G + B ~ 37%. #58506F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 80 + 111 = 279 (100%)
R 88 of 279 ~ 31.54%
G 80 of 279 ~ 28.67%
B 111 of 279 ~ 39.78'%

%31.54
%28.67
%39.78

CMYK color model

#58506F color CMYK value is (21,28,0,56).

  • cyan value is 20.72%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (21,28,0,56)
C21M28Y0K56 (21%, 28%, 0%, 56%)
(0.21 / 0.28 / 0.00 / 0.56)

CMYK percentages

%20.72
%27.93
%0
%56.47

Codes

Color #58506F in popluar color models

58 50 6F
RGB 88 80 111
HSL 255° 16.23% 37.45%
HSB/HSV 255° 27.93% 43.53%
CMYK 20.72% 27.93% 0.00%
56.47%

Color #58506F in popluar number systems.

HEX 58 50 6F
Decimal 88 80 111
Binary 1011000 1010000 1101111
Octal 130 120 157

Shades and tints

Shades of #58506F

#58506F
(88,80,111)
#504965
(80,73,101)
#48425B
(72,66,91)
#403B51
(64,59,81)
#383447
(56,52,71)
#302D3D
(48,45,61)
#282633
(40,38,51)
#201F29
(32,31,41)
#18181F
(24,24,31)
#101115
(16,17,21)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #58506F

#58506F
(88,80,111)
#675F7C
(103,95,124)
#766E89
(118,110,137)
#857D96
(133,125,150)
#948CA3
(148,140,163)
#A39BB0
(163,155,176)
#B2AABD
(178,170,189)
#C1B9CA
(193,185,202)
#D0C8D7
(208,200,215)
#DFD7E4
(223,215,228)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58506F color. Also use rgb(88,80,111) instead hex code.

Text Font Color

.myTextColor { color: #58506F; }

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

This text font color is #58506F.

Background Color

.myBgColor { background-color: #58506F; }

<div style="background-color:#58506F">Inner text</div>

This div background color is #58506F.

Border color

.myBorderColor { border: 1px solid #58506F; }

<div style="border:3px solid #58506F">Div</div>

This div border color is #58506F.

Opacity

.myOpacity80 { color: #58506F; opacity: 0.8; }

<p style="color:#58506F;opacity:0.8;">80%</p>

Text with #58506F 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 #58506F;}

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

This text has shadow with #58506F color.


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

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

This text has shadow with #58506F primary color and red secondary color.


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

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

This text has shadow with #58506F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58506F.

Preview

Color preview on black background

This text has color #58506F on black background.


Color preview on white background

This text has color #58506F on white background.


Black color preview on #58506F background

This text has black color on #58506F background.


White color preview on #58506F background

This text has white color on #58506F background.


Related colors

Complementary color

Complementary color for #hex is #A7AF90.


I love getcolorcode.com

Triadic colors

1 #6F5850 and #506F58 with #58506F are triadic colors.

2 #6F5058 and #50586F with #58506F are triadic colors.