Color Hex Logo

#5288bd Color Hex

#5288BD
(82,136,189)
0 Favorites   0 Comments

Color spaces of #5288bd

RGB 82136189
HSL0.580.450.53
HSV210°57°74°
CMYK 0.570.280.00   0.26
XYZ21.469123.076351.4667
Yxy23.07630.22360.2403
Hunter Lab48.0378-4.2907-29.8956
CIE-Lab55.1508-2.1792-33.1206

#5288bd color RGB value is (82,136,189).

#5288bd hex color red value is 82, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5288bd hue: 0.58 , saturation: 0.45 and the lightness value of 5288bd is 0.53.

The process color (four color CMYK) of #5288bd color hex is 0.57, 0.28, 0.00, 0.26. Web safe color of #5288bd is #6699cc. Color #5288bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 10111101
Octal 122 210 275
Decimal 82 136 189
Hex 52 88 BD

RGB Percentages of Color #5288bd

%20.15
%33.42
%46.44

CMYK Percentages of Color #5288bd

%57
%28
%0
%26

Triadic Colors of #5288bd

#5288bd #bd5288 #88bd52

Analogous Colors of #5288bd

#5288bd #5252bd #52bdbd

Monochromatic Colors of #5288bd

#5288bd

Complementary Color

#5288bd #bd8752

#5288bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5288bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5288bd Color CSS Codes

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

#5288bd Text Font Color

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

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


#5288bd Background Color

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

This div background color is #5288bd


#5288bd Border Color

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

This div border color is #5288bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5288bd


Comments

No comments written yet.

Please login to write comment.