Color Hex Logo

#59628a Color Hex

#59628A
(89,98,138)
0 Favorites   0 Comments

Color spaces of #59628a

RGB 8998138
HSL0.640.220.45
HSV229°36°54°
CMYK 0.360.290.00   0.46
XYZ13.075012.694225.8059
Yxy12.69420.25350.2461
Hunter Lab35.62893.1548-18.0033
CIE-Lab42.29886.8217-23.2551

#59628a color RGB value is (89,98,138).

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

The process color (four color CMYK) of #59628a color hex is 0.36, 0.29, 0.00, 0.46. Web safe color of #59628a is #666699. Color #59628a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100010 10001010
Octal 131 142 212
Decimal 89 98 138
Hex 59 62 8A

RGB Percentages of Color #59628a

%27.38
%30.15
%42.46

CMYK Percentages of Color #59628a

%36
%29
%0
%46

Triadic Colors of #59628a

#59628a #8a5962 #628a59

Analogous Colors of #59628a

#59628a #69598a #597b8a

Monochromatic Colors of #59628a

#59628a

Complementary Color

#59628a #8a8159

#59628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59628a Color CSS Codes

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

#59628a Text Font Color

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

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


#59628a Background Color

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

This div background color is #59628a


#59628a Border Color

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

This div border color is #59628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59628a


Comments

No comments written yet.

Please login to write comment.