Color Hex Logo

#526885 Color Hex

#526885
(82,104,133)
0 Favorites   0 Comments

Color spaces of #526885

RGB 82104133
HSL0.590.240.42
HSV214°38°52°
CMYK 0.380.220.00   0.48
XYZ12.663613.387924.1070
Yxy13.38790.25250.2669
Hunter Lab36.5895-2.2528-13.4506
CIE-Lab43.3420-0.4107-18.6785

#526885 color RGB value is (82,104,133).

#526885 hex color red value is 82, green value is 104 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #526885 hue: 0.59 , saturation: 0.24 and the lightness value of 526885 is 0.42.

The process color (four color CMYK) of #526885 color hex is 0.38, 0.22, 0.00, 0.48. Web safe color of #526885 is #666699. Color #526885 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101000 10000101
Octal 122 150 205
Decimal 82 104 133
Hex 52 68 85

RGB Percentages of Color #526885

%25.71
%32.60
%41.69

CMYK Percentages of Color #526885

%38
%22
%0
%48

Triadic Colors of #526885

#526885 #855268 #688552

Analogous Colors of #526885

#526885 #565285 #528285

Monochromatic Colors of #526885

#526885

Complementary Color

#526885 #856f52

#526885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526885 Color CSS Codes

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

#526885 Text Font Color

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

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


#526885 Background Color

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

This div background color is #526885


#526885 Border Color

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

This div border color is #526885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526885

#526885 Color Palettes


Comments

No comments written yet.

Please login to write comment.