Hex #58718e Color

#58718e
equivalent to

RGB

(88, 113, 142)

Details of #58718e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
88
14.8121
0.59
0.38
46.7612
15.8380
212°
39.7969
113
15.8380
0.23
0.20
-1.4538
0.2531
38°
-3.2081
142
27.8675
0.45
0.00   0.44
-18.7733
0.2707
56°
-13.6449

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1011000
130
88
58
Green
1110001
161
113
71
Blue
10001110
216
142
8E

RGB in % of #58718e

%25.66
%32.94
%41.40

CMYK in % of #58718e

%38
%20
%0
%44

Triads of color #58718e

#58718e #718e58 #8e588e

Similar Colors to #58718e

#58718e #588c8e #5a588e

Preview Color #58718e on black ground

#58718e is very interesting for text.

Preview Color #58718e on white ground

#58718e is very interesting for text.

CSS Codes #58718e color

.mybgcolor {background-color:#58718e; }
.myforecolor {color:#58718e; }
.mybordercolor {border:3px solid #58718e; }

Text Font Color #58718e

<p style="color:#58718e">Text here</p>

This sample text font color is #58718e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #58718e

<div style="background-color:#58718e">
Div content here</div>

This div background color is #58718e


Border Color #58718e

<div style="border:3px solid #58718e">
Div here</div>

The color of this border is #58718e


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #58718e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #58718e;
-webkit-box-shadow: 1px 1px 3px 2px #58718e;
box-shadow:         1px 1px 3px 2px #58718e; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #58718e">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #58718e;
  -webkit-box-shadow: 1px 1px 3px 2px #58718e;
  box-shadow:         1px 1px 3px 2px #58718e;">
Div content here</div>

The shadow of div box using color #58718e