Color Hex Logo

#559fad Color Hex

#559FAD
(85,159,173)
0 Favorites   0 Comments

Color spaces of #559fad

RGB 85159173
HSL0.530.350.51
HSV190°51°68°
CMYK 0.510.080.00   0.32
XYZ23.687329.744744.0280
Yxy29.74470.24300.3052
Hunter Lab54.5387-17.9164-9.6865
CIE-Lab61.4333-19.1133-14.3891

#559fad color RGB value is (85,159,173).

#559fad hex color red value is 85, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #559fad hue: 0.53 , saturation: 0.35 and the lightness value of 559fad is 0.51.

The process color (four color CMYK) of #559fad color hex is 0.51, 0.08, 0.00, 0.32. Web safe color of #559fad is #669999. Color #559fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011111 10101101
Octal 125 237 255
Decimal 85 159 173
Hex 55 9F AD

RGB Percentages of Color #559fad

%20.38
%38.13
%41.49

CMYK Percentages of Color #559fad

%51
%8
%0
%32

Triadic Colors of #559fad

#559fad #ad559f #9fad55

Analogous Colors of #559fad

#559fad #5573ad #55ad8f

Monochromatic Colors of #559fad

#559fad

Complementary Color

#559fad #ad6355

#559fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#559fad Color CSS Codes

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

#559fad Text Font Color

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

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


#559fad Background Color

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

This div background color is #559fad


#559fad Border Color

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

This div border color is #559fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,159,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #559fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #559fad;
  -webkit-box-shadow: 1px 1px 3px 2px #559fad;
  box-shadow:         1px 1px 3px 2px #559fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559fad


Comments

No comments written yet.

Please login to write comment.