Color Hex Logo

#52536b Color Hex

#52536B
(82,83,107)
0 Favorites   0 Comments

Color spaces of #52536b

RGB 8283107
HSL0.660.130.37
HSV238°23°42°
CMYK 0.230.220.00   0.58
XYZ9.22689.041915.1689
Yxy9.04190.27590.2704
Hunter Lab30.06982.1500-8.8604
CIE-Lab36.06485.3778-13.9130

#52536b color RGB value is (82,83,107).

#52536b hex color red value is 82, green value is 83 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #52536b hue: 0.66 , saturation: 0.13 and the lightness value of 52536b is 0.37.

The process color (four color CMYK) of #52536b color hex is 0.23, 0.22, 0.00, 0.58. Web safe color of #52536b is #666666. Color #52536b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 01101011
Octal 122 123 153
Decimal 82 83 107
Hex 52 53 6B

RGB Percentages of Color #52536b

%30.15
%30.51
%39.34

CMYK Percentages of Color #52536b

%23
%22
%0
%58

Triadic Colors of #52536b

#52536b #6b5253 #536b52

Analogous Colors of #52536b

#52536b #5e526b #52606b

Monochromatic Colors of #52536b

#52536b

Complementary Color

#52536b #6b6a52

#52536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52536b Color CSS Codes

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

#52536b Text Font Color

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

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


#52536b Background Color

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

This div background color is #52536b


#52536b Border Color

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

This div border color is #52536b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,83,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52536b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52536b;
  -webkit-box-shadow: 1px 1px 3px 2px #52536b;
  box-shadow:         1px 1px 3px 2px #52536b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52536b


Comments

No comments written yet.

Please login to write comment.