Color Hex Logo

#59546a Color Hex

#59546A
(89,84,106)
0 Favorites   0 Comments

Color spaces of #59546a

RGB 8984106
HSL0.700.120.37
HSV254°21°42°
CMYK 0.160.210.00   0.58
XYZ9.89179.505114.9490
Yxy9.50510.28800.2767
Hunter Lab30.83033.3174-7.1673
CIE-Lab36.93917.0015-11.9021

#59546a color RGB value is (89,84,106).

#59546a hex color red value is 89, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #59546a hue: 0.70 , saturation: 0.12 and the lightness value of 59546a is 0.37.

The process color (four color CMYK) of #59546a color hex is 0.16, 0.21, 0.00, 0.58. Web safe color of #59546a is #666666. Color #59546a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010100 01101010
Octal 131 124 152
Decimal 89 84 106
Hex 59 54 6A

RGB Percentages of Color #59546a

%31.90
%30.11
%37.99

CMYK Percentages of Color #59546a

%16
%21
%0
%58

Triadic Colors of #59546a

#59546a #6a5954 #546a59

Analogous Colors of #59546a

#59546a #64546a #545a6a

Monochromatic Colors of #59546a

#59546a

Complementary Color

#59546a #656a54

#59546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59546a Color CSS Codes

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

#59546a Text Font Color

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

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


#59546a Background Color

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

This div background color is #59546a


#59546a Border Color

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

This div border color is #59546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59546a


Comments

No comments written yet.

Please login to write comment.