Color Hex Logo

#598995 Color Hex

#598995
(89,137,149)
0 Favorites   0 Comments

Color spaces of #598995

RGB 89137149
HSL0.530.250.47
HSV192°40°58°
CMYK 0.400.080.00   0.42
XYZ18.490322.185131.7414
Yxy22.18510.25530.3064
Hunter Lab47.1011-12.3537-6.9848
CIE-Lab54.2229-12.9691-11.5389

#598995 color RGB value is (89,137,149).

#598995 hex color red value is 89, green value is 137 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #598995 hue: 0.53 , saturation: 0.25 and the lightness value of 598995 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001001 10010101
Octal 131 211 225
Decimal 89 137 149
Hex 59 89 95

RGB Percentages of Color #598995

%23.73
%36.53
%39.73

CMYK Percentages of Color #598995

%40
%8
%0
%42

Triadic Colors of #598995

#598995 #955989 #899559

Analogous Colors of #598995

#598995 #596b95 #599583

Monochromatic Colors of #598995

#598995

Complementary Color

#598995 #956559

#598995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#598995 Color CSS Codes

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

#598995 Text Font Color

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

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


#598995 Background Color

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

This div background color is #598995


#598995 Border Color

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

This div border color is #598995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598995


Comments

No comments written yet.

Please login to write comment.