Color Hex Logo

#526365 Color Hex

#526365
(82,99,101)
0 Favorites   0 Comments

Color spaces of #526365

RGB 8299101
HSL0.520.100.36
HSV186°19°40°
CMYK 0.190.020.00   0.60
XYZ10.290511.657114.0196
Yxy11.65710.28610.3241
Hunter Lab34.1425-5.9497-0.4459
CIE-Lab40.6659-5.9428-3.2926

#526365 color RGB value is (82,99,101).

#526365 hex color red value is 82, green value is 99 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #526365 hue: 0.52 , saturation: 0.10 and the lightness value of 526365 is 0.36.

The process color (four color CMYK) of #526365 color hex is 0.19, 0.02, 0.00, 0.60. Web safe color of #526365 is #666666. Color #526365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 01100101
Octal 122 143 145
Decimal 82 99 101
Hex 52 63 65

RGB Percentages of Color #526365

%29.08
%35.11
%35.82

CMYK Percentages of Color #526365

%19
%2
%0
%60

Triadic Colors of #526365

#526365 #655263 #636552

Analogous Colors of #526365

#526365 #525a65 #52655e

Monochromatic Colors of #526365

#526365

Complementary Color

#526365 #655452

#526365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526365 Color CSS Codes

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

#526365 Text Font Color

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

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


#526365 Background Color

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

This div background color is #526365


#526365 Border Color

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

This div border color is #526365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526365


Comments

No comments written yet.

Please login to write comment.