Color Hex Logo

#523359 Color Hex

#523359
(82,51,89)
0 Favorites   0 Comments

Color spaces of #523359

RGB 825189
HSL0.800.270.27
HSV289°43°35°
CMYK 0.080.430.00   0.65
XYZ6.46674.882810.0528
Yxy4.88280.30210.2281
Hunter Lab22.097113.5681-11.5054
CIE-Lab26.398221.3687-17.2935

#523359 color RGB value is (82,51,89).

#523359 hex color red value is 82, green value is 51 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #523359 hue: 0.80 , saturation: 0.27 and the lightness value of 523359 is 0.27.

The process color (four color CMYK) of #523359 color hex is 0.08, 0.43, 0.00, 0.65. Web safe color of #523359 is #663366. Color #523359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110011 01011001
Octal 122 63 131
Decimal 82 51 89
Hex 52 33 59

RGB Percentages of Color #523359

%36.94
%22.97
%40.09

CMYK Percentages of Color #523359

%8
%43
%0
%65

Triadic Colors of #523359

#523359 #595233 #335952

Analogous Colors of #523359

#523359 #59334d #3f3359

Monochromatic Colors of #523359

#523359

Complementary Color

#523359 #3a5933

#523359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523359 Color CSS Codes

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

#523359 Text Font Color

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

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


#523359 Background Color

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

This div background color is #523359


#523359 Border Color

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

This div border color is #523359


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,51,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #523359; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #523359;
  -webkit-box-shadow: 1px 1px 3px 2px #523359;
  box-shadow:         1px 1px 3px 2px #523359; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,51,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523359


Comments

No comments written yet.

Please login to write comment.