Color Hex Logo

#599fbd Color Hex

#599FBD
(89,159,189)
0 Favorites   0 Comments

Color spaces of #599fbd

RGB 89159189
HSL0.550.430.55
HSV198°53°74°
CMYK 0.530.160.00   0.26
XYZ25.703330.594252.6947
Yxy30.59420.23580.2807
Hunter Lab55.3120-13.8477-17.7660
CIE-Lab62.1636-13.5763-22.2591

#599fbd color RGB value is (89,159,189).

#599fbd hex color red value is 89, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #599fbd hue: 0.55 , saturation: 0.43 and the lightness value of 599fbd is 0.55.

The process color (four color CMYK) of #599fbd color hex is 0.53, 0.16, 0.00, 0.26. Web safe color of #599fbd is #6699cc. Color #599fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011111 10111101
Octal 131 237 275
Decimal 89 159 189
Hex 59 9F BD

RGB Percentages of Color #599fbd

%20.37
%36.38
%43.25

CMYK Percentages of Color #599fbd

%53
%16
%0
%26

Triadic Colors of #599fbd

#599fbd #bd599f #9fbd59

Analogous Colors of #599fbd

#599fbd #596dbd #59bda9

Monochromatic Colors of #599fbd

#599fbd

Complementary Color

#599fbd #bd7759

#599fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#599fbd Color CSS Codes

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

#599fbd Text Font Color

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

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


#599fbd Background Color

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

This div background color is #599fbd


#599fbd Border Color

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

This div border color is #599fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599fbd


Comments

No comments written yet.

Please login to write comment.