Color Hex Logo

#528590 Color Hex

#528590
(82,133,144)
0 Favorites   0 Comments

Color spaces of #528590

RGB 82133144
HSL0.530.270.44
HSV191°43°56°
CMYK 0.430.080.00   0.44
XYZ16.901220.582529.4676
Yxy20.58250.25240.3074
Hunter Lab45.3679-12.8962-6.7528
CIE-Lab52.4895-14.0472-11.2821

#528590 color RGB value is (82,133,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000101 10010000
Octal 122 205 220
Decimal 82 133 144
Hex 52 85 90

RGB Percentages of Color #528590

%22.84
%37.05
%40.11

CMYK Percentages of Color #528590

%43
%8
%0
%44

Triadic Colors of #528590

#528590 #905285 #859052

Analogous Colors of #528590

#528590 #526690 #52907c

Monochromatic Colors of #528590

#528590

Complementary Color

#528590 #905d52

#528590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528590 Color CSS Codes

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

#528590 Text Font Color

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

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


#528590 Background Color

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

This div background color is #528590


#528590 Border Color

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

This div border color is #528590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528590


Comments

No comments written yet.

Please login to write comment.