Color Hex Logo

#56569f Color Hex

#56569F
(86,86,159)
0 Favorites   0 Comments

Color spaces of #56569f

RGB 8686159
HSL0.670.300.48
HSV240°46°62°
CMYK 0.460.460.00   0.38
XYZ13.423511.137234.2431
Yxy11.13720.22830.1894
Hunter Lab33.372413.3968-37.4761
CIE-Lab39.810619.8200-39.7838

#56569f color RGB value is (86,86,159).

#56569f hex color red value is 86, green value is 86 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #56569f hue: 0.67 , saturation: 0.30 and the lightness value of 56569f is 0.48.

The process color (four color CMYK) of #56569f color hex is 0.46, 0.46, 0.00, 0.38. Web safe color of #56569f is #666699. Color #56569f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010110 10011111
Octal 126 126 237
Decimal 86 86 159
Hex 56 56 9F

RGB Percentages of Color #56569f

%25.98
%25.98
%48.04

CMYK Percentages of Color #56569f

%46
%46
%0
%38

Triadic Colors of #56569f

#56569f #9f5656 #569f56

Analogous Colors of #56569f

#56569f #7b569f #567b9f

Monochromatic Colors of #56569f

#56569f

Complementary Color

#56569f #9f9f56

#56569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56569f Color CSS Codes

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

#56569f Text Font Color

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

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


#56569f Background Color

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

This div background color is #56569f


#56569f Border Color

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

This div border color is #56569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56569f


Comments

No comments written yet.

Please login to write comment.