Color Hex Logo

#565aae Color Hex

#565AAE
(86,90,174)
0 Favorites   0 Comments

Color spaces of #565aae

RGB 8690174
HSL0.660.350.51
HSV237°51°68°
CMYK 0.510.480.00   0.32
XYZ15.133912.346841.6299
Yxy12.34680.21900.1787
Hunter Lab35.138015.3882-45.6475
CIE-Lab41.762122.0286-45.5696

#565aae color RGB value is (86,90,174).

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

The process color (four color CMYK) of #565aae color hex is 0.51, 0.48, 0.00, 0.32. Web safe color of #565aae is #666699. Color #565aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011010 10101110
Octal 126 132 256
Decimal 86 90 174
Hex 56 5A AE

RGB Percentages of Color #565aae

%24.57
%25.71
%49.71

CMYK Percentages of Color #565aae

%51
%48
%0
%32

Triadic Colors of #565aae

#565aae #ae565a #5aae56

Analogous Colors of #565aae

#565aae #7e56ae #5686ae

Monochromatic Colors of #565aae

#565aae

Complementary Color

#565aae #aeaa56

#565aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#565aae Color CSS Codes

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

#565aae Text Font Color

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

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


#565aae Background Color

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

This div background color is #565aae


#565aae Border Color

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

This div border color is #565aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565aae


Comments

No comments written yet.

Please login to write comment.