Color Hex Logo

#579080 Color Hex

#579080
(87,144,128)
0 Favorites   0 Comments

Color spaces of #579080

RGB 87144128
HSL0.450.250.45
HSV163°40°56°
CMYK 0.400.000.11   0.44
XYZ17.800023.531324.0259
Yxy23.53130.27230.3600
Hunter Lab48.5091-19.39184.5908
CIE-Lab55.6154-22.62282.6184

#579080 color RGB value is (87,144,128).

#579080 hex color red value is 87, green value is 144 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #579080 hue: 0.45 , saturation: 0.25 and the lightness value of 579080 is 0.45.

The process color (four color CMYK) of #579080 color hex is 0.40, 0.00, 0.11, 0.44. Web safe color of #579080 is #669999. Color #579080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10010000 10000000
Octal 127 220 200
Decimal 87 144 128
Hex 57 90 80

RGB Percentages of Color #579080

%24.23
%40.11
%35.65

CMYK Percentages of Color #579080

%40
%0
%11
%44

Triadic Colors of #579080

#579080 #805790 #908057

Analogous Colors of #579080

#579080 #578490 #579064

Monochromatic Colors of #579080

#579080

Complementary Color

#579080 #905767

#579080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#579080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#579080 Color CSS Codes

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

#579080 Text Font Color

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

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


#579080 Background Color

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

This div background color is #579080


#579080 Border Color

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

This div border color is #579080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #579080


Comments

No comments written yet.

Please login to write comment.