Color Hex Logo

#553650 Color Hex

#553650
(85,54,80)
0 Favorites   0 Comments

Color spaces of #553650

RGB 855480
HSL0.860.220.27
HSV310°36°33°
CMYK 0.000.360.06   0.67
XYZ6.51345.14888.2399
Yxy5.14880.32730.2587
Hunter Lab22.691011.5289-5.6466
CIE-Lab27.154618.5988-10.1917

#553650 color RGB value is (85,54,80).

#553650 hex color red value is 85, green value is 54 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #553650 hue: 0.86 , saturation: 0.22 and the lightness value of 553650 is 0.27.

The process color (four color CMYK) of #553650 color hex is 0.00, 0.36, 0.06, 0.67. Web safe color of #553650 is #663366. Color #553650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110110 01010000
Octal 125 66 120
Decimal 85 54 80
Hex 55 36 50

RGB Percentages of Color #553650

%38.81
%24.66
%36.53

CMYK Percentages of Color #553650

%0
%36
%6
%67

Triadic Colors of #553650

#553650 #505536 #365055

Analogous Colors of #553650

#553650 #553641 #4b3655

Monochromatic Colors of #553650

#553650

Complementary Color

#553650 #36553b

#553650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553650 Color CSS Codes

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

#553650 Text Font Color

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

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


#553650 Background Color

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

This div background color is #553650


#553650 Border Color

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

This div border color is #553650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553650


Comments

No comments written yet.

Please login to write comment.