Color Hex Logo

#559ddb Color Hex

#559DDB
(85,157,219)
0 Favorites   0 Comments

Color spaces of #559ddb

RGB 85157219
HSL0.580.650.60
HSV208°61°86°
CMYK 0.610.280.00   0.14
XYZ28.589531.159771.5254
Yxy31.15970.21780.2374
Hunter Lab55.8209-6.2651-36.8959
CIE-Lab62.6422-3.9638-38.2688

#559ddb color RGB value is (85,157,219).

#559ddb hex color red value is 85, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #559ddb hue: 0.58 , saturation: 0.65 and the lightness value of 559ddb is 0.60.

The process color (four color CMYK) of #559ddb color hex is 0.61, 0.28, 0.00, 0.14. Web safe color of #559ddb is #6699cc. Color #559ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011101 11011011
Octal 125 235 333
Decimal 85 157 219
Hex 55 9D DB

RGB Percentages of Color #559ddb

%18.44
%34.06
%47.51

CMYK Percentages of Color #559ddb

%61
%28
%0
%14

Triadic Colors of #559ddb

#559ddb #db559d #9ddb55

Analogous Colors of #559ddb

#559ddb #555adb #55dbd6

Monochromatic Colors of #559ddb

#559ddb

Complementary Color

#559ddb #db9355

#559ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559ddb Color CSS Codes

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

#559ddb Text Font Color

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

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


#559ddb Background Color

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

This div background color is #559ddb


#559ddb Border Color

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

This div border color is #559ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559ddb


Comments

No comments written yet.

Please login to write comment.