Color Hex Logo

#598eaa Color Hex

#598EAA
(89,142,170)
0 Favorites   0 Comments

Color spaces of #598eaa

RGB 89142170
HSL0.560.320.51
HSV201°48°67°
CMYK 0.480.160.00   0.33
XYZ21.048524.372141.6251
Yxy24.37210.24180.2800
Hunter Lab49.3681-10.2892-15.4331
CIE-Lab56.4584-9.8170-20.2255

#598eaa color RGB value is (89,142,170).

#598eaa hex color red value is 89, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #598eaa hue: 0.56 , saturation: 0.32 and the lightness value of 598eaa is 0.51.

The process color (four color CMYK) of #598eaa color hex is 0.48, 0.16, 0.00, 0.33. Web safe color of #598eaa is #669999. Color #598eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001110 10101010
Octal 131 216 252
Decimal 89 142 170
Hex 59 8E AA

RGB Percentages of Color #598eaa

%22.19
%35.41
%42.39

CMYK Percentages of Color #598eaa

%48
%16
%0
%33

Triadic Colors of #598eaa

#598eaa #aa598e #8eaa59

Analogous Colors of #598eaa

#598eaa #5966aa #59aa9e

Monochromatic Colors of #598eaa

#598eaa

Complementary Color

#598eaa #aa7559

#598eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#598eaa Color CSS Codes

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

#598eaa Text Font Color

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

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


#598eaa Background Color

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

This div background color is #598eaa


#598eaa Border Color

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

This div border color is #598eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,142,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #598eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #598eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #598eaa;
  box-shadow:         1px 1px 3px 2px #598eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598eaa


Comments

No comments written yet.

Please login to write comment.