Color Hex Logo

#59065a Color Hex

#59065A
(89,6,90)
0 Favorites   0 Comments

Color spaces of #59065a

RGB 89690
HSL0.830.880.19
HSV299°93°35°
CMYK 0.010.930.00   0.65
XYZ6.03042.99239.9326
Yxy2.99230.31810.1579
Hunter Lab17.298331.9555-21.9353
CIE-Lab20.013044.1932-27.9407

#59065a color RGB value is (89,6,90).

#59065a hex color red value is 89, green value is 6 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #59065a hue: 0.83 , saturation: 0.88 and the lightness value of 59065a is 0.19.

The process color (four color CMYK) of #59065a color hex is 0.01, 0.93, 0.00, 0.65. Web safe color of #59065a is #660066. Color #59065a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000110 01011010
Octal 131 6 132
Decimal 89 6 90
Hex 59 6 5A

RGB Percentages of Color #59065a

%48.11
%3.24
%48.65

CMYK Percentages of Color #59065a

%1
%93
%0
%65

Triadic Colors of #59065a

#59065a #5a5906 #065a59

Analogous Colors of #59065a

#59065a #5a0631 #2f065a

Monochromatic Colors of #59065a

#59065a

Complementary Color

#59065a #075a06

#59065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59065a Color CSS Codes

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

#59065a Text Font Color

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

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


#59065a Background Color

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

This div background color is #59065a


#59065a Border Color

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

This div border color is #59065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59065a


Comments

No comments written yet.

Please login to write comment.