Color Hex Logo

#526387 Color Hex

#526387
(82,99,135)
0 Favorites   0 Comments

Color spaces of #526387

RGB 8299135
HSL0.610.240.43
HSV221°39°53°
CMYK 0.390.270.00   0.47
XYZ12.314712.466824.6789
Yxy12.46680.24900.2521
Hunter Lab35.30840.4669-16.7251
CIE-Lab41.94863.2281-22.0302

#526387 color RGB value is (82,99,135).

#526387 hex color red value is 82, green value is 99 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #526387 hue: 0.61 , saturation: 0.24 and the lightness value of 526387 is 0.43.

The process color (four color CMYK) of #526387 color hex is 0.39, 0.27, 0.00, 0.47. Web safe color of #526387 is #666699. Color #526387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 10000111
Octal 122 143 207
Decimal 82 99 135
Hex 52 63 87

RGB Percentages of Color #526387

%25.95
%31.33
%42.72

CMYK Percentages of Color #526387

%39
%27
%0
%47

Triadic Colors of #526387

#526387 #875263 #638752

Analogous Colors of #526387

#526387 #5c5287 #527e87

Monochromatic Colors of #526387

#526387

Complementary Color

#526387 #877652

#526387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526387 Color CSS Codes

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

#526387 Text Font Color

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

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


#526387 Background Color

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

This div background color is #526387


#526387 Border Color

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

This div border color is #526387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526387


Comments

No comments written yet.

Please login to write comment.