Color Hex Logo

#59598a Color Hex

#59598A
(89,89,138)
0 Favorites   0 Comments

Color spaces of #59598a

RGB 8989138
HSL0.670.220.45
HSV240°36°54°
CMYK 0.360.360.00   0.46
XYZ12.279611.103625.5408
Yxy11.10360.25100.2270
Hunter Lab33.32217.4659-22.1193
CIE-Lab39.754412.4452-27.2167

#59598a color RGB value is (89,89,138).

#59598a hex color red value is 89, green value is 89 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59598a hue: 0.67 , saturation: 0.22 and the lightness value of 59598a is 0.45.

The process color (four color CMYK) of #59598a color hex is 0.36, 0.36, 0.00, 0.46. Web safe color of #59598a is #666699. Color #59598a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 10001010
Octal 131 131 212
Decimal 89 89 138
Hex 59 59 8A

RGB Percentages of Color #59598a

%28.16
%28.16
%43.67

CMYK Percentages of Color #59598a

%36
%36
%0
%46

Triadic Colors of #59598a

#59598a #8a5959 #598a59

Analogous Colors of #59598a

#59598a #72598a #59728a

Monochromatic Colors of #59598a

#59598a

Complementary Color

#59598a #8a8a59

#59598a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59598a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59598a Color CSS Codes

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

#59598a Text Font Color

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

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


#59598a Background Color

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

This div background color is #59598a


#59598a Border Color

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

This div border color is #59598a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,89,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59598a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59598a;
  -webkit-box-shadow: 1px 1px 3px 2px #59598a;
  box-shadow:         1px 1px 3px 2px #59598a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59598a


Comments

No comments written yet.

Please login to write comment.