Color Hex Logo

#565fad Color Hex

#565FAD
(86,95,173)
0 Favorites   0 Comments

Color spaces of #565fad

RGB 8695173
HSL0.650.350.51
HSV234°50°68°
CMYK 0.500.450.00   0.32
XYZ15.472813.180041.2636
Yxy13.18000.22130.1885
Hunter Lab36.304312.5438-41.9763
CIE-Lab43.033218.5575-42.9510

#565fad color RGB value is (86,95,173).

#565fad hex color red value is 86, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #565fad hue: 0.65 , saturation: 0.35 and the lightness value of 565fad is 0.51.

The process color (four color CMYK) of #565fad color hex is 0.50, 0.45, 0.00, 0.32. Web safe color of #565fad is #666699. Color #565fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011111 10101101
Octal 126 137 255
Decimal 86 95 173
Hex 56 5F AD

RGB Percentages of Color #565fad

%24.29
%26.84
%48.87

CMYK Percentages of Color #565fad

%50
%45
%0
%32

Triadic Colors of #565fad

#565fad #ad565f #5fad56

Analogous Colors of #565fad

#565fad #7956ad #568bad

Monochromatic Colors of #565fad

#565fad

Complementary Color

#565fad #ada456

#565fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#565fad Color CSS Codes

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

#565fad Text Font Color

<p style="color:#565fad">Text here</p>

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


#565fad Background Color

<div style="background-color:#565fad">
Div content here</div>

This div background color is #565fad


#565fad Border Color

<div style="border:3px solid #565fad">
Div here</div>

This div border color is #565fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,95,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565fad;
  -webkit-box-shadow: 1px 1px 3px 2px #565fad;
  box-shadow:         1px 1px 3px 2px #565fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565fad


Comments

No comments written yet.

Please login to write comment.