Color Hex Logo

#59968d Color Hex

#59968D
(89,150,141)
0 Favorites   0 Comments

Color spaces of #59968d

RGB 89150141
HSL0.480.260.47
HSV171°41°59°
CMYK 0.410.000.06   0.41
XYZ19.833925.859629.1454
Yxy25.85960.26500.3455
Hunter Lab50.8523-19.37141.6153
CIE-Lab57.9035-21.9802-1.4743

#59968d color RGB value is (89,150,141).

#59968d hex color red value is 89, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #59968d hue: 0.48 , saturation: 0.26 and the lightness value of 59968d is 0.47.

The process color (four color CMYK) of #59968d color hex is 0.41, 0.00, 0.06, 0.41. Web safe color of #59968d is #669999. Color #59968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010110 10001101
Octal 131 226 215
Decimal 89 150 141
Hex 59 96 8D

RGB Percentages of Color #59968d

%23.42
%39.47
%37.11

CMYK Percentages of Color #59968d

%41
%0
%6
%41

Triadic Colors of #59968d

#59968d #8d5996 #968d59

Analogous Colors of #59968d

#59968d #598196 #59966f

Monochromatic Colors of #59968d

#59968d

Complementary Color

#59968d #965962

#59968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59968d Color CSS Codes

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

#59968d Text Font Color

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

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


#59968d Background Color

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

This div background color is #59968d


#59968d Border Color

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

This div border color is #59968d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,150,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59968d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59968d;
  -webkit-box-shadow: 1px 1px 3px 2px #59968d;
  box-shadow:         1px 1px 3px 2px #59968d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59968d


Comments

No comments written yet.

Please login to write comment.