Color Hex Logo

#5670ab Color Hex

#5670AB
(86,112,171)
0 Favorites   0 Comments

Color spaces of #5670ab

RGB 86112171
HSL0.620.340.50
HSV222°50°67°
CMYK 0.500.350.00   0.33
XYZ16.982616.507040.8192
Yxy16.50700.22850.2221
Hunter Lab40.62883.5115-31.1277
CIE-Lab47.63287.3377-34.4993

#5670ab color RGB value is (86,112,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110000 10101011
Octal 126 160 253
Decimal 86 112 171
Hex 56 70 AB

RGB Percentages of Color #5670ab

%23.31
%30.35
%46.34

CMYK Percentages of Color #5670ab

%50
%35
%0
%33

Triadic Colors of #5670ab

#5670ab #ab5670 #70ab56

Analogous Colors of #5670ab

#5670ab #6756ab #569bab

Monochromatic Colors of #5670ab

#5670ab

Complementary Color

#5670ab #ab9156

#5670ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5670ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5670ab Color CSS Codes

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

#5670ab Text Font Color

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

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


#5670ab Background Color

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

This div background color is #5670ab


#5670ab Border Color

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

This div border color is #5670ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5670ab


Comments

No comments written yet.

Please login to write comment.