Color Hex Logo

#59858a Color Hex

#59858A
(89,133,138)
0 Favorites   0 Comments

Color spaces of #59858a

RGB 89133138
HSL0.520.220.45
HSV186°36°54°
CMYK 0.360.040.00   0.46
XYZ17.094820.733927.1458
Yxy20.73390.26310.3191
Hunter Lab45.5345-12.6719-3.4721
CIE-Lab52.6570-13.6998-7.5022

#59858a color RGB value is (89,133,138).

#59858a hex color red value is 89, green value is 133 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59858a hue: 0.52 , saturation: 0.22 and the lightness value of 59858a is 0.45.

The process color (four color CMYK) of #59858a color hex is 0.36, 0.04, 0.00, 0.46. Web safe color of #59858a is #669999. Color #59858a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000101 10001010
Octal 131 205 212
Decimal 89 133 138
Hex 59 85 8A

RGB Percentages of Color #59858a

%24.72
%36.94
%38.33

CMYK Percentages of Color #59858a

%36
%4
%0
%46

Triadic Colors of #59858a

#59858a #8a5985 #858a59

Analogous Colors of #59858a

#59858a #596d8a #598a77

Monochromatic Colors of #59858a

#59858a

Complementary Color

#59858a #8a5e59

#59858a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59858a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59858a Color CSS Codes

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

#59858a Text Font Color

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

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


#59858a Background Color

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

This div background color is #59858a


#59858a Border Color

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

This div border color is #59858a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,133,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59858a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59858a;
  -webkit-box-shadow: 1px 1px 3px 2px #59858a;
  box-shadow:         1px 1px 3px 2px #59858a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59858a


Comments

No comments written yet.

Please login to write comment.