Color Hex Logo

#559bab Color Hex

#559BAB
(85,155,171)
0 Favorites   0 Comments

Color spaces of #559bab

RGB 85155171
HSL0.530.340.50
HSV191°50°67°
CMYK 0.500.090.00   0.33
XYZ22.818328.314342.7906
Yxy28.31430.24290.3015
Hunter Lab53.2112-16.5743-10.4311
CIE-Lab60.1716-17.5709-15.1657

#559bab color RGB value is (85,155,171).

#559bab hex color red value is 85, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #559bab hue: 0.53 , saturation: 0.34 and the lightness value of 559bab is 0.50.

The process color (four color CMYK) of #559bab color hex is 0.50, 0.09, 0.00, 0.33. Web safe color of #559bab is #669999. Color #559bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 10101011
Octal 125 233 253
Decimal 85 155 171
Hex 55 9B AB

RGB Percentages of Color #559bab

%20.68
%37.71
%41.61

CMYK Percentages of Color #559bab

%50
%9
%0
%33

Triadic Colors of #559bab

#559bab #ab559b #9bab55

Analogous Colors of #559bab

#559bab #5570ab #55ab90

Monochromatic Colors of #559bab

#559bab

Complementary Color

#559bab #ab6555

#559bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bab Color CSS Codes

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

#559bab Text Font Color

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

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


#559bab Background Color

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

This div background color is #559bab


#559bab Border Color

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

This div border color is #559bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bab


Comments

No comments written yet.

Please login to write comment.