Color Hex Logo

#58697a Color Hex

#58697A
(88,105,122)
1 Favorites   0 Comments

Color spaces of #58697a

RGB 88105122
HSL0.580.160.41
HSV210°28°48°
CMYK 0.280.140.00   0.52
XYZ12.588913.583020.3706
Yxy13.58300.27050.2918
Hunter Lab36.8551-3.5248-6.9722
CIE-Lab43.6289-2.1503-11.5789

#58697a color RGB value is (88,105,122).

#58697a hex color red value is 88, green value is 105 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #58697a hue: 0.58 , saturation: 0.16 and the lightness value of 58697a is 0.41.

The process color (four color CMYK) of #58697a color hex is 0.28, 0.14, 0.00, 0.52. Web safe color of #58697a is #666666. Color #58697a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101001 01111010
Octal 130 151 172
Decimal 88 105 122
Hex 58 69 7A

RGB Percentages of Color #58697a

%27.94
%33.33
%38.73

CMYK Percentages of Color #58697a

%28
%14
%0
%52

Triadic Colors of #58697a

#58697a #7a5869 #697a58

Analogous Colors of #58697a

#58697a #58587a #587a7a

Monochromatic Colors of #58697a

#58697a

Complementary Color

#58697a #7a6958

#58697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58697a Color CSS Codes

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

#58697a Text Font Color

<p style="color:#58697a">Text here</p>

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


#58697a Background Color

<div style="background-color:#58697a">
Div content here</div>

This div background color is #58697a


#58697a Border Color

<div style="border:3px solid #58697a">
Div here</div>

This div border color is #58697a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,105,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58697a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58697a;
  -webkit-box-shadow: 1px 1px 3px 2px #58697a;
  box-shadow:         1px 1px 3px 2px #58697a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58697a

#58697a Color Palettes


Comments

No comments written yet.

Please login to write comment.