Color Hex Logo

#59498c Color Hex

#59498C
(89,73,140)
0 Favorites   0 Comments

Color spaces of #59498c

RGB 8973140
HSL0.710.310.42
HSV254°48°55°
CMYK 0.360.480.00   0.45
XYZ11.23608.782425.9139
Yxy8.78240.24460.1912
Hunter Lab29.635115.8159-31.1005
CIE-Lab35.561923.1428-35.0428

#59498c color RGB value is (89,73,140).

#59498c hex color red value is 89, green value is 73 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #59498c hue: 0.71 , saturation: 0.31 and the lightness value of 59498c is 0.42.

The process color (four color CMYK) of #59498c color hex is 0.36, 0.48, 0.00, 0.45. Web safe color of #59498c is #663399. Color #59498c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 10001100
Octal 131 111 214
Decimal 89 73 140
Hex 59 49 8C

RGB Percentages of Color #59498c

%29.47
%24.17
%46.36

CMYK Percentages of Color #59498c

%36
%48
%0
%45

Triadic Colors of #59498c

#59498c #8c5949 #498c59

Analogous Colors of #59498c

#59498c #7b498c #495b8c

Monochromatic Colors of #59498c

#59498c

Complementary Color

#59498c #7c8c49

#59498c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59498c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59498c Color CSS Codes

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

#59498c Text Font Color

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

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


#59498c Background Color

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

This div background color is #59498c


#59498c Border Color

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

This div border color is #59498c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59498c


Comments

No comments written yet.

Please login to write comment.