Color Hex Logo

#559ebc Color Hex

#559EBC
(85,158,188)
0 Favorites   0 Comments

Color spaces of #559ebc

RGB 85158188
HSL0.550.430.54
HSV197°55°74°
CMYK 0.550.160.00   0.26
XYZ25.050330.015952.0503
Yxy30.01590.23390.2802
Hunter Lab54.7868-14.2608-17.9779
CIE-Lab61.6679-14.2017-22.4709

#559ebc color RGB value is (85,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011110 10111100
Octal 125 236 274
Decimal 85 158 188
Hex 55 9E BC

RGB Percentages of Color #559ebc

%19.72
%36.66
%43.62

CMYK Percentages of Color #559ebc

%55
%16
%0
%26

Triadic Colors of #559ebc

#559ebc #bc559e #9ebc55

Analogous Colors of #559ebc

#559ebc #556bbc #55bca7

Monochromatic Colors of #559ebc

#559ebc

Complementary Color

#559ebc #bc7355

#559ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#559ebc Color CSS Codes

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

#559ebc Text Font Color

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

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


#559ebc Background Color

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

This div background color is #559ebc


#559ebc Border Color

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

This div border color is #559ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559ebc


Comments

No comments written yet.

Please login to write comment.