Color Hex Logo

#579482 Color Hex

#579482
(87,148,130)
0 Favorites   0 Comments

Color spaces of #579482

RGB 87148130
HSL0.450.260.46
HSV162°41°58°
CMYK 0.410.000.12   0.42
XYZ18.549624.817824.9317
Yxy24.81780.27160.3634
Hunter Lab49.8175-20.71595.1999
CIE-Lab56.8975-24.18823.3287

#579482 color RGB value is (87,148,130).

#579482 hex color red value is 87, green value is 148 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #579482 hue: 0.45 , saturation: 0.26 and the lightness value of 579482 is 0.46.

The process color (four color CMYK) of #579482 color hex is 0.41, 0.00, 0.12, 0.42. Web safe color of #579482 is #669999. Color #579482 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010100 10000010
Octal 127 224 202
Decimal 87 148 130
Hex 57 94 82

RGB Percentages of Color #579482

%23.84
%40.55
%35.62

CMYK Percentages of Color #579482

%41
%0
%12
%42

Triadic Colors of #579482

#579482 #825794 #948257

Analogous Colors of #579482

#579482 #578894 #579464

Monochromatic Colors of #579482

#579482

Complementary Color

#579482 #945769

#579482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#579482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#579482 Color CSS Codes

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

#579482 Text Font Color

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

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


#579482 Background Color

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

This div background color is #579482


#579482 Border Color

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

This div border color is #579482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #579482


Comments

No comments written yet.

Please login to write comment.