Color Hex Logo

#565dac Color Hex

#565DAC
(86,93,172)
0 Favorites   0 Comments

Color spaces of #565dac

RGB 8693172
HSL0.650.340.51
HSV235°50°67°
CMYK 0.500.460.00   0.33
XYZ15.198512.785740.6966
Yxy12.78570.22130.1862
Hunter Lab35.757113.2962-42.4504
CIE-Lab42.438619.4977-43.3103

#565dac color RGB value is (86,93,172).

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

The process color (four color CMYK) of #565dac color hex is 0.50, 0.46, 0.00, 0.33. Web safe color of #565dac is #666699. Color #565dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011101 10101100
Octal 126 135 254
Decimal 86 93 172
Hex 56 5D AC

RGB Percentages of Color #565dac

%24.50
%26.50
%49.00

CMYK Percentages of Color #565dac

%50
%46
%0
%33

Triadic Colors of #565dac

#565dac #ac565d #5dac56

Analogous Colors of #565dac

#565dac #7a56ac #5688ac

Monochromatic Colors of #565dac

#565dac

Complementary Color

#565dac #aca556

#565dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#565dac Color CSS Codes

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

#565dac Text Font Color

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

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


#565dac Background Color

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

This div background color is #565dac


#565dac Border Color

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

This div border color is #565dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565dac


Comments

No comments written yet.

Please login to write comment.