Color Hex Logo

#59589d Color Hex

#59589D
(89,88,157)
0 Favorites   0 Comments

Color spaces of #59589d

RGB 8988157
HSL0.670.280.48
HSV241°44°62°
CMYK 0.430.440.00   0.38
XYZ13.695411.537633.4034
Yxy11.53760.23360.1968
Hunter Lab33.967012.5283-34.5292
CIE-Lab40.471618.7173-37.5233

#59589d color RGB value is (89,88,157).

#59589d hex color red value is 89, green value is 88 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #59589d hue: 0.67 , saturation: 0.28 and the lightness value of 59589d is 0.48.

The process color (four color CMYK) of #59589d color hex is 0.43, 0.44, 0.00, 0.38. Web safe color of #59589d is #666699. Color #59589d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011000 10011101
Octal 131 130 235
Decimal 89 88 157
Hex 59 58 9D

RGB Percentages of Color #59589d

%26.65
%26.35
%47.01

CMYK Percentages of Color #59589d

%43
%44
%0
%38

Triadic Colors of #59589d

#59589d #9d5958 #589d59

Analogous Colors of #59589d

#59589d #7c589d #587a9d

Monochromatic Colors of #59589d

#59589d

Complementary Color

#59589d #9c9d58

#59589d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59589d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59589d Color CSS Codes

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

#59589d Text Font Color

<p style="color:#59589d">Text here</p>

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


#59589d Background Color

<div style="background-color:#59589d">
Div content here</div>

This div background color is #59589d


#59589d Border Color

<div style="border:3px solid #59589d">
Div here</div>

This div border color is #59589d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59589d


Comments

No comments written yet.

Please login to write comment.