Color Hex Logo

#528889 Color Hex

#528889
(82,136,137)
0 Favorites   0 Comments

Color spaces of #528889

RGB 82136137
HSL0.500.250.43
HSV181°40°54°
CMYK 0.400.010.00   0.46
XYZ16.799221.208326.8751
Yxy21.20830.25890.3269
Hunter Lab46.0525-15.4779-2.3635
CIE-Lab53.1767-17.5761-6.1863

#528889 color RGB value is (82,136,137).

#528889 hex color red value is 82, green value is 136 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #528889 hue: 0.50 , saturation: 0.25 and the lightness value of 528889 is 0.43.

The process color (four color CMYK) of #528889 color hex is 0.40, 0.01, 0.00, 0.46. Web safe color of #528889 is #669999. Color #528889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 10001001
Octal 122 210 211
Decimal 82 136 137
Hex 52 88 89

RGB Percentages of Color #528889

%23.10
%38.31
%38.59

CMYK Percentages of Color #528889

%40
%1
%0
%46

Triadic Colors of #528889

#528889 #895288 #888952

Analogous Colors of #528889

#528889 #526d89 #52896f

Monochromatic Colors of #528889

#528889

Complementary Color

#528889 #895352

#528889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528889 Color CSS Codes

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

#528889 Text Font Color

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

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


#528889 Background Color

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

This div background color is #528889


#528889 Border Color

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

This div border color is #528889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528889

#528889 Color Palettes


Comments

No comments written yet.

Please login to write comment.