Color Hex Logo

#526271 Color Hex

#526271
(82,98,113)
0 Favorites   0 Comments

Color spaces of #526271

RGB 8298113
HSL0.580.160.38
HSV209°27°44°
CMYK 0.270.130.00   0.56
XYZ10.828011.721517.3146
Yxy11.72150.27160.2940
Hunter Lab34.2367-3.4602-6.0192
CIE-Lab40.7700-2.3129-10.4753

#526271 color RGB value is (82,98,113).

#526271 hex color red value is 82, green value is 98 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #526271 hue: 0.58 , saturation: 0.16 and the lightness value of 526271 is 0.38.

The process color (four color CMYK) of #526271 color hex is 0.27, 0.13, 0.00, 0.56. Web safe color of #526271 is #666666. Color #526271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 01110001
Octal 122 142 161
Decimal 82 98 113
Hex 52 62 71

RGB Percentages of Color #526271

%27.99
%33.45
%38.57

CMYK Percentages of Color #526271

%27
%13
%0
%56

Triadic Colors of #526271

#526271 #715262 #627152

Analogous Colors of #526271

#526271 #525371 #527171

Monochromatic Colors of #526271

#526271

Complementary Color

#526271 #716152

#526271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526271 Color CSS Codes

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

#526271 Text Font Color

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

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


#526271 Background Color

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

This div background color is #526271


#526271 Border Color

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

This div border color is #526271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526271


Comments

No comments written yet.

Please login to write comment.