Color Hex Logo

#598193 Color Hex

#598193
(89,129,147)
0 Favorites   0 Comments

Color spaces of #598193

RGB 89129147
HSL0.550.250.46
HSV199°39°58°
CMYK 0.390.120.00   0.42
XYZ17.236519.930930.5424
Yxy19.93090.25460.2944
Hunter Lab44.6440-9.2105-9.3113
CIE-Lab51.7590-9.0513-14.0957

#598193 color RGB value is (89,129,147).

#598193 hex color red value is 89, green value is 129 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #598193 hue: 0.55 , saturation: 0.25 and the lightness value of 598193 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000001 10010011
Octal 131 201 223
Decimal 89 129 147
Hex 59 81 93

RGB Percentages of Color #598193

%24.38
%35.34
%40.27

CMYK Percentages of Color #598193

%39
%12
%0
%42

Triadic Colors of #598193

#598193 #935981 #819359

Analogous Colors of #598193

#598193 #596493 #599388

Monochromatic Colors of #598193

#598193

Complementary Color

#598193 #936b59

#598193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#598193 Color CSS Codes

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

#598193 Text Font Color

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

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


#598193 Background Color

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

This div background color is #598193


#598193 Border Color

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

This div border color is #598193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598193


Comments

No comments written yet.

Please login to write comment.