Color Hex Logo

#56335d Color Hex

#56335D
(86,51,93)
0 Favorites   0 Comments

Color spaces of #56335d

RGB 865193
HSL0.810.290.28
HSV290°45°36°
CMYK 0.080.450.00   0.64
XYZ6.99745.136410.9785
Yxy5.13640.30280.2222
Hunter Lab22.663615.4506-12.8562
CIE-Lab27.119923.6957-18.7428

#56335d color RGB value is (86,51,93).

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

The process color (four color CMYK) of #56335d color hex is 0.08, 0.45, 0.00, 0.64. Web safe color of #56335d is #663366. Color #56335d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 01011101
Octal 126 63 135
Decimal 86 51 93
Hex 56 33 5D

RGB Percentages of Color #56335d

%37.39
%22.17
%40.43

CMYK Percentages of Color #56335d

%8
%45
%0
%64

Triadic Colors of #56335d

#56335d #5d5633 #335d56

Analogous Colors of #56335d

#56335d #5d334f #41335d

Monochromatic Colors of #56335d

#56335d

Complementary Color

#56335d #3a5d33

#56335d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56335d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56335d Color CSS Codes

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

#56335d Text Font Color

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

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


#56335d Background Color

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

This div background color is #56335d


#56335d Border Color

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

This div border color is #56335d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56335d


Comments

No comments written yet.

Please login to write comment.