Color Hex Logo

#533550 Color Hex

#533550
(83,53,80)
0 Favorites   0 Comments

Color spaces of #533550

RGB 835380
HSL0.850.220.27
HSV306°36°33°
CMYK 0.000.360.04   0.67
XYZ6.28834.96448.2162
Yxy4.96440.32300.2550
Hunter Lab22.280911.3860-6.2668
CIE-Lab26.633118.4617-11.0096

#533550 color RGB value is (83,53,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01010000
Octal 123 65 120
Decimal 83 53 80
Hex 53 35 50

RGB Percentages of Color #533550

%38.43
%24.54
%37.04

CMYK Percentages of Color #533550

%0
%36
%4
%67

Triadic Colors of #533550

#533550 #505335 #355053

Analogous Colors of #533550

#533550 #533541 #473553

Monochromatic Colors of #533550

#533550

Complementary Color

#533550 #355338

#533550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533550 Color CSS Codes

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

#533550 Text Font Color

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

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


#533550 Background Color

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

This div background color is #533550


#533550 Border Color

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

This div border color is #533550


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,53,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 #533550">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533550


Comments

No comments written yet.

Please login to write comment.