#579487

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

Shades of Patina #579487

Tints of Patina #579487

Color information

#579487 (or 0x579487) is unknown color: approx Patina. HEX triplet: 57, 94 and 87. RGB value is (87,148,135). Sum of RGB (Red+Green+Blue) = 87+148+135=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #579487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579487 is #A86B78. Grayscale: #808080. Windows color (decimal): -11037561 or 8885335. OLE color: 8885335.

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

Color convert

RGB87148135-
CMYK0.4100.090.42
HSL167.21º25.96%46.08%-
HSV(B)167.21º41.22%58.04%-
XYZ18.8924.9626.74-
YUV128.28131.7998.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=23.51%
G=40%
B=36.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481350.4100.090.42167.2125.9646.08
Hex57948729092Aa71a2e
Octal12722420751011522473256
Binary10101111001010010000111101001010011010101010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579487; }

 p { color: rgb(87,148,135); }

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

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

 a { background-color: rgb(87,148,135); }

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

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

 span { border-color: rgb(87,148,135); }

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