Color Hex Logo

#59551b Color Hex

#59551B
(89,85,27)
0 Favorites   0 Comments

Color spaces of #59551b

RGB 898527
HSL0.160.530.23
HSV56°70°35°
CMYK 0.000.040.70   0.65
XYZ7.56628.70002.3174
Yxy8.70000.40710.4682
Hunter Lab29.4958-5.829115.9888
CIE-Lab35.4002-6.464233.1954

#59551b color RGB value is (89,85,27).

#59551b hex color red value is 89, green value is 85 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #59551b hue: 0.16 , saturation: 0.53 and the lightness value of 59551b is 0.23.

The process color (four color CMYK) of #59551b color hex is 0.00, 0.04, 0.70, 0.65. Web safe color of #59551b is #666633. Color #59551b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010101 00011011
Octal 131 125 33
Decimal 89 85 27
Hex 59 55 1B

RGB Percentages of Color #59551b

%44.28
%42.29
%13.43

CMYK Percentages of Color #59551b

%0
%4
%70
%65

Triadic Colors of #59551b

#59551b #1b5955 #551b59

Analogous Colors of #59551b

#59551b #3e591b #59361b

Monochromatic Colors of #59551b

#59551b

Complementary Color

#59551b #1b1f59

#59551b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59551b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59551b Color CSS Codes

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

#59551b Text Font Color

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

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


#59551b Background Color

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

This div background color is #59551b


#59551b Border Color

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

This div border color is #59551b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59551b


Comments

No comments written yet.

Please login to write comment.