Color Hex Logo

#559abc Color Hex

#559ABC
(85,154,188)
0 Favorites   0 Comments

Color spaces of #559abc

RGB 85154188
HSL0.560.430.54
HSV200°55°74°
CMYK 0.550.180.00   0.26
XYZ24.379028.673351.8265
Yxy28.67330.23240.2734
Hunter Lab53.5475-12.4409-19.9013
CIE-Lab60.4922-12.0235-24.2736

#559abc color RGB value is (85,154,188).

#559abc hex color red value is 85, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #559abc hue: 0.56 , saturation: 0.43 and the lightness value of 559abc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011010 10111100
Octal 125 232 274
Decimal 85 154 188
Hex 55 9A BC

RGB Percentages of Color #559abc

%19.91
%36.07
%44.03

CMYK Percentages of Color #559abc

%55
%18
%0
%26

Triadic Colors of #559abc

#559abc #bc559a #9abc55

Analogous Colors of #559abc

#559abc #5567bc #55bcab

Monochromatic Colors of #559abc

#559abc

Complementary Color

#559abc #bc7755

#559abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#559abc Color CSS Codes

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

#559abc Text Font Color

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

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


#559abc Background Color

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

This div background color is #559abc


#559abc Border Color

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

This div border color is #559abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559abc


Comments

No comments written yet.

Please login to write comment.