Color Hex Logo

#559adb Color Hex

#559ADB
(85,154,219)
0 Favorites   0 Comments

Color spaces of #559adb

RGB 85154219
HSL0.580.650.60
HSV209°61°86°
CMYK 0.610.300.00   0.14
XYZ28.088130.157071.3583
Yxy30.15700.21670.2327
Hunter Lab54.9154-4.8028-38.6020
CIE-Lab61.7895-2.2581-39.6036

#559adb color RGB value is (85,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011010 11011011
Octal 125 232 333
Decimal 85 154 219
Hex 55 9A DB

RGB Percentages of Color #559adb

%18.56
%33.62
%47.82

CMYK Percentages of Color #559adb

%61
%30
%0
%14

Triadic Colors of #559adb

#559adb #db559a #9adb55

Analogous Colors of #559adb

#559adb #5557db #55dbd9

Monochromatic Colors of #559adb

#559adb

Complementary Color

#559adb #db9655

#559adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559adb Color CSS Codes

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

#559adb Text Font Color

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

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


#559adb Background Color

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

This div background color is #559adb


#559adb Border Color

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

This div border color is #559adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559adb


Comments

No comments written yet.

Please login to write comment.