Color Hex Logo

#59526b Color Hex

#59526B
(89,82,107)
0 Favorites   0 Comments

Color spaces of #59526b

RGB 8982107
HSL0.710.130.37
HSV257°23°42°
CMYK 0.170.230.00   0.58
XYZ9.79109.220015.1735
Yxy9.22000.28640.2697
Hunter Lab30.36454.4194-8.3728
CIE-Lab36.40458.5053-13.3379

#59526b color RGB value is (89,82,107).

#59526b hex color red value is 89, green value is 82 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #59526b hue: 0.71 , saturation: 0.13 and the lightness value of 59526b is 0.37.

The process color (four color CMYK) of #59526b color hex is 0.17, 0.23, 0.00, 0.58. Web safe color of #59526b is #666666. Color #59526b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010010 01101011
Octal 131 122 153
Decimal 89 82 107
Hex 59 52 6B

RGB Percentages of Color #59526b

%32.01
%29.50
%38.49

CMYK Percentages of Color #59526b

%17
%23
%0
%58

Triadic Colors of #59526b

#59526b #6b5952 #526b59

Analogous Colors of #59526b

#59526b #66526b #52586b

Monochromatic Colors of #59526b

#59526b

Complementary Color

#59526b #646b52

#59526b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59526b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59526b Color CSS Codes

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

#59526b Text Font Color

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

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


#59526b Background Color

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

This div background color is #59526b


#59526b Border Color

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

This div border color is #59526b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59526b


Comments

No comments written yet.

Please login to write comment.