Color Hex Logo

#58959b Color Hex

#58959B
(88,149,155)
0 Favorites   0 Comments

Color spaces of #58959b

RGB 88149155
HSL0.510.280.48
HSV185°43°61°
CMYK 0.430.040.00   0.39
XYZ20.688325.936234.9261
Yxy25.93620.25370.3180
Hunter Lab50.9276-16.6113-5.0117
CIE-Lab57.9764-18.0956-9.3617

#58959b color RGB value is (88,149,155).

#58959b hex color red value is 88, green value is 149 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #58959b hue: 0.51 , saturation: 0.28 and the lightness value of 58959b is 0.48.

The process color (four color CMYK) of #58959b color hex is 0.43, 0.04, 0.00, 0.39. Web safe color of #58959b is #669999. Color #58959b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010101 10011011
Octal 130 225 233
Decimal 88 149 155
Hex 58 95 9B

RGB Percentages of Color #58959b

%22.45
%38.01
%39.54

CMYK Percentages of Color #58959b

%43
%4
%0
%39

Triadic Colors of #58959b

#58959b #9b5895 #959b58

Analogous Colors of #58959b

#58959b #58749b #589b80

Monochromatic Colors of #58959b

#58959b

Complementary Color

#58959b #9b5e58

#58959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58959b Color CSS Codes

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

#58959b Text Font Color

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

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


#58959b Background Color

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

This div background color is #58959b


#58959b Border Color

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

This div border color is #58959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58959b


Comments

No comments written yet.

Please login to write comment.