Color Hex Logo

#598882 Color Hex

#598882
(89,136,130)
0 Favorites   0 Comments

Color spaces of #598882

RGB 89136130
HSL0.480.210.44
HSV172°35°53°
CMYK 0.350.000.04   0.47
XYZ16.953221.343924.3453
Yxy21.34390.27060.3407
Hunter Lab46.1995-15.34731.0961
CIE-Lab53.3238-17.3554-1.8658

#598882 color RGB value is (89,136,130).

#598882 hex color red value is 89, green value is 136 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #598882 hue: 0.48 , saturation: 0.21 and the lightness value of 598882 is 0.44.

The process color (four color CMYK) of #598882 color hex is 0.35, 0.00, 0.04, 0.47. Web safe color of #598882 is #669999. Color #598882 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001000 10000010
Octal 131 210 202
Decimal 89 136 130
Hex 59 88 82

RGB Percentages of Color #598882

%25.07
%38.31
%36.62

CMYK Percentages of Color #598882

%35
%0
%4
%47

Triadic Colors of #598882

#598882 #825988 #888259

Analogous Colors of #598882

#598882 #597788 #59886b

Monochromatic Colors of #598882

#598882

Complementary Color

#598882 #88595f

#598882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#598882 Color CSS Codes

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

#598882 Text Font Color

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

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


#598882 Background Color

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

This div background color is #598882


#598882 Border Color

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

This div border color is #598882


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,136,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #598882; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #598882;
  -webkit-box-shadow: 1px 1px 3px 2px #598882;
  box-shadow:         1px 1px 3px 2px #598882; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598882


Comments

No comments written yet.

Please login to write comment.