Color Hex Logo

#599fbc Color Hex

#599FBC
(89,159,188)
0 Favorites   0 Comments

Color spaces of #599fbc

RGB 89159188
HSL0.550.420.54
HSV198°53°74°
CMYK 0.530.150.00   0.26
XYZ25.595130.551052.1249
Yxy30.55100.23640.2822
Hunter Lab55.2730-14.0702-17.2221
CIE-Lab62.1268-13.8720-21.7545

#599fbc color RGB value is (89,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10011111 10111100
Octal 131 237 274
Decimal 89 159 188
Hex 59 9F BC

RGB Percentages of Color #599fbc

%20.41
%36.47
%43.12

CMYK Percentages of Color #599fbc

%53
%15
%0
%26

Triadic Colors of #599fbc

#599fbc #bc599f #9fbc59

Analogous Colors of #599fbc

#599fbc #596ebc #59bca8

Monochromatic Colors of #599fbc

#599fbc

Complementary Color

#599fbc #bc7659

#599fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#599fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#599fbc Color CSS Codes

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

#599fbc Text Font Color

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

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


#599fbc Background Color

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

This div background color is #599fbc


#599fbc Border Color

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

This div border color is #599fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #599fbc


Comments

No comments written yet.

Please login to write comment.