Color Hex Logo

#559abe Color Hex

#559ABE
(85,154,190)
0 Favorites   0 Comments

Color spaces of #559abe

RGB 85154190
HSL0.560.450.54
HSV201°55°75°
CMYK 0.550.190.00   0.25
XYZ24.596228.760252.9701
Yxy28.76020.23130.2705
Hunter Lab53.6285-11.9827-21.0221
CIE-Lab60.5694-11.4155-25.2807

#559abe color RGB value is (85,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011010 10111110
Octal 125 232 276
Decimal 85 154 190
Hex 55 9A BE

RGB Percentages of Color #559abe

%19.81
%35.90
%44.29

CMYK Percentages of Color #559abe

%55
%19
%0
%25

Triadic Colors of #559abe

#559abe #be559a #9abe55

Analogous Colors of #559abe

#559abe #5566be #55beae

Monochromatic Colors of #559abe

#559abe

Complementary Color

#559abe #be7955

#559abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#559abe Color CSS Codes

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

#559abe Text Font Color

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

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


#559abe Background Color

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

This div background color is #559abe


#559abe Border Color

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

This div border color is #559abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559abe


Comments

No comments written yet.

Please login to write comment.