Color Hex Logo

#565885 Color Hex

#565885
(86,88,133)
0 Favorites   0 Comments

Color spaces of #565885

RGB 8688133
HSL0.660.210.43
HSV237°35°52°
CMYK 0.350.340.00   0.48
XYZ11.561110.651323.6369
Yxy10.65130.25220.2323
Hunter Lab32.63636.1183-20.0954
CIE-Lab38.986910.7243-25.3957

#565885 color RGB value is (86,88,133).

#565885 hex color red value is 86, green value is 88 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #565885 hue: 0.66 , saturation: 0.21 and the lightness value of 565885 is 0.43.

The process color (four color CMYK) of #565885 color hex is 0.35, 0.34, 0.00, 0.48. Web safe color of #565885 is #666699. Color #565885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011000 10000101
Octal 126 130 205
Decimal 86 88 133
Hex 56 58 85

RGB Percentages of Color #565885

%28.01
%28.66
%43.32

CMYK Percentages of Color #565885

%35
%34
%0
%48

Triadic Colors of #565885

#565885 #855658 #588556

Analogous Colors of #565885

#565885 #6c5685 #567085

Monochromatic Colors of #565885

#565885

Complementary Color

#565885 #858356

#565885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565885 Color CSS Codes

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

#565885 Text Font Color

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

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


#565885 Background Color

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

This div background color is #565885


#565885 Border Color

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

This div border color is #565885


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,88,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565885; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565885;
  -webkit-box-shadow: 1px 1px 3px 2px #565885;
  box-shadow:         1px 1px 3px 2px #565885; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565885


Comments

No comments written yet.

Please login to write comment.