Color Hex Logo

#553851 Color Hex

#553851
(85,56,81)
0 Favorites   0 Comments

Color spaces of #553851

RGB 855681
HSL0.860.210.28
HSV308°34°33°
CMYK 0.000.340.05   0.67
XYZ6.64575.35378.4677
Yxy5.35370.32470.2616
Hunter Lab23.138110.7770-5.5014
CIE-Lab27.719617.5394-9.9901

#553851 color RGB value is (85,56,81).

#553851 hex color red value is 85, green value is 56 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #553851 hue: 0.86 , saturation: 0.21 and the lightness value of 553851 is 0.28.

The process color (four color CMYK) of #553851 color hex is 0.00, 0.34, 0.05, 0.67. Web safe color of #553851 is #663366. Color #553851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 01010001
Octal 125 70 121
Decimal 85 56 81
Hex 55 38 51

RGB Percentages of Color #553851

%38.29
%25.23
%36.49

CMYK Percentages of Color #553851

%0
%34
%5
%67

Triadic Colors of #553851

#553851 #515538 #385155

Analogous Colors of #553851

#553851 #553843 #4b3855

Monochromatic Colors of #553851

#553851

Complementary Color

#553851 #38553c

#553851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553851 Color CSS Codes

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

#553851 Text Font Color

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

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


#553851 Background Color

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

This div background color is #553851


#553851 Border Color

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

This div border color is #553851


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,56,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553851; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553851;
  -webkit-box-shadow: 1px 1px 3px 2px #553851;
  box-shadow:         1px 1px 3px 2px #553851; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553851


Comments

No comments written yet.

Please login to write comment.