#579F8F

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

Shades of Patina #579F8F

Tints of Patina #579F8F

Color information

#579F8F (or 0x579F8F) is unknown color: approx Patina. HEX triplet: 57, 9F and 8F. RGB value is (87,159,143). Sum of RGB (Red+Green+Blue) = 87+159+143=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #579F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579F8F is #A86070. Grayscale: #878787. Windows color (decimal): -11034737 or 9412439. OLE color: 9412439.

HSL color Cylindrical-coordinate representation of color #579F8F: hue angle of 166.67º 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 #579F8F is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB87159143-
CMYK0.4500.100.38
HSL166.67º29.27%48.24%-
HSV(B)166.67º45.28%62.35%-
XYZ21.2928.8130.42-
YUV135.65132.1593.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 159 (62.5% from 255) = 40.87%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=22.37%
G=40.87%
B=36.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871591430.4500.100.38166.6729.2748.24
Hex579F8F2D0A26a71d30
Octal12723721755012462473560
Binary10101111001111110001111101101010101001101010011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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