Color Hex Logo

#528983 Color Hex

#528983
(82,137,131)
0 Favorites   0 Comments

Color spaces of #528983

RGB 82137131
HSL0.480.250.43
HSV173°40°54°
CMYK 0.400.000.04   0.46
XYZ16.522121.323924.7178
Yxy21.32390.26410.3408
Hunter Lab46.1778-16.94510.5880
CIE-Lab53.3022-19.6683-2.5191

#528983 color RGB value is (82,137,131).

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

The process color (four color CMYK) of #528983 color hex is 0.40, 0.00, 0.04, 0.46. Web safe color of #528983 is #669999. Color #528983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 10000011
Octal 122 211 203
Decimal 82 137 131
Hex 52 89 83

RGB Percentages of Color #528983

%23.43
%39.14
%37.43

CMYK Percentages of Color #528983

%40
%0
%4
%46

Triadic Colors of #528983

#528983 #835289 #898352

Analogous Colors of #528983

#528983 #527489 #528968

Monochromatic Colors of #528983

#528983

Complementary Color

#528983 #895258

#528983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528983 Color CSS Codes

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

#528983 Text Font Color

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

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


#528983 Background Color

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

This div background color is #528983


#528983 Border Color

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

This div border color is #528983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528983


Comments

No comments written yet.

Please login to write comment.