Color Hex Logo

#59587b Color Hex

#59587B
(89,88,123)
0 Favorites   0 Comments

Color spaces of #59587b

RGB 8988123
HSL0.670.170.41
HSV242°28°48°
CMYK 0.280.280.00   0.52
XYZ11.184710.533420.1825
Yxy10.53340.26690.2514
Hunter Lab32.45524.7180-14.1513
CIE-Lab38.78328.8838-19.5803

#59587b color RGB value is (89,88,123).

#59587b hex color red value is 89, green value is 88 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #59587b hue: 0.67 , saturation: 0.17 and the lightness value of 59587b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011000 01111011
Octal 131 130 173
Decimal 89 88 123
Hex 59 58 7B

RGB Percentages of Color #59587b

%29.67
%29.33
%41.00

CMYK Percentages of Color #59587b

%28
%28
%0
%52

Triadic Colors of #59587b

#59587b #7b5958 #587b59

Analogous Colors of #59587b

#59587b #6b587b #58697b

Monochromatic Colors of #59587b

#59587b

Complementary Color

#59587b #7a7b58

#59587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59587b Color CSS Codes

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

#59587b Text Font Color

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

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


#59587b Background Color

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

This div background color is #59587b


#59587b Border Color

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

This div border color is #59587b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59587b


Comments

No comments written yet.

Please login to write comment.