Color Hex Logo

#533555 Color Hex

#533555
(83,53,85)
0 Favorites   0 Comments

Color spaces of #533555

RGB 835385
HSL0.820.230.27
HSV296°38°33°
CMYK 0.020.380.00   0.67
XYZ6.48015.04119.2258
Yxy5.04110.31230.2430
Hunter Lab22.452412.2261-8.6459
CIE-Lab26.851519.5556-13.9619

#533555 color RGB value is (83,53,85).

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

The process color (four color CMYK) of #533555 color hex is 0.02, 0.38, 0.00, 0.67. Web safe color of #533555 is #663366. Color #533555 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110101 01010101
Octal 123 65 125
Decimal 83 53 85
Hex 53 35 55

RGB Percentages of Color #533555

%37.56
%23.98
%38.46

CMYK Percentages of Color #533555

%2
%38
%0
%67

Triadic Colors of #533555

#533555 #555335 #355553

Analogous Colors of #533555

#533555 #553547 #433555

Monochromatic Colors of #533555

#533555

Complementary Color

#533555 #375535

#533555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533555 Color CSS Codes

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

#533555 Text Font Color

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

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


#533555 Background Color

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

This div background color is #533555


#533555 Border Color

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

This div border color is #533555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533555


Comments

No comments written yet.

Please login to write comment.