Color Hex Logo

#559dcd Color Hex

#559DCD
(85,157,205)
0 Favorites   0 Comments

Color spaces of #559dcd

RGB 85157205
HSL0.570.550.57
HSV204°59°80°
CMYK 0.590.230.00   0.20
XYZ26.822730.453062.2219
Yxy30.45300.22450.2548
Hunter Lab55.1842-9.8112-28.2223
CIE-Lab62.0431-8.4299-31.4109

#559dcd color RGB value is (85,157,205).

#559dcd hex color red value is 85, green value is 157 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #559dcd hue: 0.57 , saturation: 0.55 and the lightness value of 559dcd is 0.57.

The process color (four color CMYK) of #559dcd color hex is 0.59, 0.23, 0.00, 0.20. Web safe color of #559dcd is #6699cc. Color #559dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011101 11001101
Octal 125 235 315
Decimal 85 157 205
Hex 55 9D CD

RGB Percentages of Color #559dcd

%19.02
%35.12
%45.86

CMYK Percentages of Color #559dcd

%59
%23
%0
%20

Triadic Colors of #559dcd

#559dcd #cd559d #9dcd55

Analogous Colors of #559dcd

#559dcd #5561cd #55cdc1

Monochromatic Colors of #559dcd

#559dcd

Complementary Color

#559dcd #cd8555

#559dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#559dcd Color CSS Codes

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

#559dcd Text Font Color

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

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


#559dcd Background Color

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

This div background color is #559dcd


#559dcd Border Color

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

This div border color is #559dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559dcd


Comments

No comments written yet.

Please login to write comment.