#579684

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

Shades of Patina #579684

Tints of Patina #579684

Color information

#579684 (or 0x579684) is unknown color: approx Patina. HEX triplet: 57, 96 and 84. RGB value is (87,150,132). Sum of RGB (Red+Green+Blue) = 87+150+132=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #579684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579684 is #A8697B. Grayscale: #818181. Windows color (decimal): -11037052 or 8689239. OLE color: 8689239.

HSL color Cylindrical-coordinate representation of color #579684: hue angle of 162.86º 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 #579684 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB87150132-
CMYK0.4200.120.41
HSL162.86º26.58%46.47%-
HSV(B)162.86º42%58.82%-
XYZ1925.525.75-
YUV129.11129.6397.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.58%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=23.58%
G=40.65%
B=35.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871501320.4200.120.41162.8626.5846.47
Hex5796842A0C29a31b2e
Octal12722620452014512433356
Binary10101111001011010000100101010011001010011010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579684; }

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

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

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

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

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

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

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

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