Color Hex Logo

#526181 Color Hex

#526181
(82,97,129)
0 Favorites   0 Comments

Color spaces of #526181

RGB 8297129
HSL0.610.220.41
HSV221°36°51°
CMYK 0.360.250.00   0.49
XYZ11.716811.928222.4537
Yxy11.92820.25420.2588
Hunter Lab34.53720.1162-14.3702
CIE-Lab41.10182.7155-19.7092

#526181 color RGB value is (82,97,129).

#526181 hex color red value is 82, green value is 97 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #526181 hue: 0.61 , saturation: 0.22 and the lightness value of 526181 is 0.41.

The process color (four color CMYK) of #526181 color hex is 0.36, 0.25, 0.00, 0.49. Web safe color of #526181 is #666699. Color #526181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100001 10000001
Octal 122 141 201
Decimal 82 97 129
Hex 52 61 81

RGB Percentages of Color #526181

%26.62
%31.49
%41.88

CMYK Percentages of Color #526181

%36
%25
%0
%49

Triadic Colors of #526181

#526181 #815261 #618152

Analogous Colors of #526181

#526181 #5b5281 #527981

Monochromatic Colors of #526181

#526181

Complementary Color

#526181 #817252

#526181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526181 Color CSS Codes

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

#526181 Text Font Color

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

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


#526181 Background Color

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

This div background color is #526181


#526181 Border Color

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

This div border color is #526181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526181


Comments

No comments written yet.

Please login to write comment.