Color Hex Logo

#599097 Color Hex

#599097
(89,144,151)
0 Favorites   0 Comments

Color spaces of #599097

RGB 89144151
HSL0.520.260.47
HSV187°41°59°
CMYK 0.410.050.00   0.41
XYZ19.679024.304732.9322
Yxy24.30470.25590.3160
Hunter Lab49.2998-15.0228-5.0958
CIE-Lab56.3916-16.2372-9.4377

#599097 color RGB value is (89,144,151).

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

The process color (four color CMYK) of #599097 color hex is 0.41, 0.05, 0.00, 0.41. Web safe color of #599097 is #669999. Color #599097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010000 10010111
Octal 131 220 227
Decimal 89 144 151
Hex 59 90 97

RGB Percentages of Color #599097

%23.18
%37.50
%39.32

CMYK Percentages of Color #599097

%41
%5
%0
%41

Triadic Colors of #599097

#599097 #975990 #909759

Analogous Colors of #599097

#599097 #597197 #59977f

Monochromatic Colors of #599097

#599097

Complementary Color

#599097 #976059

#599097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#599097 Color CSS Codes

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

#599097 Text Font Color

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

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


#599097 Background Color

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

This div background color is #599097


#599097 Border Color

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

This div border color is #599097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599097


Comments

No comments written yet.

Please login to write comment.