Color Hex Logo

#526273 Color Hex

#526273
(82,98,115)
0 Favorites   0 Comments

Color spaces of #526273

RGB 8298115
HSL0.590.170.39
HSV211°29°45°
CMYK 0.290.150.00   0.55
XYZ10.941911.767017.9142
Yxy11.76700.26940.2897
Hunter Lab34.3031-3.0929-6.9511
CIE-Lab40.8434-1.7822-11.5854

#526273 color RGB value is (82,98,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100010 01110011
Octal 122 142 163
Decimal 82 98 115
Hex 52 62 73

RGB Percentages of Color #526273

%27.80
%33.22
%38.98

CMYK Percentages of Color #526273

%29
%15
%0
%55

Triadic Colors of #526273

#526273 #735262 #627352

Analogous Colors of #526273

#526273 #535273 #527373

Monochromatic Colors of #526273

#526273

Complementary Color

#526273 #736352

#526273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526273 Color CSS Codes

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

#526273 Text Font Color

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

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


#526273 Background Color

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

This div background color is #526273


#526273 Border Color

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

This div border color is #526273


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,98,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 #526273">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526273


Comments

No comments written yet.

Please login to write comment.