Color Hex Logo

#565466 Color Hex

#565466
(86,84,102)
0 Favorites   0 Comments

Color spaces of #565466

RGB 8684102
HSL0.690.100.36
HSV247°18°40°
CMYK 0.160.180.00   0.60
XYZ9.40639.278413.8655
Yxy9.27840.28900.2850
Hunter Lab30.46051.8156-5.6663
CIE-Lab36.51494.9185-10.0781

#565466 color RGB value is (86,84,102).

#565466 hex color red value is 86, green value is 84 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #565466 hue: 0.69 , saturation: 0.10 and the lightness value of 565466 is 0.36.

The process color (four color CMYK) of #565466 color hex is 0.16, 0.18, 0.00, 0.60. Web safe color of #565466 is #666666. Color #565466 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010100 01100110
Octal 126 124 146
Decimal 86 84 102
Hex 56 54 66

RGB Percentages of Color #565466

%31.62
%30.88
%37.50

CMYK Percentages of Color #565466

%16
%18
%0
%60

Triadic Colors of #565466

#565466 #665654 #546656

Analogous Colors of #565466

#565466 #5f5466 #545b66

Monochromatic Colors of #565466

#565466

Complementary Color

#565466 #646654

#565466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565466 Color CSS Codes

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

#565466 Text Font Color

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

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


#565466 Background Color

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

This div background color is #565466


#565466 Border Color

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

This div border color is #565466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565466


Comments

No comments written yet.

Please login to write comment.