Color Hex Logo

#58777e Color Hex

#58777E
(88,119,126)
0 Favorites   0 Comments

Color spaces of #58777e

RGB 88119126
HSL0.530.180.42
HSV191°30°49°
CMYK 0.300.060.00   0.51
XYZ14.387216.774722.2182
Yxy16.77470.26950.3143
Hunter Lab40.9569-8.9718-3.4936
CIE-Lab47.9749-9.2833-7.4445

#58777e color RGB value is (88,119,126).

#58777e hex color red value is 88, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #58777e hue: 0.53 , saturation: 0.18 and the lightness value of 58777e is 0.42.

The process color (four color CMYK) of #58777e color hex is 0.30, 0.06, 0.00, 0.51. Web safe color of #58777e is #666666. Color #58777e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110111 01111110
Octal 130 167 176
Decimal 88 119 126
Hex 58 77 7E

RGB Percentages of Color #58777e

%26.43
%35.74
%37.84

CMYK Percentages of Color #58777e

%30
%6
%0
%51

Triadic Colors of #58777e

#58777e #7e5877 #777e58

Analogous Colors of #58777e

#58777e #58647e #587e72

Monochromatic Colors of #58777e

#58777e

Complementary Color

#58777e #7e5f58

#58777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58777e Color CSS Codes

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

#58777e Text Font Color

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

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


#58777e Background Color

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

This div background color is #58777e


#58777e Border Color

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

This div border color is #58777e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58777e


Comments

No comments written yet.

Please login to write comment.