#579F8E

Color #579F8E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #579F8E

Tints of Patina #579F8E

Color information

#579F8E (or 0x579F8E) is unknown color: approx Patina. HEX triplet: 57, 9F and 8E. RGB value is (87,159,142). Sum of RGB (Red+Green+Blue) = 87+159+142=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #579F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579F8E is #A86071. Grayscale: #878787. Windows color (decimal): -11034738 or 9346903. OLE color: 9346903.

HSL color Cylindrical-coordinate representation of color #579F8E: hue angle of 165.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579F8E is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB87159142-
CMYK0.4500.110.38
HSL165.83º29.27%48.24%-
HSV(B)165.83º45.28%62.35%-
XYZ21.2128.7830.03-
YUV135.53131.6593.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=22.42%
G=40.98%
B=36.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871591420.4500.110.38165.8329.2748.24
Hex579F8E2D0B26a61d30
Octal12723721655013462463560
Binary10101111001111110001110101101010111001101010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579F8E; }

 p { color: rgb(87,159,142); }

 H1.HeaderClassName
 {
   color: #579F8E;
 }
 .AnyTagClassName
 {
   color: #579F8E;
 }
</style>
background-color css

<style>
 a { background-color: #579F8E; }

 a { background-color: rgb(87,159,142); }

 div.DivClassName
 {
   background-color: #579F8E;
 }
 .BgClassName
 {
   background-color: #579F8E;
 }
</style>
border-color css

<style>
 span { border-color: #579F8E; }

 span { border-color: rgb(87,159,142); }

 td.TdClassName
 {
   border-color: #579F8E;
 }
 .TagClassName
 {
   border-color: #579F8E;
 }
</style>