Color Hex Logo

#58809e Color Hex

#58809E
(88,128,158)
0 Favorites   0 Comments

Color spaces of #58809e

RGB 88128158
HSL0.570.280.48
HSV206°44°62°
CMYK 0.440.190.00   0.38
XYZ17.915219.981735.2604
Yxy19.98170.24490.2731
Hunter Lab44.7009-6.6874-15.4778
CIE-Lab51.8165-5.6323-20.4177

#58809e color RGB value is (88,128,158).

#58809e hex color red value is 88, green value is 128 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #58809e hue: 0.57 , saturation: 0.28 and the lightness value of 58809e is 0.48.

The process color (four color CMYK) of #58809e color hex is 0.44, 0.19, 0.00, 0.38. Web safe color of #58809e is #669999. Color #58809e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000000 10011110
Octal 130 200 236
Decimal 88 128 158
Hex 58 80 9E

RGB Percentages of Color #58809e

%23.53
%34.22
%42.25

CMYK Percentages of Color #58809e

%44
%19
%0
%38

Triadic Colors of #58809e

#58809e #9e5880 #809e58

Analogous Colors of #58809e

#58809e #585d9e #589e99

Monochromatic Colors of #58809e

#58809e

Complementary Color

#58809e #9e7658

#58809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58809e Color CSS Codes

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

#58809e Text Font Color

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

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


#58809e Background Color

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

This div background color is #58809e


#58809e Border Color

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

This div border color is #58809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58809e


Comments

No comments written yet.

Please login to write comment.