#579685

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

Shades of Patina #579685

Tints of Patina #579685

Color information

#579685 (or 0x579685) is unknown color: approx Patina. HEX triplet: 57, 96 and 85. RGB value is (87,150,133). Sum of RGB (Red+Green+Blue) = 87+150+133=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #579685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579685 is #A8697A. Grayscale: #818181. Windows color (decimal): -11037051 or 8754775. OLE color: 8754775.

HSL color Cylindrical-coordinate representation of color #579685: hue angle of 163.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #579685 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB87150133-
CMYK0.4200.110.41
HSL163.81º26.58%46.47%-
HSV(B)163.81º42%58.82%-
XYZ19.0725.5326.11-
YUV129.22130.1397.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=23.51%
G=40.54%
B=35.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871501330.4200.110.41163.8126.5846.47
Hex5796852A0B29a41b2e
Octal12722620552013512443356
Binary10101111001011010000101101010010111010011010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579685; }

 p { color: rgb(87,150,133); }

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

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

 a { background-color: rgb(87,150,133); }

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

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

 span { border-color: rgb(87,150,133); }

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