Color Hex Logo

#58719d Color Hex

#58719D
(88,113,157)
0 Favorites   0 Comments

Color spaces of #58719d

RGB 88113157
HSL0.610.280.48
HSV218°44°62°
CMYK 0.440.280.00   0.38
XYZ16.015416.319334.2041
Yxy16.31930.24070.2453
Hunter Lab40.39720.0711-21.9226
CIE-Lab47.39062.9302-26.6631

#58719d color RGB value is (88,113,157).

#58719d hex color red value is 88, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #58719d hue: 0.61 , saturation: 0.28 and the lightness value of 58719d is 0.48.

The process color (four color CMYK) of #58719d color hex is 0.44, 0.28, 0.00, 0.38. Web safe color of #58719d is #666699. Color #58719d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110001 10011101
Octal 130 161 235
Decimal 88 113 157
Hex 58 71 9D

RGB Percentages of Color #58719d

%24.58
%31.56
%43.85

CMYK Percentages of Color #58719d

%44
%28
%0
%38

Triadic Colors of #58719d

#58719d #9d5871 #719d58

Analogous Colors of #58719d

#58719d #62589d #58949d

Monochromatic Colors of #58719d

#58719d

Complementary Color

#58719d #9d8458

#58719d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58719d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58719d Color CSS Codes

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

#58719d Text Font Color

<p style="color:#58719d">Text here</p>

This sample text font color is #58719d
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.


#58719d Background Color

<div style="background-color:#58719d">
Div content here</div>

This div background color is #58719d


#58719d Border Color

<div style="border:3px solid #58719d">
Div here</div>

This div border color is #58719d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,113,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58719d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58719d;
  -webkit-box-shadow: 1px 1px 3px 2px #58719d;
  box-shadow:         1px 1px 3px 2px #58719d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58719d


Comments

No comments written yet.

Please login to write comment.