Color Hex Logo

#56335f Color Hex

#56335F
(86,51,95)
0 Favorites   0 Comments

Color spaces of #56335f

RGB 865195
HSL0.800.300.29
HSV288°46°37°
CMYK 0.090.460.00   0.63
XYZ7.08715.172311.4513
Yxy5.17230.29890.2181
Hunter Lab22.742715.8246-13.9336
CIE-Lab27.220124.1553-19.8875

#56335f color RGB value is (86,51,95).

#56335f hex color red value is 86, green value is 51 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #56335f hue: 0.80 , saturation: 0.30 and the lightness value of 56335f is 0.29.

The process color (four color CMYK) of #56335f color hex is 0.09, 0.46, 0.00, 0.63. Web safe color of #56335f is #663366. Color #56335f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 01011111
Octal 126 63 137
Decimal 86 51 95
Hex 56 33 5F

RGB Percentages of Color #56335f

%37.07
%21.98
%40.95

CMYK Percentages of Color #56335f

%9
%46
%0
%63

Triadic Colors of #56335f

#56335f #5f5633 #335f56

Analogous Colors of #56335f

#56335f #5f3352 #40335f

Monochromatic Colors of #56335f

#56335f

Complementary Color

#56335f #3c5f33

#56335f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56335f Color Preview on White Background

Lorem ipsum dolor sit amet.

#56335f Color CSS Codes

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

#56335f Text Font Color

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

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


#56335f Background Color

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

This div background color is #56335f


#56335f Border Color

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

This div border color is #56335f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56335f


Comments

No comments written yet.

Please login to write comment.