Color Hex Logo

#533b75 Color Hex

#533B75
(83,59,117)
0 Favorites   0 Comments

Color spaces of #533b75

RGB 8359117
HSL0.740.330.35
HSV265°50°46°
CMYK 0.290.500.00   0.54
XYZ8.34216.251317.5966
Yxy6.25130.25920.1942
Hunter Lab25.002615.8019-24.2259
CIE-Lab30.037823.7636-29.5642

#533b75 color RGB value is (83,59,117).

#533b75 hex color red value is 83, green value is 59 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #533b75 hue: 0.74 , saturation: 0.33 and the lightness value of 533b75 is 0.35.

The process color (four color CMYK) of #533b75 color hex is 0.29, 0.50, 0.00, 0.54. Web safe color of #533b75 is #663366. Color #533b75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 01110101
Octal 123 73 165
Decimal 83 59 117
Hex 53 3B 75

RGB Percentages of Color #533b75

%32.05
%22.78
%45.17

CMYK Percentages of Color #533b75

%29
%50
%0
%54

Triadic Colors of #533b75

#533b75 #75533b #3b7553

Analogous Colors of #533b75

#533b75 #703b75 #3b4075

Monochromatic Colors of #533b75

#533b75

Complementary Color

#533b75 #5d753b

#533b75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533b75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#533b75 Color CSS Codes

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

#533b75 Text Font Color

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

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


#533b75 Background Color

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

This div background color is #533b75


#533b75 Border Color

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

This div border color is #533b75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,59,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #533b75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #533b75;
  -webkit-box-shadow: 1px 1px 3px 2px #533b75;
  box-shadow:         1px 1px 3px 2px #533b75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533b75


Comments

No comments written yet.

Please login to write comment.