Color Hex Logo

#565f52 Color Hex

#565F52
(86,95,82)
0 Favorites   0 Comments

Color spaces of #565f52

RGB 869582
HSL0.280.070.35
HSV102°14°37°
CMYK 0.090.000.14   0.63
XYZ9.453010.77209.5636
Yxy10.77200.31730.3616
Hunter Lab32.8207-6.02485.6981
CIE-Lab39.1938-6.24636.2585

#565f52 color RGB value is (86,95,82).

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

The process color (four color CMYK) of #565f52 color hex is 0.09, 0.00, 0.14, 0.63. Web safe color of #565f52 is #666666. Color #565f52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011111 01010010
Octal 126 137 122
Decimal 86 95 82
Hex 56 5F 52

RGB Percentages of Color #565f52

%32.70
%36.12
%31.18

CMYK Percentages of Color #565f52

%9
%0
%14
%63

Triadic Colors of #565f52

#565f52 #52565f #5f5256

Analogous Colors of #565f52

#565f52 #525f55 #5d5f52

Monochromatic Colors of #565f52

#565f52

Complementary Color

#565f52 #5b525f

#565f52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565f52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565f52 Color CSS Codes

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

#565f52 Text Font Color

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

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


#565f52 Background Color

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

This div background color is #565f52


#565f52 Border Color

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

This div border color is #565f52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565f52


Comments

No comments written yet.

Please login to write comment.