Color Hex Logo

#59163c Color Hex

#59163C
(89,22,60)
0 Favorites   0 Comments

Color spaces of #59163c

RGB 892260
HSL0.910.600.22
HSV326°75°35°
CMYK 0.000.750.33   0.65
XYZ5.22233.02394.5834
Yxy3.02390.40710.2357
Hunter Lab17.389423.1750-3.4548
CIE-Lab20.139434.3104-7.2635

#59163c color RGB value is (89,22,60).

#59163c hex color red value is 89, green value is 22 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #59163c hue: 0.91 , saturation: 0.60 and the lightness value of 59163c is 0.22.

The process color (four color CMYK) of #59163c color hex is 0.00, 0.75, 0.33, 0.65. Web safe color of #59163c is #660033. Color #59163c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010110 00111100
Octal 131 26 74
Decimal 89 22 60
Hex 59 16 3C

RGB Percentages of Color #59163c

%52.05
%12.87
%35.09

CMYK Percentages of Color #59163c

%0
%75
%33
%65

Triadic Colors of #59163c

#59163c #3c5916 #163c59

Analogous Colors of #59163c

#59163c #59161b #551659

Monochromatic Colors of #59163c

#59163c

Complementary Color

#59163c #165933

#59163c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59163c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59163c Color CSS Codes

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

#59163c Text Font Color

<p style="color:#59163c">Text here</p>

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


#59163c Background Color

<div style="background-color:#59163c">
Div content here</div>

This div background color is #59163c


#59163c Border Color

<div style="border:3px solid #59163c">
Div here</div>

This div border color is #59163c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,22,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59163c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59163c;
  -webkit-box-shadow: 1px 1px 3px 2px #59163c;
  box-shadow:         1px 1px 3px 2px #59163c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59163c


Comments

No comments written yet.

Please login to write comment.