Color Hex Logo

#59425b Color Hex

#59425B
(89,66,91)
0 Favorites   0 Comments

Color spaces of #59425b

RGB 896691
HSL0.820.160.31
HSV295°27°36°
CMYK 0.020.270.00   0.64
XYZ7.95646.775610.7860
Yxy6.77560.31180.2655
Hunter Lab26.03009.0084-6.3469
CIE-Lab31.290514.8854-11.0048

#59425b color RGB value is (89,66,91).

#59425b hex color red value is 89, green value is 66 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #59425b hue: 0.82 , saturation: 0.16 and the lightness value of 59425b is 0.31.

The process color (four color CMYK) of #59425b color hex is 0.02, 0.27, 0.00, 0.64. Web safe color of #59425b is #663366. Color #59425b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 01011011
Octal 131 102 133
Decimal 89 66 91
Hex 59 42 5B

RGB Percentages of Color #59425b

%36.18
%26.83
%36.99

CMYK Percentages of Color #59425b

%2
%27
%0
%64

Triadic Colors of #59425b

#59425b #5b5942 #425b59

Analogous Colors of #59425b

#59425b #5b4251 #4d425b

Monochromatic Colors of #59425b

#59425b

Complementary Color

#59425b #445b42

#59425b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59425b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59425b Color CSS Codes

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

#59425b Text Font Color

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

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


#59425b Background Color

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

This div background color is #59425b


#59425b Border Color

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

This div border color is #59425b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59425b


Comments

No comments written yet.

Please login to write comment.