Color Hex Logo

#58688b Color Hex

#58688B
(88,104,139)
0 Favorites   1 Comments

Color spaces of #58688b

RGB 88104139
HSL0.610.220.45
HSV221°37°55°
CMYK 0.370.250.00   0.45
XYZ13.635013.839426.3787
Yxy13.83940.25320.2570
Hunter Lab37.20130.3213-16.0004
CIE-Lab44.00173.1152-21.2281

#58688b color RGB value is (88,104,139).

#58688b hex color red value is 88, green value is 104 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #58688b hue: 0.61 , saturation: 0.22 and the lightness value of 58688b is 0.45.

The process color (four color CMYK) of #58688b color hex is 0.37, 0.25, 0.00, 0.45. Web safe color of #58688b is #666699. Color #58688b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101000 10001011
Octal 130 150 213
Decimal 88 104 139
Hex 58 68 8B

RGB Percentages of Color #58688b

%26.59
%31.42
%41.99

CMYK Percentages of Color #58688b

%37
%25
%0
%45

Triadic Colors of #58688b

#58688b #8b5868 #688b58

Analogous Colors of #58688b

#58688b #62588b #58828b

Monochromatic Colors of #58688b

#58688b

Complementary Color

#58688b #8b7b58

#58688b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58688b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58688b Color CSS Codes

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

#58688b Text Font Color

<p style="color:#58688b">Text here</p>

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


#58688b Background Color

<div style="background-color:#58688b">
Div content here</div>

This div background color is #58688b


#58688b Border Color

<div style="border:3px solid #58688b">
Div here</div>

This div border color is #58688b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,104,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58688b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58688b;
  -webkit-box-shadow: 1px 1px 3px 2px #58688b;
  box-shadow:         1px 1px 3px 2px #58688b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58688b


Comments

5 Aug 2013, 16:39 (guest)

The name should be "gray ocean."

Please login to write comment.