Color Hex Logo

#59868d Color Hex

#59868D
(89,134,141)
0 Favorites   0 Comments

Color spaces of #59868d

RGB 89134141
HSL0.520.230.45
HSV188°37°55°
CMYK 0.370.050.00   0.45
XYZ17.452621.097128.3516
Yxy21.09710.26090.3153
Hunter Lab45.9316-12.5557-4.4451
CIE-Lab53.0556-13.4623-8.6518

#59868d color RGB value is (89,134,141).

#59868d hex color red value is 89, green value is 134 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #59868d hue: 0.52 , saturation: 0.23 and the lightness value of 59868d is 0.45.

The process color (four color CMYK) of #59868d color hex is 0.37, 0.05, 0.00, 0.45. Web safe color of #59868d is #669999. Color #59868d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000110 10001101
Octal 131 206 215
Decimal 89 134 141
Hex 59 86 8D

RGB Percentages of Color #59868d

%24.45
%36.81
%38.74

CMYK Percentages of Color #59868d

%37
%5
%0
%45

Triadic Colors of #59868d

#59868d #8d5986 #868d59

Analogous Colors of #59868d

#59868d #596c8d #598d7a

Monochromatic Colors of #59868d

#59868d

Complementary Color

#59868d #8d6059

#59868d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59868d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59868d Color CSS Codes

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

#59868d Text Font Color

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

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


#59868d Background Color

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

This div background color is #59868d


#59868d Border Color

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

This div border color is #59868d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,134,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 #59868d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59868d


Comments

No comments written yet.

Please login to write comment.