Color Hex Logo

#565377 Color Hex

#565377
(86,83,119)
0 Favorites   0 Comments

Color spaces of #565377

RGB 8683119
HSL0.680.180.40
HSV245°30°47°
CMYK 0.280.300.00   0.53
XYZ10.26089.496918.7450
Yxy9.49690.26650.2467
Hunter Lab30.81705.5033-14.4922
CIE-Lab36.92399.9568-20.0117

#565377 color RGB value is (86,83,119).

#565377 hex color red value is 86, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #565377 hue: 0.68 , saturation: 0.18 and the lightness value of 565377 is 0.40.

The process color (four color CMYK) of #565377 color hex is 0.28, 0.30, 0.00, 0.53. Web safe color of #565377 is #666666. Color #565377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010011 01110111
Octal 126 123 167
Decimal 86 83 119
Hex 56 53 77

RGB Percentages of Color #565377

%29.86
%28.82
%41.32

CMYK Percentages of Color #565377

%28
%30
%0
%53

Triadic Colors of #565377

#565377 #775653 #537756

Analogous Colors of #565377

#565377 #685377 #536277

Monochromatic Colors of #565377

#565377

Complementary Color

#565377 #747753

#565377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565377 Color CSS Codes

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

#565377 Text Font Color

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

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


#565377 Background Color

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

This div background color is #565377


#565377 Border Color

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

This div border color is #565377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565377


Comments

No comments written yet.

Please login to write comment.