Color Hex Logo

#526583 Color Hex

#526583
(82,101,131)
0 Favorites   0 Comments

Color spaces of #526583

RGB 82101131
HSL0.600.230.42
HSV217°37°51°
CMYK 0.370.230.00   0.49
XYZ12.230112.739923.2872
Yxy12.73990.25340.2640
Hunter Lab35.6930-1.3002-13.6975
CIE-Lab42.36870.8367-18.9692

#526583 color RGB value is (82,101,131).

#526583 hex color red value is 82, green value is 101 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #526583 hue: 0.60 , saturation: 0.23 and the lightness value of 526583 is 0.42.

The process color (four color CMYK) of #526583 color hex is 0.37, 0.23, 0.00, 0.49. Web safe color of #526583 is #666699. Color #526583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100101 10000011
Octal 122 145 203
Decimal 82 101 131
Hex 52 65 83

RGB Percentages of Color #526583

%26.11
%32.17
%41.72

CMYK Percentages of Color #526583

%37
%23
%0
%49

Triadic Colors of #526583

#526583 #835265 #658352

Analogous Colors of #526583

#526583 #575283 #527e83

Monochromatic Colors of #526583

#526583

Complementary Color

#526583 #837052

#526583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526583 Color CSS Codes

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

#526583 Text Font Color

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

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


#526583 Background Color

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

This div background color is #526583


#526583 Border Color

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

This div border color is #526583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526583


Comments

No comments written yet.

Please login to write comment.