Color Hex Logo

#59689f Color Hex

#59689F
(89,104,159)
0 Favorites   0 Comments

Color spaces of #59689f

RGB 89104159
HSL0.630.280.49
HSV227°44°62°
CMYK 0.440.350.00   0.38
XYZ15.328114.527734.7971
Yxy14.52770.23710.2247
Hunter Lab38.11525.0824-27.4479
CIE-Lab44.98049.3107-31.5999

#59689f color RGB value is (89,104,159).

#59689f hex color red value is 89, green value is 104 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #59689f hue: 0.63 , saturation: 0.28 and the lightness value of 59689f is 0.49.

The process color (four color CMYK) of #59689f color hex is 0.44, 0.35, 0.00, 0.38. Web safe color of #59689f is #666699. Color #59689f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101000 10011111
Octal 131 150 237
Decimal 89 104 159
Hex 59 68 9F

RGB Percentages of Color #59689f

%25.28
%29.55
%45.17

CMYK Percentages of Color #59689f

%44
%35
%0
%38

Triadic Colors of #59689f

#59689f #9f5968 #689f59

Analogous Colors of #59689f

#59689f #6d599f #598b9f

Monochromatic Colors of #59689f

#59689f

Complementary Color

#59689f #9f9059

#59689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59689f Color CSS Codes

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

#59689f Text Font Color

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

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


#59689f Background Color

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

This div background color is #59689f


#59689f Border Color

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

This div border color is #59689f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,104,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59689f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59689f;
  -webkit-box-shadow: 1px 1px 3px 2px #59689f;
  box-shadow:         1px 1px 3px 2px #59689f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59689f


Comments

No comments written yet.

Please login to write comment.