Color Hex Logo

#599ca5 Color Hex

#599CA5
(89,156,165)
0 Favorites   0 Comments

Color spaces of #599ca5

RGB 89156165
HSL0.520.300.50
HSV187°46°65°
CMYK 0.460.050.00   0.35
XYZ22.799828.617439.9193
Yxy28.61740.24960.3133
Hunter Lab53.4952-17.5395-6.7968
CIE-Lab60.4425-18.8223-11.3459

#599ca5 color RGB value is (89,156,165).

#599ca5 hex color red value is 89, green value is 156 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #599ca5 hue: 0.52 , saturation: 0.30 and the lightness value of 599ca5 is 0.50.

The process color (four color CMYK) of #599ca5 color hex is 0.46, 0.05, 0.00, 0.35. Web safe color of #599ca5 is #669999. Color #599ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011100 10100101
Octal 131 234 245
Decimal 89 156 165
Hex 59 9C A5

RGB Percentages of Color #599ca5

%21.71
%38.05
%40.24

CMYK Percentages of Color #599ca5

%46
%5
%0
%35

Triadic Colors of #599ca5

#599ca5 #a5599c #9ca559

Analogous Colors of #599ca5

#599ca5 #5976a5 #59a588

Monochromatic Colors of #599ca5

#599ca5

Complementary Color

#599ca5 #a56259

#599ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#599ca5 Color CSS Codes

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

#599ca5 Text Font Color

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

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


#599ca5 Background Color

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

This div background color is #599ca5


#599ca5 Border Color

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

This div border color is #599ca5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,156,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #599ca5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #599ca5;
  -webkit-box-shadow: 1px 1px 3px 2px #599ca5;
  box-shadow:         1px 1px 3px 2px #599ca5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599ca5


Comments

No comments written yet.

Please login to write comment.