Color Hex Logo

#565288 Color Hex

#565288
(86,82,136)
0 Favorites   0 Comments

Color spaces of #565288

RGB 8682136
HSL0.680.250.43
HSV244°40°53°
CMYK 0.370.400.00   0.47
XYZ11.29909.790624.5868
Yxy9.79060.24740.2143
Hunter Lab31.28999.7001-24.6856
CIE-Lab37.464015.4021-29.6105

#565288 color RGB value is (86,82,136).

#565288 hex color red value is 86, green value is 82 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #565288 hue: 0.68 , saturation: 0.25 and the lightness value of 565288 is 0.43.

The process color (four color CMYK) of #565288 color hex is 0.37, 0.40, 0.00, 0.47. Web safe color of #565288 is #666699. Color #565288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010010 10001000
Octal 126 122 210
Decimal 86 82 136
Hex 56 52 88

RGB Percentages of Color #565288

%28.29
%26.97
%44.74

CMYK Percentages of Color #565288

%37
%40
%0
%47

Triadic Colors of #565288

#565288 #885652 #528856

Analogous Colors of #565288

#565288 #715288 #526988

Monochromatic Colors of #565288

#565288

Complementary Color

#565288 #848852

#565288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565288 Color CSS Codes

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

#565288 Text Font Color

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

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


#565288 Background Color

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

This div background color is #565288


#565288 Border Color

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

This div border color is #565288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565288


Comments

No comments written yet.

Please login to write comment.