Color Hex Logo

#59699c Color Hex

#59699C
(89,105,156)
0 Favorites   0 Comments

Color spaces of #59699c

RGB 89105156
HSL0.630.270.48
HSV226°43°61°
CMYK 0.430.330.00   0.39
XYZ15.172114.627333.4762
Yxy14.62730.23980.2312
Hunter Lab38.24573.8813-25.1242
CIE-Lab45.11947.7850-29.6076

#59699c color RGB value is (89,105,156).

#59699c hex color red value is 89, green value is 105 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #59699c hue: 0.63 , saturation: 0.27 and the lightness value of 59699c is 0.48.

The process color (four color CMYK) of #59699c color hex is 0.43, 0.33, 0.00, 0.39. Web safe color of #59699c is #666699. Color #59699c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01101001 10011100
Octal 131 151 234
Decimal 89 105 156
Hex 59 69 9C

RGB Percentages of Color #59699c

%25.43
%30.00
%44.57

CMYK Percentages of Color #59699c

%43
%33
%0
%39

Triadic Colors of #59699c

#59699c #9c5969 #699c59

Analogous Colors of #59699c

#59699c #6b599c #598b9c

Monochromatic Colors of #59699c

#59699c

Complementary Color

#59699c #9c8c59

#59699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59699c Color CSS Codes

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

#59699c Text Font Color

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

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


#59699c Background Color

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

This div background color is #59699c


#59699c Border Color

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

This div border color is #59699c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59699c


Comments

No comments written yet.

Please login to write comment.