Color Hex Logo

#52949b Color Hex

#52949B
(82,148,155)
0 Favorites   0 Comments

Color spaces of #52949b

RGB 82148155
HSL0.520.310.46
HSV186°47°61°
CMYK 0.470.050.00   0.39
XYZ19.986025.340234.8481
Yxy25.34020.24930.3161
Hunter Lab50.3391-17.2239-5.8072
CIE-Lab57.4054-19.0769-10.2443

#52949b color RGB value is (82,148,155).

#52949b hex color red value is 82, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #52949b hue: 0.52 , saturation: 0.31 and the lightness value of 52949b is 0.46.

The process color (four color CMYK) of #52949b color hex is 0.47, 0.05, 0.00, 0.39. Web safe color of #52949b is #669999. Color #52949b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010100 10011011
Octal 122 224 233
Decimal 82 148 155
Hex 52 94 9B

RGB Percentages of Color #52949b

%21.30
%38.44
%40.26

CMYK Percentages of Color #52949b

%47
%5
%0
%39

Triadic Colors of #52949b

#52949b #9b5294 #949b52

Analogous Colors of #52949b

#52949b #52709b #529b7e

Monochromatic Colors of #52949b

#52949b

Complementary Color

#52949b #9b5952

#52949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52949b Color CSS Codes

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

#52949b Text Font Color

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

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


#52949b Background Color

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

This div background color is #52949b


#52949b Border Color

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

This div border color is #52949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52949b


Comments

No comments written yet.

Please login to write comment.