Color Hex Logo

#528490 Color Hex

#528490
(82,132,144)
0 Favorites   0 Comments

Color spaces of #528490

RGB 82132144
HSL0.530.270.44
HSV192°43°56°
CMYK 0.430.080.00   0.44
XYZ16.765020.310029.4222
Yxy20.31000.25210.3054
Hunter Lab45.0666-12.4637-7.1614
CIE-Lab52.1859-13.4959-11.7390

#528490 color RGB value is (82,132,144).

#528490 hex color red value is 82, green value is 132 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #528490 hue: 0.53 , saturation: 0.27 and the lightness value of 528490 is 0.44.

The process color (four color CMYK) of #528490 color hex is 0.43, 0.08, 0.00, 0.44. Web safe color of #528490 is #669999. Color #528490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000100 10010000
Octal 122 204 220
Decimal 82 132 144
Hex 52 84 90

RGB Percentages of Color #528490

%22.91
%36.87
%40.22

CMYK Percentages of Color #528490

%43
%8
%0
%44

Triadic Colors of #528490

#528490 #905284 #849052

Analogous Colors of #528490

#528490 #526590 #52907d

Monochromatic Colors of #528490

#528490

Complementary Color

#528490 #905e52

#528490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528490 Color CSS Codes

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

#528490 Text Font Color

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

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


#528490 Background Color

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

This div background color is #528490


#528490 Border Color

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

This div border color is #528490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528490


Comments

No comments written yet.

Please login to write comment.