Color Hex Logo

#5697ab Color Hex

#5697AB
(86,151,171)
0 Favorites   0 Comments

Color spaces of #5697ab

RGB 86151171
HSL0.540.340.50
HSV194°50°67°
CMYK 0.500.120.00   0.33
XYZ22.255027.051942.5767
Yxy27.05190.24220.2944
Hunter Lab52.0114-14.6423-12.1269
CIE-Lab59.0223-15.1955-16.9027

#5697ab color RGB value is (86,151,171).

#5697ab hex color red value is 86, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5697ab hue: 0.54 , saturation: 0.34 and the lightness value of 5697ab is 0.50.

The process color (four color CMYK) of #5697ab color hex is 0.50, 0.12, 0.00, 0.33. Web safe color of #5697ab is #669999. Color #5697ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10010111 10101011
Octal 126 227 253
Decimal 86 151 171
Hex 56 97 AB

RGB Percentages of Color #5697ab

%21.08
%37.01
%41.91

CMYK Percentages of Color #5697ab

%50
%12
%0
%33

Triadic Colors of #5697ab

#5697ab #ab5697 #97ab56

Analogous Colors of #5697ab

#5697ab #566dab #56ab95

Monochromatic Colors of #5697ab

#5697ab

Complementary Color

#5697ab #ab6a56

#5697ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5697ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5697ab Color CSS Codes

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

#5697ab Text Font Color

<p style="color:#5697ab">Text here</p>

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


#5697ab Background Color

<div style="background-color:#5697ab">
Div content here</div>

This div background color is #5697ab


#5697ab Border Color

<div style="border:3px solid #5697ab">
Div here</div>

This div border color is #5697ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,151,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5697ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5697ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5697ab;
  box-shadow:         1px 1px 3px 2px #5697ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,151,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 #5697ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5697ab


Comments

No comments written yet.

Please login to write comment.