Color Hex Logo

#59808a Color Hex

#59808A
(89,128,138)
0 Favorites   0 Comments

Color spaces of #59808a

RGB 89128138
HSL0.530.220.45
HSV192°36°54°
CMYK 0.360.070.00   0.46
XYZ16.426419.397226.9230
Yxy19.39720.26180.3091
Hunter Lab44.0423-10.4990-5.4144
CIE-Lab51.1487-10.9259-9.7574

#59808a color RGB value is (89,128,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000000 10001010
Octal 131 200 212
Decimal 89 128 138
Hex 59 80 8A

RGB Percentages of Color #59808a

%25.07
%36.06
%38.87

CMYK Percentages of Color #59808a

%36
%7
%0
%46

Triadic Colors of #59808a

#59808a #8a5980 #808a59

Analogous Colors of #59808a

#59808a #59688a #598a7c

Monochromatic Colors of #59808a

#59808a

Complementary Color

#59808a #8a6359

#59808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59808a Color CSS Codes

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

#59808a Text Font Color

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

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


#59808a Background Color

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

This div background color is #59808a


#59808a Border Color

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

This div border color is #59808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59808a


Comments

No comments written yet.

Please login to write comment.