Color Hex Logo

#52958b Color Hex

#52958B
(82,149,139)
0 Favorites   0 Comments

Color spaces of #52958b

RGB 82149139
HSL0.480.290.45
HSV171°45°58°
CMYK 0.450.000.07   0.42
XYZ18.887325.152828.2856
Yxy25.15280.26110.3478
Hunter Lab50.1526-20.54451.6678
CIE-Lab57.2240-23.8463-1.3658

#52958b color RGB value is (82,149,139).

#52958b hex color red value is 82, green value is 149 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #52958b hue: 0.48 , saturation: 0.29 and the lightness value of 52958b is 0.45.

The process color (four color CMYK) of #52958b color hex is 0.45, 0.00, 0.07, 0.42. Web safe color of #52958b is #669999. Color #52958b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010101 10001011
Octal 122 225 213
Decimal 82 149 139
Hex 52 95 8B

RGB Percentages of Color #52958b

%22.16
%40.27
%37.57

CMYK Percentages of Color #52958b

%45
%0
%7
%42

Triadic Colors of #52958b

#52958b #8b5295 #958b52

Analogous Colors of #52958b

#52958b #527e95 #52956a

Monochromatic Colors of #52958b

#52958b

Complementary Color

#52958b #95525c

#52958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52958b Color CSS Codes

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

#52958b Text Font Color

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

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


#52958b Background Color

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

This div background color is #52958b


#52958b Border Color

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

This div border color is #52958b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52958b

#52958b Color Palettes


Comments

No comments written yet.

Please login to write comment.