Color Hex Logo

#526081 Color Hex

#526081
(82,96,129)
0 Favorites   0 Comments

Color spaces of #526081

RGB 8296129
HSL0.620.220.41
HSV222°36°51°
CMYK 0.360.260.00   0.49
XYZ11.625011.744622.4231
Yxy11.74460.25390.2565
Hunter Lab34.27040.5765-14.8041
CIE-Lab40.80733.3332-20.1633

#526081 color RGB value is (82,96,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100000 10000001
Octal 122 140 201
Decimal 82 96 129
Hex 52 60 81

RGB Percentages of Color #526081

%26.71
%31.27
%42.02

CMYK Percentages of Color #526081

%36
%26
%0
%49

Triadic Colors of #526081

#526081 #815260 #608152

Analogous Colors of #526081

#526081 #5c5281 #527881

Monochromatic Colors of #526081

#526081

Complementary Color

#526081 #817352

#526081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526081 Color CSS Codes

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

#526081 Text Font Color

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

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


#526081 Background Color

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

This div background color is #526081


#526081 Border Color

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

This div border color is #526081


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,96,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 #526081">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526081


Comments

No comments written yet.

Please login to write comment.