#579181

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

Shades of Patina #579181

Tints of Patina #579181

Color information

#579181 (or 0x579181) is unknown color: approx Patina. HEX triplet: 57, 91 and 81. RGB value is (87,145,129). Sum of RGB (Red+Green+Blue) = 87+145+129=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #579181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579181 is #A86E7E. Grayscale: #7D7D7D. Windows color (decimal): -11038335 or 8491351. OLE color: 8491351.

HSL color Cylindrical-coordinate representation of color #579181: hue angle of 163.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579181 is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB87145129-
CMYK0.400.110.43
HSL163.45º25%45.49%-
HSV(B)163.45º40%56.86%-
XYZ18.0223.8624.43-
YUV125.83129.78100.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=24.10%
G=40.17%
B=35.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal871451290.400.110.43163.452545.49
Hex579181280B2Ba3192d
Octal12722120150013532433155
Binary10101111001000110000001101000010111010111010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579181; }

 p { color: rgb(87,145,129); }

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

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

 a { background-color: rgb(87,145,129); }

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

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

 span { border-color: rgb(87,145,129); }

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