Color Hex Logo

#52959e Color Hex

#52959E
(82,149,158)
0 Favorites   0 Comments

Color spaces of #52959e

RGB 82149158
HSL0.520.320.47
HSV187°48°62°
CMYK 0.480.060.00   0.38
XYZ20.398725.757436.2443
Yxy25.75740.24760.3126
Hunter Lab50.7517-17.0709-6.8157
CIE-Lab57.8061-18.7712-11.3567

#52959e color RGB value is (82,149,158).

#52959e hex color red value is 82, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #52959e hue: 0.52 , saturation: 0.32 and the lightness value of 52959e is 0.47.

The process color (four color CMYK) of #52959e color hex is 0.48, 0.06, 0.00, 0.38. Web safe color of #52959e is #669999. Color #52959e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010101 10011110
Octal 122 225 236
Decimal 82 149 158
Hex 52 95 9E

RGB Percentages of Color #52959e

%21.08
%38.30
%40.62

CMYK Percentages of Color #52959e

%48
%6
%0
%38

Triadic Colors of #52959e

#52959e #9e5295 #959e52

Analogous Colors of #52959e

#52959e #526f9e #529e81

Monochromatic Colors of #52959e

#52959e

Complementary Color

#52959e #9e5b52

#52959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52959e Color CSS Codes

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

#52959e Text Font Color

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

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


#52959e Background Color

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

This div background color is #52959e


#52959e Border Color

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

This div border color is #52959e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,149,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52959e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52959e;
  -webkit-box-shadow: 1px 1px 3px 2px #52959e;
  box-shadow:         1px 1px 3px 2px #52959e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52959e


Comments

No comments written yet.

Please login to write comment.