Color Hex Logo

#526773 Color Hex

#526773
(82,103,115)
0 Favorites   0 Comments

Color spaces of #526773

RGB 82103115
HSL0.560.170.39
HSV202°29°45°
CMYK 0.290.100.00   0.55
XYZ11.424412.732118.0751
Yxy12.73210.27050.3015
Hunter Lab35.6821-5.2929-5.0565
CIE-Lab42.3568-4.7815-9.3032

#526773 color RGB value is (82,103,115).

#526773 hex color red value is 82, green value is 103 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #526773 hue: 0.56 , saturation: 0.17 and the lightness value of 526773 is 0.39.

The process color (four color CMYK) of #526773 color hex is 0.29, 0.10, 0.00, 0.55. Web safe color of #526773 is #666666. Color #526773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 01110011
Octal 122 147 163
Decimal 82 103 115
Hex 52 67 73

RGB Percentages of Color #526773

%27.33
%34.33
%38.33

CMYK Percentages of Color #526773

%29
%10
%0
%55

Triadic Colors of #526773

#526773 #735267 #677352

Analogous Colors of #526773

#526773 #525773 #52736f

Monochromatic Colors of #526773

#526773

Complementary Color

#526773 #735e52

#526773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526773 Color CSS Codes

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

#526773 Text Font Color

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

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


#526773 Background Color

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

This div background color is #526773


#526773 Border Color

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

This div border color is #526773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526773


Comments

No comments written yet.

Please login to write comment.