Color Hex Logo

#559cbd Color Hex

#559CBD
(85,156,189)
0 Favorites   0 Comments

Color spaces of #559cbd

RGB 85156189
HSL0.550.440.54
HSV199°55°74°
CMYK 0.550.170.00   0.26
XYZ24.820129.382452.5073
Yxy29.38240.23260.2753
Hunter Lab54.2055-13.1266-19.4886
CIE-Lab61.1176-12.8147-23.8760

#559cbd color RGB value is (85,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011100 10111101
Octal 125 234 275
Decimal 85 156 189
Hex 55 9C BD

RGB Percentages of Color #559cbd

%19.77
%36.28
%43.95

CMYK Percentages of Color #559cbd

%55
%17
%0
%26

Triadic Colors of #559cbd

#559cbd #bd559c #9cbd55

Analogous Colors of #559cbd

#559cbd #5568bd #55bdaa

Monochromatic Colors of #559cbd

#559cbd

Complementary Color

#559cbd #bd7655

#559cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#559cbd Color CSS Codes

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

#559cbd Text Font Color

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

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


#559cbd Background Color

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

This div background color is #559cbd


#559cbd Border Color

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

This div border color is #559cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559cbd


Comments

No comments written yet.

Please login to write comment.