Color Hex Logo

#59497b Color Hex

#59497B
(89,73,123)
0 Favorites   0 Comments

Color spaces of #59497b

RGB 8973123
HSL0.720.260.38
HSV259°41°48°
CMYK 0.280.410.00   0.52
XYZ10.07758.319019.8135
Yxy8.31900.26370.2177
Hunter Lab28.842711.8924-20.5394
CIE-Lab34.638618.3811-26.0270

#59497b color RGB value is (89,73,123).

#59497b hex color red value is 89, green value is 73 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #59497b hue: 0.72 , saturation: 0.26 and the lightness value of 59497b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 01111011
Octal 131 111 173
Decimal 89 73 123
Hex 59 49 7B

RGB Percentages of Color #59497b

%31.23
%25.61
%43.16

CMYK Percentages of Color #59497b

%28
%41
%0
%52

Triadic Colors of #59497b

#59497b #7b5949 #497b59

Analogous Colors of #59497b

#59497b #72497b #49527b

Monochromatic Colors of #59497b

#59497b

Complementary Color

#59497b #6b7b49

#59497b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59497b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59497b Color CSS Codes

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

#59497b Text Font Color

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

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


#59497b Background Color

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

This div background color is #59497b


#59497b Border Color

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

This div border color is #59497b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,73,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 #59497b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59497b


Comments

No comments written yet.

Please login to write comment.