Color Hex Logo

#559abb Color Hex

#559ABB
(85,154,187)
0 Favorites   0 Comments

Color spaces of #559abb

RGB 85154187
HSL0.550.430.53
HSV199°55°73°
CMYK 0.550.180.00   0.27
XYZ24.271628.630451.2607
Yxy28.63040.23300.2749
Hunter Lab53.5074-12.6681-19.3453
CIE-Lab60.4540-12.3261-23.7690

#559abb color RGB value is (85,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011010 10111011
Octal 125 232 273
Decimal 85 154 187
Hex 55 9A BB

RGB Percentages of Color #559abb

%19.95
%36.15
%43.90

CMYK Percentages of Color #559abb

%55
%18
%0
%27

Triadic Colors of #559abb

#559abb #bb559a #9abb55

Analogous Colors of #559abb

#559abb #5567bb #55bba9

Monochromatic Colors of #559abb

#559abb

Complementary Color

#559abb #bb7655

#559abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559abb Color CSS Codes

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

#559abb Text Font Color

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

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


#559abb Background Color

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

This div background color is #559abb


#559abb Border Color

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

This div border color is #559abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559abb


Comments

No comments written yet.

Please login to write comment.