Color Hex Logo

#567daf Color Hex

#567DAF
(86,125,175)
0 Favorites   0 Comments

Color spaces of #567daf

RGB 86125175
HSL0.590.360.51
HSV214°51°69°
CMYK 0.510.290.00   0.31
XYZ18.909219.740843.3712
Yxy19.74080.23050.2407
Hunter Lab44.4306-1.7859-26.7748
CIE-Lab51.54290.7540-30.7025

#567daf color RGB value is (86,125,175).

#567daf hex color red value is 86, green value is 125 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #567daf hue: 0.59 , saturation: 0.36 and the lightness value of 567daf is 0.51.

The process color (four color CMYK) of #567daf color hex is 0.51, 0.29, 0.00, 0.31. Web safe color of #567daf is #666699. Color #567daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111101 10101111
Octal 126 175 257
Decimal 86 125 175
Hex 56 7D AF

RGB Percentages of Color #567daf

%22.28
%32.38
%45.34

CMYK Percentages of Color #567daf

%51
%29
%0
%31

Triadic Colors of #567daf

#567daf #af567d #7daf56

Analogous Colors of #567daf

#567daf #5b56af #56aaaf

Monochromatic Colors of #567daf

#567daf

Complementary Color

#567daf #af8856

#567daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#567daf Color CSS Codes

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

#567daf Text Font Color

<p style="color:#567daf">Text here</p>

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


#567daf Background Color

<div style="background-color:#567daf">
Div content here</div>

This div background color is #567daf


#567daf Border Color

<div style="border:3px solid #567daf">
Div here</div>

This div border color is #567daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,125,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #567daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #567daf;
  -webkit-box-shadow: 1px 1px 3px 2px #567daf;
  box-shadow:         1px 1px 3px 2px #567daf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,125,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567daf


Comments

No comments written yet.

Please login to write comment.