Color Hex Logo

#52888b Color Hex

#52888B
(82,136,139)
0 Favorites   0 Comments

Color spaces of #52888b

RGB 82136139
HSL0.510.260.43
HSV183°41°55°
CMYK 0.410.020.00   0.45
XYZ16.944021.266227.6378
Yxy21.26620.25730.3230
Hunter Lab46.1153-15.1160-3.2530
CIE-Lab53.2396-17.0433-7.2536

#52888b color RGB value is (82,136,139).

#52888b hex color red value is 82, green value is 136 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #52888b hue: 0.51 , saturation: 0.26 and the lightness value of 52888b is 0.43.

The process color (four color CMYK) of #52888b color hex is 0.41, 0.02, 0.00, 0.45. Web safe color of #52888b is #669999. Color #52888b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 10001011
Octal 122 210 213
Decimal 82 136 139
Hex 52 88 8B

RGB Percentages of Color #52888b

%22.97
%38.10
%38.94

CMYK Percentages of Color #52888b

%41
%2
%0
%45

Triadic Colors of #52888b

#52888b #8b5288 #888b52

Analogous Colors of #52888b

#52888b #526c8b #528b72

Monochromatic Colors of #52888b

#52888b

Complementary Color

#52888b #8b5552

#52888b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52888b Color Preview on White Background

Lorem ipsum dolor sit amet.

#52888b Color CSS Codes

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

#52888b Text Font Color

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

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


#52888b Background Color

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

This div background color is #52888b


#52888b Border Color

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

This div border color is #52888b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52888b


Comments

No comments written yet.

Please login to write comment.