Color Hex Logo

#595486 Color Hex

#595486
(89,84,134)
0 Favorites   0 Comments

Color spaces of #595486

RGB 8984134
HSL0.680.230.43
HSV246°37°53°
CMYK 0.340.370.00   0.47
XYZ11.593210.185723.9093
Yxy10.18570.25370.2229
Hunter Lab31.91508.9891-22.0768
CIE-Lab38.173714.4585-27.2577

#595486 color RGB value is (89,84,134).

#595486 hex color red value is 89, green value is 84 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #595486 hue: 0.68 , saturation: 0.23 and the lightness value of 595486 is 0.43.

The process color (four color CMYK) of #595486 color hex is 0.34, 0.37, 0.00, 0.47. Web safe color of #595486 is #666699. Color #595486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010100 10000110
Octal 131 124 206
Decimal 89 84 134
Hex 59 54 86

RGB Percentages of Color #595486

%28.99
%27.36
%43.65

CMYK Percentages of Color #595486

%34
%37
%0
%47

Triadic Colors of #595486

#595486 #865954 #548659

Analogous Colors of #595486

#595486 #725486 #546886

Monochromatic Colors of #595486

#595486

Complementary Color

#595486 #818654

#595486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595486 Color CSS Codes

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

#595486 Text Font Color

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

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


#595486 Background Color

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

This div background color is #595486


#595486 Border Color

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

This div border color is #595486


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,84,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595486; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595486;
  -webkit-box-shadow: 1px 1px 3px 2px #595486;
  box-shadow:         1px 1px 3px 2px #595486; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595486


Comments

No comments written yet.

Please login to write comment.