Color Hex Logo

#559fbd Color Hex

#559FBD
(85,159,189)
0 Favorites   0 Comments

Color spaces of #559fbd

RGB 85159189
HSL0.550.440.54
HSV197°55°74°
CMYK 0.550.160.00   0.26
XYZ25.329830.401752.6772
Yxy30.40170.23370.2804
Hunter Lab55.1377-14.4897-18.0478
CIE-Lab61.9993-14.4420-22.5249

#559fbd color RGB value is (85,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011111 10111101
Octal 125 237 275
Decimal 85 159 189
Hex 55 9F BD

RGB Percentages of Color #559fbd

%19.63
%36.72
%43.65

CMYK Percentages of Color #559fbd

%55
%16
%0
%26

Triadic Colors of #559fbd

#559fbd #bd559f #9fbd55

Analogous Colors of #559fbd

#559fbd #556bbd #55bda7

Monochromatic Colors of #559fbd

#559fbd

Complementary Color

#559fbd #bd7355

#559fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#559fbd Color CSS Codes

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

#559fbd Text Font Color

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

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


#559fbd Background Color

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

This div background color is #559fbd


#559fbd Border Color

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

This div border color is #559fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,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 #559fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559fbd


Comments

No comments written yet.

Please login to write comment.