Color Hex Logo

#5660ab Color Hex

#5660AB
(86,96,171)
0 Favorites   0 Comments

Color spaces of #5660ab

RGB 8696171
HSL0.650.340.50
HSV233°50°67°
CMYK 0.500.440.00   0.33
XYZ15.371313.284540.2821
Yxy13.28450.22300.1927
Hunter Lab36.447911.4956-40.0136
CIE-Lab43.188817.2885-41.5259

#5660ab color RGB value is (86,96,171).

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

The process color (four color CMYK) of #5660ab color hex is 0.50, 0.44, 0.00, 0.33. Web safe color of #5660ab is #666699. Color #5660ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100000 10101011
Octal 126 140 253
Decimal 86 96 171
Hex 56 60 AB

RGB Percentages of Color #5660ab

%24.36
%27.20
%48.44

CMYK Percentages of Color #5660ab

%50
%44
%0
%33

Triadic Colors of #5660ab

#5660ab #ab5660 #60ab56

Analogous Colors of #5660ab

#5660ab #7756ab #568bab

Monochromatic Colors of #5660ab

#5660ab

Complementary Color

#5660ab #aba156

#5660ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5660ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5660ab Color CSS Codes

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

#5660ab Text Font Color

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

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


#5660ab Background Color

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

This div background color is #5660ab


#5660ab Border Color

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

This div border color is #5660ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5660ab


Comments

No comments written yet.

Please login to write comment.