Color Hex Logo

#528582 Color Hex

#528582
(82,133,130)
1 Favorites   0 Comments

Color spaces of #528582

RGB 82133130
HSL0.490.240.42
HSV176°38°52°
CMYK 0.380.000.02   0.48
XYZ15.896520.180624.1765
Yxy20.18060.26380.3349
Hunter Lab44.9228-15.4505-0.4626
CIE-Lab52.0408-17.7987-3.7967

#528582 color RGB value is (82,133,130).

#528582 hex color red value is 82, green value is 133 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #528582 hue: 0.49 , saturation: 0.24 and the lightness value of 528582 is 0.42.

The process color (four color CMYK) of #528582 color hex is 0.38, 0.00, 0.02, 0.48. Web safe color of #528582 is #669999. Color #528582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000101 10000010
Octal 122 205 202
Decimal 82 133 130
Hex 52 85 82

RGB Percentages of Color #528582

%23.77
%38.55
%37.68

CMYK Percentages of Color #528582

%38
%0
%2
%48

Triadic Colors of #528582

#528582 #825285 #858252

Analogous Colors of #528582

#528582 #526f85 #528569

Monochromatic Colors of #528582

#528582

Complementary Color

#528582 #855255

#528582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528582 Color CSS Codes

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

#528582 Text Font Color

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

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


#528582 Background Color

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

This div background color is #528582


#528582 Border Color

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

This div border color is #528582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528582


Comments

No comments written yet.

Please login to write comment.