Color Hex Logo

#598799 Color Hex

#598799
(89,135,153)
0 Favorites   0 Comments

Color spaces of #598799

RGB 89135153
HSL0.550.260.47
HSV197°42°60°
CMYK 0.420.120.00   0.40
XYZ18.533621.751733.3587
Yxy21.75170.25170.2954
Hunter Lab46.6387-10.6843-9.7605
CIE-Lab53.7626-10.7591-14.5476

#598799 color RGB value is (89,135,153).

#598799 hex color red value is 89, green value is 135 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #598799 hue: 0.55 , saturation: 0.26 and the lightness value of 598799 is 0.47.

The process color (four color CMYK) of #598799 color hex is 0.42, 0.12, 0.00, 0.40. Web safe color of #598799 is #669999. Color #598799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000111 10011001
Octal 131 207 231
Decimal 89 135 153
Hex 59 87 99

RGB Percentages of Color #598799

%23.61
%35.81
%40.58

CMYK Percentages of Color #598799

%42
%12
%0
%40

Triadic Colors of #598799

#598799 #995987 #879959

Analogous Colors of #598799

#598799 #596799 #59998b

Monochromatic Colors of #598799

#598799

Complementary Color

#598799 #996b59

#598799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#598799 Color CSS Codes

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

#598799 Text Font Color

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

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


#598799 Background Color

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

This div background color is #598799


#598799 Border Color

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

This div border color is #598799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598799


Comments

No comments written yet.

Please login to write comment.