Color Hex Logo

#58a191 Color Hex

#58A191
(88,161,145)
0 Favorites   0 Comments

Color spaces of #58a191

RGB 88161145
HSL0.460.290.49
HSV167°45°63°
CMYK 0.450.000.10   0.37
XYZ21.880229.608831.3499
Yxy29.60880.26410.3574
Hunter Lab54.4140-23.44853.9306
CIE-Lab61.3152-26.81841.2368

#58a191 color RGB value is (88,161,145).

#58a191 hex color red value is 88, green value is 161 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #58a191 hue: 0.46 , saturation: 0.29 and the lightness value of 58a191 is 0.49.

The process color (four color CMYK) of #58a191 color hex is 0.45, 0.00, 0.10, 0.37. Web safe color of #58a191 is #669999. Color #58a191 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100001 10010001
Octal 130 241 221
Decimal 88 161 145
Hex 58 A1 91

RGB Percentages of Color #58a191

%22.34
%40.86
%36.80

CMYK Percentages of Color #58a191

%45
%0
%10
%37

Triadic Colors of #58a191

#58a191 #9158a1 #a19158

Analogous Colors of #58a191

#58a191 #588da1 #58a16d

Monochromatic Colors of #58a191

#58a191

Complementary Color

#58a191 #a15868

#58a191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a191 Color CSS Codes

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

#58a191 Text Font Color

<p style="color:#58a191">Text here</p>

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


#58a191 Background Color

<div style="background-color:#58a191">
Div content here</div>

This div background color is #58a191


#58a191 Border Color

<div style="border:3px solid #58a191">
Div here</div>

This div border color is #58a191


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,161,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58a191; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58a191;
  -webkit-box-shadow: 1px 1px 3px 2px #58a191;
  box-shadow:         1px 1px 3px 2px #58a191; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a191


Comments

No comments written yet.

Please login to write comment.